Template:StoreTableHead/Sandbox
Jump to navigation
Jump to search
Template documentation
This documentation is transcluded from Template:StoreTableHead/Sandbox/doc. [edit] [history] [purge]
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 | 1 | 0 | 5 | |
Jug | 2 | unknown | 1 | 0 | 3 | |
Empty jug pack | 5 | unknown | Not sold | |||
Shears | 2 | unknown | 1 | 0 | 27 | |
Bucket | 3 | unknown | 2 | 0 | 59 | |
Empty bucket pack | 15 | unknown | Not sold | |||
Bowl | 2 | unknown | 5 | 1 | 16 | |
Another pot | 5 | unknown | 1 | 0 | 5 | |
Empty jug pack | 5 | unknown | Not sold | |||
Fletching cape | 5 | unknown | 99,000 | 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