Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
No edit summary
mNo edit summary
 
(121 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<div class ="forgeslot">
<noinclude><!--
<table style="width:100%;border-collapse: collapse;background:#e6e6e6;border:3px solid #916699;>
### Cargo Declare ###
    <tr>
-->{{#cargo_declare:_table=AnvilCraft
        <table>
  |Item=String
            <td>Crafting Recipe</td><td>{{{LevelReq}}}</td>
  |EXPGiven=Integer
        </table>
  |AnvilTab=String
    </tr>
  |CraftNum=Integer
    <tr>
  |LevelReq=Integer
        <td>{{CraftReq|item={{{resource1}}} x{{{quantity1}}}</td>
  |Resource1=String
    </tr>
  |Quantity1=Integer
    <tr>
  |Resource2=String
        <td>{{CraftReq|item={{{resource2}}} x{{{quantity2}}}</td>
  |Quantity2=Integer
    </tr>
  |Resource3=String
    <tr>
  |Quantity3=Integer
        <td>{{CraftReq|item={{{resource3}}} x{{{quantity3}}}</td>
  |Resource4=String
    </tr>
  |Quantity4=Integer
    <tr>
  |RecipeFrom=Wikitext
        <td>{{CraftReq|item={{{resource4}}} x{{{quantity4}}}</td>
}}</noinclude><!--
    </tr>
 
</table>
### Cargo Store ###
</div>
--><includeonly><!--
-->{{#if:{{{nocargo|}}}||{{#ifeq:{{{name|}}}|Not Yet||{{#cargo_store:_table=AnvilCraft
  |Item={{{name|Missing Item}}}
  |EXPGiven={{{expgiven|0}}}
  |AnvilTab={{{anvtab|Missing Tab}}}
  |CraftNum={{{craftnum|9999}}}
  |LevelReq={{{levelreq|9999}}}
  |Resource1={{{resource1|Missing Resource}}}
  |Quantity1={{{quantity1|0}}}
  |Resource2={{{resource2|}}}
  |Quantity2={{{quantity2|}}}
  |Resource3={{{resource3|}}}
  |Quantity3={{{quantity3|}}}
  |Resource4={{{resource4|}}}
  |Quantity4={{{quantity4|}}}
  |RecipeFrom={{{recipefrom|Unobtainable}}}
}}}}}}<!--
 
-->{{ForgeSlot/row|craftnum={{{craftnum|}}}|Name={{{name|}}}|expgiven={{{expgiven|}}}|levelreq={{{levelreq|}}}|resource1={{{resource1|}}}|resource2={{{resource2|}}}|resource3={{{resource3|}}}|resource4={{{resource4|}}}|quantity1={{{quantity1|}}}|quantity2={{{quantity2|}}}|quantity3={{{quantity3|}}}|quantity4={{{quantity4|}}}|recipefrom={{{recipefrom|}}}}}</includeonly><noinclude>
<pre>
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)
}}
</pre>
[[category:infobox templates]]
</noinclude>
 
[[Category:Crafted]]
[[Category:Smithing]]

Latest revision as of 00:27, 15 October 2024

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