模板:Infobox item

出自Noita Wiki
跳至導覽 跳至搜尋
Template-info.png 模板文檔

用法

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

參數說明

An infobox template for item pages.

模板參數

此模板以參數區塊格式為優先。

參數描述類型狀態
namename

In-game name of the item.

範例
Broken Wand
字串必填
imageimage

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

範例
Item_broken_wand.png
檔案必填
descriptiondescription

In-game description for the item.

範例
This wand has snapped in half but it still crackles with magical energy.
字串建議
typetype

Treasure item or Special item

字串必填
spawn locationspawn location

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

範例
Pedestals, Chests, Greater chests, Biome area
字串建議
EffectEffect

Any effects the item has.

範例
Fires random spells when thrown
字串建議
MaterialMaterial

The material that the item is made out of.

範例
[[Sulphur]]
字串建議

See also: 道具和Category:道具.

示例

{{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)]]
}}