Template:Inventory/doc: Difference between revisions

From Archaelund Wiki
(Created page with "== Description == This template generates the content of an inventory table and is intended to be used for displaying shop items on merchant pages. It requires the Lua module Module:Inventory. == Usage == <pre> {{Inventory |Stock = |Markup = }} </pre> == Parameters == <table class="wikitable"> <tr><th>Name</th><th>Required</th><th>Description</th><th>Values</th></tr> <tr><td>Stock</td><td>Yes</td><td>A list of all items in the merchant's shop.</td><td>a semicolon...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
|Stock =  
|Stock =  
|Markup =  
|Markup =  
|Markup2 =
}}
}}
</pre>
</pre>
Line 13: Line 14:
<table class="wikitable">
<table class="wikitable">
<tr><th>Name</th><th>Required</th><th>Description</th><th>Values</th></tr>
<tr><th>Name</th><th>Required</th><th>Description</th><th>Values</th></tr>
<tr><td>Stock</td><td>Yes</td><td>A list of all items in the merchant's shop.</td><td>a semicolon-separated list of <nowiki>[[Item]]s</nowiki></td></tr>
<tr><td>Stock</td><td>Yes</td><td>A list of all items in the merchant's shop.</td><td>a semicolon-separated list of armor/item/weapon pagenames</td></tr>
<tr><td>Markup</td><td>No</td><td>A factor that is applied to the regular prices by this merchant. Defaults to 1.</td><td>non-negative number</td></tr>
<tr><td>Markup</td><td>No</td><td>A factor that is applied to the regular prices by this merchant. Defaults to 1.</td><td>non-negative number</td></tr>
<tr><td>Markup2</td><td>No</td><td>If the markup changes during the course of the game (e.g. after completing certain quests), the modified value can be given here.</td><td>non-negative number</td></tr>
</table>
</table>

Latest revision as of 12:43, 23 March 2025

Description

This template generates the content of an inventory table and is intended to be used for displaying shop items on merchant pages. It requires the Lua module Module:Inventory.

Usage

{{Inventory
|Stock = 
|Markup = 
|Markup2 = 
}}

Parameters

NameRequiredDescriptionValues
StockYesA list of all items in the merchant's shop.a semicolon-separated list of armor/item/weapon pagenames
MarkupNoA factor that is applied to the regular prices by this merchant. Defaults to 1.non-negative number
Markup2NoIf the markup changes during the course of the game (e.g. after completing certain quests), the modified value can be given here.non-negative number