Template:Usedin/datarow: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
imported>Kiokurashi
No edit summary
Line 46: Line 46:
     ...
     ...
|16=Sixteenth entry to be displayed if needed.
|16=Sixteenth entry to be displayed if needed.
}}</pre></noinclude>
}}</pre>
{| class="wikitable"
! Source !! "Amount" !! Type
{{#cargo_query:tables=UsedinExtraData
|fields=CONCAT("[[",Source,"]]")=Name, Amount=Quantity, Type=Source
|where=Amount LIKE "%Need%"
|format=template
|template=Usedin/row
|named args=yes
|default=
}}
|}</noinclude>

Revision as of 15:33, 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 "Amount" Type