Template:Item/doc: Difference between revisions
Appearance
m |
Cdjensen94 (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
<pre> | <pre> | ||
| Line 35: | Line 32: | ||
| sell = 1g | | sell = 1g | ||
}} | }} | ||
</pre><includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category: | </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
}}