Difference between revisions of "Shop table row/Documentation"
Stratonian (talk | contribs) (Stratonian moved page Shop table row/Documentation to Shop table body/Documentation: better name) Tag: New redirect |
Stratonian (talk | contribs) m (Removed redirect to Shop table body/Documentation) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
− | + | ==Description== | |
+ | Used to create a row in an NPC shop table. Used in conjunction with [[Template:Shop table header]]. | ||
+ | ==Usage== | ||
+ | <pre> | ||
+ | {{shop table header}} | ||
+ | {{shop table row|Campfire|25}} | ||
+ | {{table footer}} | ||
+ | </pre> | ||
+ | ==Parameters== | ||
+ | :{{parameter|1|The name of the item.}} | ||
+ | :{{parameter|2|The value of the item.}} | ||
+ | :{{parameter|quality|The quality of the item.|}} | ||
+ | <includeonly>[[Category:Table templates]]</includeonly> |
Revision as of 20:47, 16 February 2024
Description
Used to create a row in an NPC shop table. Used in conjunction with Shop table header.
Usage
{{shop table header}} {{shop table row|Campfire|25}} {{table footer}}