テンプレート:Infobox item

提供:Noita Wiki
ナビゲーションに移動 検索に移動

使い方

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

詳細

アイテムページのインフォボックステンプレート

テンプレート引数

このテンプレートは、パラメーターを複数行に分けて記述することが推奨されています。

引数説明状態
namename

ゲーム内でのアイテムの名称

壊れた杖
文字列必須
imageimage

ゲーム内での画像。80x80px

Item_broken_wand.png
ファイル必須
descriptiondescription

ゲーム内でのアイテムの説明

This wand has snapped in half but it still crackles with magical energy.
文字列推奨
typetype

Treasure item or Special item

文字列必須
spawn locationspawn location

アイテムが見つかる可能性のある場所。カンマ区切り。

Pedestals, Chests, Greater chests, Biome area
文字列推奨
EffectEffect

アイテムの効果

投げられると呪文が発動する
文字列推奨
MaterialMaterial

アイテムを構成する物質

[[Sulphur]]
文字列推奨

参照: アイテム and カテゴリ:アイテム.

見本

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