Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 20: Line 20:
### Cargo Store ###
### Cargo Store ###
--><includeonly><!--
--><includeonly><!--
-->{{#if:{{{nocargo|}}}||{{#cargo_store:_table=AnvilCraft
-->{{#if:{{{nocargo|}}}||{{#ifeq:{{{name|}}}|Not Yet||{{#cargo_store:_table=AnvilCraft
   |Item={{{name|Missing Item}}}
   |Item={{{name|Missing Item}}}
   |EXPGiven={{{expgiven|0}}}
   |EXPGiven={{{expgiven|0}}}
Line 35: Line 35:
   |Quantity4={{{quantity4|}}}
   |Quantity4={{{quantity4|}}}
   |RecipeFrom={{{recipefrom|Unobtainable}}}
   |RecipeFrom={{{recipefrom|Unobtainable}}}
}}}}<!--
}}}}}}<!--


-->{{ForgeSlot/row|craftnum={{{craftnum|}}}|Name={{{name|}}}|levelreq={{{levelreq|}}}|resource1={{{resource1|}}}|resource2={{{resource2|}}}|resource3={{{resource3|}}}|resource4={{{resource4|}}}|quantity1={{{quantity1|}}}|quantity2={{{quantity2|}}}|quantity3={{{quantity3|}}}|quantity4={{{quantity4|}}}|recipefrom={{{recipefrom|}}}}}</includeonly><noinclude>
-->{{ForgeSlot/row|craftnum={{{craftnum|}}}|Name={{{name|}}}|levelreq={{{levelreq|}}}|resource1={{{resource1|}}}|resource2={{{resource2|}}}|resource3={{{resource3|}}}|resource4={{{resource4|}}}|quantity1={{{quantity1|}}}|quantity2={{{quantity2|}}}|quantity3={{{quantity3|}}}|quantity4={{{quantity4|}}}|recipefrom={{{recipefrom|}}}}}</includeonly><noinclude>

Revision as of 00:48, 17 April 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)
}}