Difference between revisions of "Shop table row/Documentation"

m (Removed redirect to Shop table body/Documentation)
Tag: Removed redirect
m
Line 1: Line 1:
 
==Description==
 
==Description==
Used to create a row in an NPC shop table. Used in conjunction with [[Template:Shop table header]].
+
Used to create a row in a shop table, containing an item and its price. Used in conjunction with [[Template:Shop table header]].
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
Line 11: Line 11:
 
:{{parameter|2|The value of the item.}}
 
:{{parameter|2|The value of the item.}}
 
:{{parameter|quality|The quality of the item.|}}
 
:{{parameter|quality|The quality of the item.|}}
 +
==See Also==
 +
:{{arrow}}[[Template:Vendor table body]]
 
<includeonly>[[Category:Table templates]]</includeonly>
 
<includeonly>[[Category:Table templates]]</includeonly>

Revision as of 15:00, 17 February 2024

Description

Used to create a row in a shop table, containing an item and its price. Used in conjunction with Shop table header.

Usage

{{shop table header}}
{{shop table row|Campfire|25}}
{{table footer}}

Parameters

Arrow.png1: The name of the item.
Required.
Arrow.png2: The value of the item.
Required.
Arrow.pngquality: The quality of the item.
Optional.

See Also

Arrow.pngVendor table body