Template:Item

From Tears of Themis Wiki
Revision as of 06:01, 13 May 2021 by imported>Elaeagnifolia (Created page with "<noinclude>{{doc}}Category:Templates<!-- ### Cargo Declare -->{{#cargo_declare:_table=Item |icon=String |name=String |description=String |usage=String |obtain=List (,) o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description

Used to fill in and display information about items.

Usage

{{Item
|type=
|icon=
|name=
|description=
|usage=
|obtain=
}}

Parameters

  • type - When looking at an item in-game from the Inventory, some items have a small descriptor at the top right corner. For example, Intuition Chip III has a Lv. 3, some Event Items have "Event Item" in the corner, etc.
    • Consumeables do not have this descriptor in the top-right corner, so their type should be filled in as "Consumeables".
    • This is mainly used for proper sorting/tiering of items on the Items page.
  • icon - File name for the item icon (e.g. Logic Chip I icon.png)
  • name - Full name of the item (e.g. Logic Chip I)
  • description - The exact in-game description of the item.
  • usage - The in-game usage description of the item. If the in-game usage details are not descriptive, then this may be modified to be more precise.
    • For example, Greeting Card's in-game description is "Improves mood"; however, this is not descriptive of its actual function of giving 10,000 Stellin.
    • obtain - Where to obtain the item.
Error: "usage" cannot be used as a Cargo field name, because it is an SQL keyword.