Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
imported>Grzib
mNo edit summary
imported>Grzib
No edit summary
Line 16: Line 16:
     </tr>}}
     </tr>}}
     {{#if:{{{resource2|}}}|<tr>
     {{#if:{{{resource2|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|item={{{resource2}}}}} </td>
         <td style = "width:80%;">{{CraftReq|{{{resource2}}}}} </td>
         <td style = "width:20%;text-align:center;>x{{{quantity2}}}</td>
         <td style = "width:20%;text-align:center;>x{{{quantity2}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource3|}}}|<tr>
     {{#if:{{{resource3|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|item={{{resource3}}}}} </td>
         <td style = "width:80%;">{{CraftReq|{{{resource3}}}}} </td>
         <td style = "width:20%;text-align:center;>x{{{quantity3}}}</td>
         <td style = "width:20%;text-align:center;>x{{{quantity3}}}</td>
     </tr>}}
     </tr>}}
     {{#if:{{{resource4|}}}|<tr>
     {{#if:{{{resource4|}}}|<tr>
         <td style = "width:80%;">{{CraftReq|item={{{resource4}}}}} </td>
         <td style = "width:80%;">{{CraftReq|{{{resource4}}}}} </td>
         <td style = "width:20%;text-align:center;>x{{{quantity4}}}</td>
         <td style = "width:20%;text-align:center;>x{{{quantity4}}}</td>
     </tr>}}
     </tr>}}

Revision as of 09:55, 14 December 2020


Usage:
{{ForgeSlot
|anvtab=example (like Anvil Tab I)
|craftnum=example (the order in the crafting ui)
|levelreq=example
|resource1=example
|quantity1=example
|resource2=example
|quantity2=example
|resource3=example
|quantity3=example
|resource4=example
|quantity4=example
|recipefrom=example (where the recipe comes from)
}}