Template:Infobox item/doc
This template is used on item pages as an infobox.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Infobox title | name | Name of the item, if not the same as the page name.
| String | optional |
| Image | image | Image of the item.
| File | suggested |
| Image caption | caption | Caption of the image. | String | optional |
| Short name | short | Abbreviated name of the item used in the battle menu.
| String | suggested |
| Serious name | serious | Abbreviated name of the item used whenever Serious Mode is activated.
| String | optional |
| Type | type | Type of the item.
| String | required |
| Effects | effects | Effects the item has when used. | Content | suggested |
| Source | source | Where the item was found or bought from.
| String | suggested |
| Associated SOUL | soul | Associated human SOUL, if the item is equippable. | String | optional |
| Counterpart | counterpart | Weapon or armor counterpart.
| String | optional |
| ID | id | Internal item ID used in the game code to refer to the item. | Number | suggested |
| Check | flavortext | Flavor text shown when selecting "Info" in the item menu. | Content | suggested |
| Use | usetext | Flavor text shown when the item is used. This should only be filled if the flavor text is unique and not simply in the form of "You used/equipped the <item>." | Content | optional |
| Buy | buy | Price for which the item is bought. Leave blank if the item does not have a cost. | Content | optional |
| Sell | sell | Price for which the item can be sold for in the Tem Shop. | Content | optional |
| Negotiate | negotiate | Negotiable sell prices the Tem Shop can offer in place of the default price. | Content | optional |
{{Infobox item
|title = Example item
|image = Butterscotch Pie item slice.png
|caption = caption
|flavortext = flavor text
|usetext = use text
|short = short name
|serious = serious name
|type = Weapon
|effects = effects
|source = source
|buy = 99G
|sell = 99G
|negotiate = 99G, 99G
}}gives...
- Category:Items for usage examples.
- Module:Infobox for the Lua module performing formatting, autocategorization and data storage.
- Bucket:Item for the bucket containing all item information for displaying on the Items page.
- Bucket:Item type for the bucket containing a one-to-many mapping of items to their types.
- MediaWiki:Infobox.css for the styles used in the template.