Difference between revisions of "Template:Infobox item"

From Tycoon Gaming
m (removed vehicle data sources (no longer needed))
m (+ description data source)
 
Line 2: Line 2:
 
<title source="title"/>
 
<title source="title"/>
 
<image source="image"><caption source="imagecaption"/></image>
 
<image source="image"><caption source="imagecaption"/></image>
 +
        <data source ="description"><label>Description</label></data>
 
<data source="type"><label>Type</label></data>
 
<data source="type"><label>Type</label></data>
 
<data source="job"><label>Job</label></data>
 
<data source="job"><label>Job</label></data>

Latest revision as of 18:03, 11 January 2024

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
}}