Difference between revisions of "Template:Infobox item"

From Tycoon Gaming
m (1 revision imported: Move from Fandom to here)
Line 3: Line 3:
 
<image source="image"><caption source="imagecaption"/></image>
 
<image source="image"><caption source="imagecaption"/></image>
 
<data source="type"><label>Type</label></data>
 
<data source="type"><label>Type</label></data>
 +
<data source="job"><label>Job</label></data>
 
<data source="effects"><label>Effects</label></data>
 
<data source="effects"><label>Effects</label></data>
 
<data source="source"><label>Source</label></data>
 
<data source="source"><label>Source</label></data>
 +
<data source="export"><label>Exported at</label></data>
 +
<data source="value"><label>Value</label></data>
 
<data source="buy"><label>Cost to buy</label></data>
 
<data source="buy"><label>Cost to buy</label></data>
 
<data source="sell"><label>Cost to sell</label></data>
 
<data source="sell"><label>Cost to sell</label></data>
 
</infobox><includeonly>[[Category:Items]]</includeonly><noinclude>{{Documentation}}</noinclude>
 
</infobox><includeonly>[[Category:Items]]</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 16:46, 17 May 2022

Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox item
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagecaption  = 
 | type          = 
 | effects       = 
 | source        = 
 | buy           = 
 | sell          = 
}}

Samples

{{infobox item
 | title         = Power Flower
 | image         = Example.jpg
 | type          = Food
 | effects       = +1 Fire
 | source        = Vendor
 | buy           = 5g
 | sell          = 1g
}}