Template:Infobox item/doc

来自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)]]
}}