Template:Infobox item/doc

From Noita Wiki
Jump to navigation Jump to search

Usage

{{Infobox item
| name = 
| image = 
| description = 
| type = 
| spawnLocation = 
| effect = 
| material = 
}}

Details

An infobox template for item pages.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

In-game name of the item.

Example
Broken Wand
Stringrequired
imageimage

In-game sprite for the item, scaled up to 80x80px.

Example
Item_broken_wand.png
Filerequired
descriptiondescription

In-game description for the item.

Example
This wand has snapped in half but it still crackles with magical energy.
Stringsuggested
typetype

Treasure item or Special item

Stringrequired
spawn locationspawn location

A comma-separated list of possible locations for the item to be found.

Example
Pedestals, Chests, Greater chests, Biome area
Stringsuggested
EffectEffect

Any effects the item has.

Example
Fires random spells when thrown
Stringsuggested
MaterialMaterial

The material that the item is made out of.

Example
[[Sulphur]]
Stringsuggested

See also: Items and Category:Items.

Example

{{Infobox item
| name = Broken Wand
| image = Item_broken_wand.png
| description = This wand has snapped in half but it still crackles with magical energy
| type = Treasure item
| spawnLocation = Pedestals
| effect = Fires random spells when thrown
| material = [[Item (Material)]]
}}