Şablon:Infobox item/doc
This template is used as an infobox on pages describing items.
| Parametre | Açıklama | Tür | Durum | |
|---|---|---|---|---|
| Infobox title | name | Name of the item, if not the same as the page name.
| Dize | isteğe bağlı |
| Image | image | Image of the item.
| Dosya | önerilen |
| Image caption | caption | Caption of the image. | Dize | isteğe bağlı |
| Also known as | aka | 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! | İçerik | isteğe bağlı |
| Type | type | Type of the item.
| Dize | gerekli |
| Equippable by | equip | Which party members can equip the item. | Dize | isteğe bağlı |
| Effects | effects | Effects the item has when used. | İçerik | önerilen |
| Source | source | Where the item was found or bought from.
| Dize | önerilen |
| ID | id | Internal item ID used in the game code to refer to the item. | Sayı | önerilen |
| Check | flavortext | Flavor text shown when hovering over the item in the menu (or by selecting "Info" in the Light World menu). | İçerik | önerilen |
| Battle text | battle | Flavor text shown when hovering over the item in the battle menu | Dize | önerilen |
| 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>." | İçerik | isteğe bağlı |
| Shop text | shop | Flavor text shown when hovering over the item in the shop | Dize | önerilen |
| Buy | buy | Price for which the item is bought. Leave blank if the item does not have a cost. | İçerik | isteğe bağlı |
| Currency | currency | Currency in which the item is bought. Leave blank if D$.
| Dize | isteğe bağlı |
| Sell | sell | 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. | Sayı | isteğe bağlı |
{{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...
- Category:Items for usage examples.
- Module:Item 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.
- MediaWiki:Infobox.css for the styles used in the template.