Template:StoreTableHead/Sandbox/doc
Jump to navigation
Jump to search
Template:StoreTableHead/Sandbox invokes function main in 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}}
{{StoreLine|Name=Jug|Stock=2}}
{{StoreLine|Name=Empty jug pack|Stock=5|gemw=No}}
{{StoreLine|Name=Shears|Stock=2}}
{{StoreLine|Name=Bucket|Stock=3}}
{{StoreLine|Name=Empty bucket pack|Stock=15|gemw=no}}
{{StoreLine|Name=Bowl|Stock=2}}
{{StoreLine|Name=Pot|DisplayName=Another pot|Stock=5}}
{{StoreLine|Name=Empty jug pack|Stock=5|gemw=No}}
{{StoreLine|Name=Fletching cape|Stock=5|smwname=Fletching cape#Untrimmed|gemw=no|Sell=99000|Buy=N/A}}
{{StoreTableBottom}}
gives
| Item | Number in stock | Restock time | Price sold at | Price bought at | GE price |
|
|---|---|---|---|---|---|---|
| Pot | 5 | unknown | ||||
| Jug | 2 | unknown | ||||
| Empty jug pack | 5 | unknown | Not sold | |||
| Shears | 2 | unknown | ||||
| Bucket | 3 | unknown | ||||
| Empty bucket pack | 15 | unknown | Not sold | |||
| Bowl | 2 | unknown | ||||
| Another pot | 5 | unknown | ||||
| Empty jug pack | 5 | unknown | Not sold | |||
| Fletching cape | 5 | unknown | N/A | 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}}. - 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
- 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
See also
