Template:ForgeSlot: Difference between revisions
From IdleOn MMO Wiki
imported>BigCoight No edit summary |
imported>BigCoight No edit summary |
||
Line 10: | Line 10: | ||
</td> | </td> | ||
{{#if:{{{resource1|}}}|<tr> | {{#if:{{{resource1|}}}|<tr> | ||
<table style = "width:100%;"> | <table style = "width:100%;"><tr> | ||
<td style = "width:80%;">{{CraftReq|item={{{resource1}}}}} </td> | <td style = "width:80%;">{{CraftReq|item={{{resource1}}}}} </td> | ||
<td style = "width:20%;">x{{{quantity1}}}</td> | <td style = "width:20%;">x{{{quantity1}}}</td> | ||
</table> | </tr></table> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{resource2|}}}|<tr> | {{#if:{{{resource2|}}}|<tr> | ||
<table style = "width:100%;"> | <table style = "width:100%;"><tr> | ||
<td style = "width:80%;">{{CraftReq|item={{{resource2}}}}} </td> | <td style = "width:80%;">{{CraftReq|item={{{resource2}}}}} </td> | ||
<td style = "width:20%;>x{{{quantity2}}}</td> | <td style = "width:20%;>x{{{quantity2}}}</td> | ||
</table> | </tr></table> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{resource3|}}}|<tr> | {{#if:{{{resource3|}}}|<tr> | ||
<table style = "width:100%;"> | <table style = "width:100%;"><tr> | ||
<td style = "width:80%;">{{CraftReq|item={{{resource3}}}}} </td> | <td style = "width:80%;">{{CraftReq|item={{{resource3}}}}} </td> | ||
<td style = "width:20%;>x{{{quantity3}}}</td> | <td style = "width:20%;>x{{{quantity3}}}</td> | ||
</table> | </tr></table> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{resource4|}}}|<tr> | {{#if:{{{resource4|}}}|<tr> | ||
<table style = "width:100%;"> | <table style = "width:100%;"><tr> | ||
<td style = "width:80%;">{{CraftReq|item={{{resource4}}}}} </td> | <td style = "width:80%;">{{CraftReq|item={{{resource4}}}}} </td> | ||
<td style = "width:20%;>x{{{quantity4}}}</td> | <td style = "width:20%;>x{{{quantity4}}}</td> | ||
</table> | </tr></table> | ||
</tr>}} | </tr>}} | ||
</table> | </table> | ||
</div> | </div> |
Revision as of 04:54, 19 November 2020
|