Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
imported>Zeiver
m (added category infobox templates)
imported>Wekhter
mNo edit summary
Line 33: Line 33:
}}}}<!--
}}}}<!--


--><div class="forgeslot" style="max-width:400px;">
--><table class="forgeslot" style="width:100%; background:#e6e6e6; border-radius:.7em;border:1px solid black; max-width:400px;">
<table style="width:100%; background:#e6e6e6; border-radius:.7em;border:1px solid black;">
     <tr style="background:#916699;">
     <tr style="background:#916699;">
         <th class="anviltab" style="text-align:left; border-top-left-radius:.5em;">{{#if:{{{anvtab|}}}|[[File:{{{anvtab}}}.png|25px|link=]]}} {{{anvtab|Tab?}}} Crafting Recipe</th>
         <th class="anviltab" style="text-align:left; border-top-left-radius:.5em;">{{#if:{{{anvtab|}}}|[[File:{{{anvtab}}}.png|25px|link=]]}} {{{anvtab|Tab?}}} Crafting Recipe</th>
Line 59: Line 58:
       <td colspan="3" style="text-align:right; border-radius:0 0 .5em .5em; padding-right:.3em">Recipe from {{{recipefrom|Unobtainable}}}</td>
       <td colspan="3" style="text-align:right; border-radius:0 0 .5em .5em; padding-right:.3em">Recipe from {{{recipefrom|Unobtainable}}}</td>
     </tr>}}
     </tr>}}
</table>
</table></includeonly><noinclude>
</div>
</includeonly>
<noinclude>
<pre>
<pre>
Usage:
Usage:

Revision as of 21:23, 5 October 2021

This template defines the table "AnvilCraft". View table.

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)
}}