Jump to content

Template:Item/doc: Difference between revisions

From Continuum Universes Wiki
< Template:Item
Cdjensen94
Cdjensen94 (talk | contribs) (1 revision imported)
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Description ==
To use this template, add the {{T|{{BASEPAGENAME}}}} template and fill in the appropriate fields. Fields left blank will not appear in articles. This infobox template uses [[w:Help:Infobox|Fandom's infobox syntax]].
== Syntax ==
== Syntax ==
<pre>
<pre>
Line 35: Line 32:
  | sell          = 1g
  | sell          = 1g
}}
}}
</pre><includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
</pre><includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Infobox templates]]
[[Category:Templates]]
[[Category:Documentation pages]]</noinclude>

Latest revision as of 10:44, 24 October 2025

Syntax

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

Sample output

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