Open main menu

Project: Gorgon Wiki β

Changes

Template:Vendor item row

899 bytes removed, 15:48, 2 March 2017
no edit summary
| style="text-align:center;white-space:nowrap;" | {{{level|}}}</includeonly><noinclude>
{{documentation}}
</noinclude>
<noinclude>Used for depicting items sold by Vendors. Not to be confused with [[:Template:Vendor purchase table row]], which is used for information on what a vendor buys and how much they have to spend.
__NOTOC__
==Syntax==
<pre>
{{vendor item row
| item =
| cost =
| level =
}}
</pre>
==Parameters==
; item
: The item name
; cost
: Optional. The numerical cost eg. "15". If not provided, an empty column is shown.
; level
: Optional. The favor level at which the item is available. If not provided, an column is shown.
 
==Description==
Create a row in a vendor's table. Uses the new [[Template:Item icon]] template.
 
==Examples==
Many generic icons can be used for a variety of items! See [[Item Icons Guide]] for all available icons.
<pre>
{{vendor table row
| item = Saltpeter
| cost = 15 gold
| level = Neutral
}}
</pre>
 
[[Category:Formatting templates|vendor item row]]
</noinclude>
724
edits