Jump to content
Discussions

Template:Infobox item/doc

From Undertale Wiki

This template is used on item pages as an infobox.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Infobox titlename

Name of the item, if not the same as the page name.

Default
{{PAGENAME}}
Stringoptional
Imageimage

Image of the item.

Example
Nice Cream item.png
Filesuggested
Image captioncaption

Caption of the image.

Stringoptional
Short nameshort

Abbreviated name of the item used in the battle menu.

Example
ButtsPie
Stringsuggested
Serious nameserious

Abbreviated name of the item used whenever Serious Mode is activated.

Example
Pie
Stringoptional
Typetype

Type of the item.

Suggested values
Consumable Weapon Armor Miscellaneous
Stringrequired
Effectseffects

Effects the item has when used.

Contentsuggested
Sourcesource

Where the item was found or bought from.

Example
Gerson, QC, Waterfall, etc.
Stringsuggested
Associated SOULsoul

Associated human SOUL, if the item is equippable.

Stringoptional
Counterpartcounterpart

Weapon or armor counterpart.

Example
Torn Notebook/Cloudy Glasses
Stringoptional
IDid

Internal item ID used in the game code to refer to the item.

Numbersuggested
Checkflavortext

Flavor text shown when selecting "Info" in the item menu.

Contentsuggested
Useusetext

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

Contentoptional
Buybuy

Price for which the item is bought. Leave blank if the item does not have a cost.

Contentoptional
Sellsell

Price for which the item can be sold for in the Tem Shop.

Contentoptional
Negotiatenegotiate

Negotiable sell prices the Tem Shop can offer in place of the default price.

Contentoptional

Sample output

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

See also