m (Slight formatting update.) |
(Updated example and template documentation.) |
||
Line 8: | Line 8: | ||
|shop_price = |
|shop_price = |
||
|usage = |
|usage = |
||
|sound1 = |
|||
|sound2 = |
|||
|sound3 = |
|||
|sound4 = |
|||
|sound5 = |
|||
}}</pre> |
}}</pre> |
||
== Usage == |
== Usage == |
||
<pre>{{Items |
<pre>{{Items |
||
⚫ | |||
|title = Flashlight |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
|sound1 = '''Equip''' [[File:CandleEquip.mp3]] |
|||
|shop_description = Batteries included |
|||
|sound2 = '''Extinguish''' [[File:CandleDie.mp3]] |
|||
|shop_price = {{Doorknobs}} 100 |
|||
⚫ | |||
}}</pre> |
}}</pre> |
||
== Output == |
== Output == |
||
{{Items |
{{Items |
||
⚫ | |||
|title = Flashlight |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
|sound1 = '''Equip''' [[File:CandleEquip.mp3]] |
|||
|shop_description = Batteries included |
|||
|sound2 = '''Extinguish''' [[File:CandleDie.mp3]] |
|||
|shop_price = {{Doorknobs}} 100 |
|||
⚫ | |||
}} |
}} |
||
Revision as of 06:30, 16 February 2023

It contains usage information, categories, interlanguage links and other content that is not part of the original template page.
Empty Template
{{Items |title = |image = |type = |shop_description = |shop_price = |usage = |sound1 = |sound2 = |sound3 = |sound4 = |sound5 = }}
Usage
{{Items |image = icon_candle.png |type = Light source |usage = Temporary light source; flame slowly dies out. Used to detect entities. |sound1 = '''Equip''' [[File:CandleEquip.mp3]] |sound2 = '''Extinguish''' [[File:CandleDie.mp3]] }}
Output
<infobox layout="stacked"> <title source="title"><default>Items/doc</default><format>{{{title}}}</format></title>
<image source="image"></image> <group layout="vertical" show="completed"> <header>INFORMATION</header> <label>Status</label> <label>Type</label> <label>Fuel Time</label> <label>Maximum Stack</label> <label>Shop Description</label> <label>Shop Price</label> <label>Usage</label> <label>Damage</label> <label>Size</label> </group> <group layout="vertical" show="completed" collapse="closed"> <header>SOUND FILES</header> </group> </infobox>