Template:Item/doc

From Tears of Themis Wiki
< Template:Item
Revision as of 14:42, 12 August 2021 by imported>Elaeagnifolia (Created page with "{{doc/start}} ==Description== Used to fill in and display information about items. ==Usage== <pre>{{Item |type= |icon= |name= |description= |usage= |obtain= }} </pre> ==Para...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description[edit source]

Used to fill in and display information about items.

Usage[edit source]

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

Parameters[edit source]

  • 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.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.