Template:StoreTableHead/Sandbox

From RuneRealm Wiki
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

Sells at: 130.0% • Buys at: 40.0% • Change per: 3.0%
ItemNumber
in stock
Restock
time
Price
sold at
Price
bought at
GE
price
Pot5unknown 1 0 5
Jug2unknown 1 0 3
Empty jug pack5unknownNot sold
Shears2unknown 1 0 27
Bucket3unknown 2 0 59
Empty bucket pack15unknownNot sold
Bowl2unknown 5 1 16
Another pot5unknown 1 0 5
Empty jug pack5unknownNot sold
Fletching cape5unknown 99,000N/ANot 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