Template:StoreTableHead
		
		
		
		Jump to navigation
		Jump to search
		
Template documentation
This documentation is transcluded from Template:StoreTableHead/doc. [edit] [history] [purge]
Template:StoreTableHead invokes function main in Module:StoreTableHead using Lua.
Template:StoreTableHead invokes Module:StoreTableHead using Lua.
The StoreTableHead template is to be used in conjunction with {{StoreLine}} provide a listing of items that are found in a shop. It also helps to provide a uniform look of how the shop information is presented for all articles about shop on the wiki.
Usage
{{StoreTableHead|sellmultiplier=1300|buymultiplier=400|delta=30}}
{{StoreLine|name=Pot|stock=5|restock=9962000}}
{{StoreLine|name=Jug|stock=2|restock=}}
{{StoreLine|name=Empty jug pack|stock=5|gemw=No|restock=10}}
{{StoreLine|name=Shears|stock=2|restock=10}}
{{StoreLine|name=Bucket|stock=3|restock=10}}
{{StoreLine|name=Empty bucket pack|stock=15|gemw=no|restock=10}}
{{StoreLine|name=Bowl|stock=2|restock=10}}
{{StoreLine|name=Pot|displayname=Another pot|stock=5|restock=10}}
{{StoreLine|name=Empty jug pack|stock=5|gemw=No|restock=10}}
{{StoreLine|name=Fletching cape|stock=5|smwname=Fletching cape#Untrimmed|gemw=no|sell=99000|buy=N/A|restock=N/A}}
{{StoreLine|name=Elven top (yellow)|stock=100|image=Elven top (white).png|restock=1}}
{{StoreTableBottom}}
gives
| Item | Number in stock | Restock time | Price sold at | Price bought at | GE price | |
|---|---|---|---|---|---|---|
|  | Pot | 5 | 69d 4h 20m (9,962,000t) |  1 |  0 |  5 | 
|  | Jug | 2 | unknown |  1 |  0 |  3 | 
|  | Empty jug pack | 5 | 6s (10t) | Not sold | ||
|  | Shears | 2 | 6s (10t) |  1 |  0 |  27 | 
|  | Bucket | 3 | 6s (10t) |  2 |  0 |  59 | 
|  | Empty bucket pack | 15 | 6s (10t) | Not sold | ||
|  | Bowl | 2 | 6s (10t) |  5 |  1 |  16 | 
|  | Another pot | 5 | 6s (10t) |  1 |  0 |  5 | 
|  | Empty jug pack | 5 | 6s (10t) | Not sold | ||
|  | Fletching cape | 5 | N/A |  99,000 | N/A | Not sold | 
|  | Elven top (yellow) | 100 | 0.6s (1t) |  6,500 |  2,000 | Not sold | 
Parameters
- sellmultiplier: the store's sell markup
- buymultiplier: the store's buy margin
- delta: the store's price change for over/understocking
Optional
- namenotes: additional text information for autogenerated store lists (e.g. Karamja gloves or Pisc favour)
- currency: defaults to "Coins"
- smw: set to "No" to prevent indexing of this table into {{Store locations list}}. Use this to prevent duplicates (e.g. the store is shown on the store page AND the npc page)
- hideimage set to "yes" to hide the image column, for example for stores that sell things that don't necessarily have a fitting icon (e.g. abstract unlocks or abilities)
- hidege set to "yes" to hide the GE column (if none of the items are tradeable on GE) - you still need to set gemw=yes for the StoreLine template
- hidebuy set to "yes" to hide the Buy price column (if none of the items are tradeable on GE) - you still need to set Buy=N/A for the StoreLine template
- hidestock set to "yes" to hide the Stock column (useful for minigame and dialogue shops where everything has infinite stock)
- hiderestock set to "yes" to hide the restock time column
- hidecaption set to "yes" to hide the table caption
- column1: Add an additional column with this as contents
- column2: Add an additional column with this as contents
- columnX: ... Add an additional column with this as contents