Template:StoreTableHead/Sandbox/doc

From RuneRealm Wiki

This is an old revision of this page, as edited by Alex (talk | contribs) at 01:13, 16 October 2024 (Created page with "{{Documentation}} The '''StoreTableHead''' template is to be used in conjunction with {{t|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== <pre>{{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}} {{S..."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a documentation subpage for Template:StoreTableHead/Sandbox.
It contains usage information, categories, and other content that is not part of the original template page.
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