Template:ForgeSlot: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Kiokurashi
No edit summary
Line 1: Line 1:
<includeonly>
<noinclude>
<div class ="forgeslot" style = "width:400px;">
### Cargo Declare ###
-->{{#cargo_declare:_table=AnvilCraft
  |AnvilTab=String
  |CraftNum=Integer
  |LevelReq=Integer
  |Resource1=String
  |Quantity1=Integer
  |Resource2=String
  |Quantity2=Integer
  |Resource3=String
  |Quantity3=Integer
  |Resource4=String
  |Quantity4=Integer
  |RecipeFrom=Wikitext
}}</noinclude><!--
 
### Cargo Store ###
--><includeonly>
{{#cargo_store:_table=AnvilCraft
  |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}}}
}}<!--
 
--><div class ="forgeslot" style = "width:400px;">
<table style = "width:100%; background:#e6e6e6; border-radius: 10px;border:1px solid black;">
<table style = "width:100%; background:#e6e6e6; border-radius: 10px;border:1px solid black;">
     <td colspan="2" style = "width:100%;">
     <td colspan="2" style = "width:100%;">

Revision as of 21:14, 27 May 2021

      1. Cargo Declare ###

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