Jump to content
Discussions

Template:Infobox item/doc

From Deltarune Wiki

This template is used as an infobox on pages describing items.

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
Dark Candy item.png
Filesuggested
Image captioncaption

Caption of the image.

Stringoptional
Also known asaka

Aliases that this item is known by, that are not the short name. Only list aliases if they are noteworthy and not one-off gags!

Contentoptional
Typetype

Type of the item.

Suggested values
Consumable Weapon Armor Key Item Light World item The Legend of Tenna
Stringrequired
Equippable byequip

Which party members can equip the item.

Stringoptional
Effectseffects

Effects the item has when used.

Contentsuggested
Sourcesource

Where the item was found or bought from.

Example
Card Castle, Seam, etc.
Stringsuggested
IDid

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

Numbersuggested
Checkflavortext

Flavor text shown when hovering over the item in the menu (or by selecting "Info" in the Light World menu).

Contentsuggested
Battle textbattle

Flavor text shown when hovering over the item in the battle menu

Stringsuggested
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
Shop textshop

Flavor text shown when hovering over the item in the shop

Stringsuggested
Buybuy

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

Contentoptional
Currencycurrency

Currency in which the item is bought. Leave blank if D$.

Suggested values
points none
Stringoptional
Sellsell

Price for which the item can be sold. Items in Deltarune have a predictable sell price, so leave blank if the automatic sell price matches the actual sell price.

Numberoptional

Sample output

{{Infobox item
|name       = Example item
|image      = Glowshard item.png
|caption    = caption
|flavortext = flavor text
|usetext    = use text
|battle     = battle text
|shop       = shop text
|type       = Weapon
|effects    = effects
|source     = source
|id         = 255
|buy        = 99
|sell       = 99
}}

gives...

See also