Template:Usedin/datarow: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
imported>Kiokurashi
No edit summary
Line 48: Line 48:
}}</pre>
}}</pre>
{| class="wikitable"
{| class="wikitable"
! Source !! "Amount" !! Type
! Source !! Item !! Type
{{#cargo_query:tables=UsedinExtraData
{{#cargo_query:tables=UsedinExtraData
|fields=CONCAT("[[",Source,"]]")=Name, Amount=Quantity, Type=Source
|fields=CONCAT("[[",Source,"]]")=Name, Item=Quantity, Type=Source
|where=Amount LIKE "%Need%"
|where=Amount LIKE "%Need%"
|format=template
|format=template

Revision as of 15:51, 15 June 2021

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.
}}
Source Item Type