Template:Item: Difference between revisions

From Pressure Wiki
Content added Content deleted
(Added missing parameter)
(Added uses)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
<infobox layout="stacked">
<infobox layout="stacked">
<title source="name"/>
<title source="name"/>
<image source="image1">
<image source="image">
<caption source="caption-image1"/>
<caption source="caption-image"/>
</image>
</image>
<group>
<group>
<header source="information">INFORMATION</header>
<header>INFORMATION</header>
<data source="type">
<data source="type">
<label>Type</label>
<label>Type</label>
</data>
</data>
<data source="fuel_time">
<data source="charge_time">
<label>Fuel Time</label>
<label>Charge Time</label>
</data>
<data source="uses">
<label>Uses</label>
</data>
</data>
<data source="price">
<data source="price">
Line 34: Line 37:
This template is used to create item infoboxes.
This template is used to create item infoboxes.
{{Item
{{Item
|name=Flashlight
|name='''Flashlight'''
|image1=flashlight.png
|image=flashlight.png
|type=Light Source
|type=Light Source
|fuel_time=Unknown
|charge_time=Unknown
|price=200
|price=200
|usage=Direct light source, lights up the area in front of the player when used}}
|usage=Direct light source, lights up the area in front of the player when used}}
Line 43: Line 46:
<pre>
<pre>
{{Item
{{Item
|name=Flashlight
|name=''''''
|image=
|image1=flashlight.png
|type=Light Source
|type=
|charge_time=
|fuel_time=Unknown
|uses=
|price=200
|price=
|usage=Direct light source, lights up the area in front of the player when used
|usage=
|shop_description=}}
|shop_description=}}
</pre>
</pre>

Latest revision as of 04:12, 31 May 2024



Documentation

This template is used to create item infoboxes.


Formatting

{{Item
|name=''''''
|image=
|type=
|charge_time=
|uses=
|price=
|usage=
|shop_description=}}