Template:Usedin/datarow: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
mNo edit summary
 
(19 intermediate revisions by 2 users not shown)
Line 3: Line 3:
### Cargo Declare ###
### Cargo Declare ###
-->{{#cargo_declare:_table=UsedinExtraData
-->{{#cargo_declare:_table=UsedinExtraData
  |Icon=String
   |Item=String
   |Item=String
   |Source=String
   |Source=Wikitext
   |Amount=String
   |Amount=String
   |Type=String
   |Type=WikiText
}}</noinclude><!--
}}</noinclude><!--


### Cargo Store ###
### Cargo Store ###
--><includeonly>
--><includeonly><div style="display: None">{{#cargo_store:_table=UsedinExtraData
{{#cargo_store:_table=UsedinExtraData
  |Icon={{{icon|Not Yet}}}
   |Item={{{item|Filler ;)}}}
   |Item={{{item|Filler)}}}
   |Source={{{source|{{PAGENAME}}}}}
   |Source={{{source|{{PAGENAME}}}}}
   |Amount={{{amount|}}}
   |Amount={{{amount|Filler}}}
   |Type={{{type|}}}
   |Type={{{type|Filler}}}
}}<!--
}}<!--


-->{{Row
--></div>{{#if:{{{1|}}}|{{Row|align={{{align}}}|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}|7={{{7|}}}|8={{{8|}}}|9={{{9|}}}|10={{{10|}}}|11={{{11|}}}|12={{{12|}}}|13={{{13|}}}|14={{{14|}}}|15={{{15|}}}|16={{{16|}}}}}|}}</includeonly><noinclude>Can be used to enter data for things that are used so long as they are just in a row format.
|align={{{align|left}}}
|1={{{1|}}}
|2={{{2|}}}
|3={{{3|}}}
|4={{{4|}}}
|5={{{5|}}}
|6={{{6|}}}
|7={{{7|}}}
|8={{{8|}}}
|9={{{9|}}}
|10={{{10|}}}
|11={{{11|}}}
|12={{{12|}}}
|13={{{13|}}}
|14={{{14|}}}
|15={{{15|}}}
|16={{{16|}}}
}}</includeonly><noinclude>
Can be used to enter data for things that are used so long as they are just in a row format.
<pre>{{Usedin/datarow
<pre>{{Usedin/datarow
|item=Item name.
|item=Item name.
Line 46: Line 28:
     ...
     ...
|16=Sixteenth entry to be displayed if needed.
|16=Sixteenth entry to be displayed if needed.
}}</pre></noinclude>
}}</pre>
</noinclude>

Latest revision as of 00:59, 29 October 2023

This template defines the table "UsedinExtraData". View table.Can be used to enter data for things that are used so long as they are just in a row format.

{{Usedin/datarow
|item=Item name.
|source=Where the item is used in (Example:Smithing for items in the Smithing Points).
|amount=The amount used or "Lots" when exponential.
|type=The type of item or mechanic used in. (Example: Smithing Points for the... Smithing Points).
|1=First entry to be displayed.
     ...
|16=Sixteenth entry to be displayed if needed.
}}