Template:ItemInfobox

From Osamu Sato Wiki
Jump to navigation Jump to search
{{{name}}}
[[{{{image}}}|center]]
Item Type {{{type}}}
Source {{{source}}}
Item ID {{{ID}}}

Use

This infobox is for use on pages related to items, containing various pieces of preliminary information about them. It makes use of various parameters to change its content on the fly:

  • name: The name of the item.
  • image: The image of the item. It comes pre-formatted as being centered.
  • type: A brief descriptor of the purpose of item (e.g. Key, Puzzle, Utility, Currency, Reward). It is not necessarily limited to these descriptors, though some consistency would be appreciated/requested. Further details to its specific utility can be put in the article's Usage section.
  • source: The place(s) the item can be acquired from. Further details to its acquisition can be put in the article's Obtained section.
  • ID: The internal ID of the item (e.g. what order the item appears in inside the Furoshiki, and is stored in the Save File).

Sample

Amulet
AmuletIcon.png
Item Type Utility
Source Prologue, Trade
Item ID 16

The code beneath produces the infobox you see to the right.

Sample Code:
{{ItemInfobox
|name=Amulet
|image=File:AmuletIcon.png
|type=Utility
|source=Prologue, Trade
|ID=16
}}

The blank code can be seen beneath.

Sample Code:
{{ItemInfobox
|name=
|image=
|type=
|source=
|ID=
}}