Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,390
edits
(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...") |
No edit summary Tag: Reverted |
||
Line 1:
{{Documentation}}
{{invokes|StoreTableHead}}
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|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|
{{StoreLine|name=Elven top (yellow)|stock=100|image=Elven top (white).png|restock=1}}
{{StoreTableBottom}}</pre>
Line 20 ⟶ 22:
{{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}}
==Parameters==
*'''
*'''
*'''
===Optional===
*'''
*'''
*'''smw:''' set to "
*'''
*'''
*'''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
Line 51 ⟶ 58:
*[[Template:GEHeader]]
<includeonly>[[Category:Table templates]][[Category:Store table templates]]</includeonly>
|