(Added the Documentation subpage template.) |
m (Slight formatting update.) |
||
Line 1: | Line 1: | ||
<noinclude>{{Documentation subpage}}</noinclude> |
<noinclude>{{Documentation subpage}}</noinclude> |
||
== Empty Template == |
== Empty Template == |
||
<pre> |
<pre>{{Items |
||
{{Items |
|||
|title = |
|title = |
||
|image = |
|image = |
||
Line 9: | Line 8: | ||
|shop_price = |
|shop_price = |
||
|usage = |
|usage = |
||
}} |
}}</pre> |
||
</pre> |
|||
== Usage == |
== Usage == |
||
<pre> |
<pre>{{Items |
||
{{Items |
|||
|title = Flashlight |
|title = Flashlight |
||
|image = icon_flashlight2.png |
|image = icon_flashlight2.png |
||
Line 21: | Line 18: | ||
|shop_price = {{Doorknobs}} 100 |
|shop_price = {{Doorknobs}} 100 |
||
|usage = Temporary light source; batteries needed |
|usage = Temporary light source; batteries needed |
||
}} |
}}</pre> |
||
</pre> |
|||
== Output == |
== Output == |
Revision as of 21:45, 18 September 2022

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 = }}
Usage
{{Items |title = Flashlight |image = icon_flashlight2.png |type = Light Source |shop_description = Batteries included |shop_price = {{Doorknobs}} 100 |usage = Temporary light source; batteries needed }}
Output
<infobox layout="stacked"> <title source="title"><default>Items/doc</default><format>Flashlight</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>