Template:ShopLine/doc: Difference between revisions
(Created page with "{{documentation}} The '''ShopLine''' template is used to fill out tables commonly used in Shops to provide a listing of items that are found in that shop. It also helps to provide a uniform look of how the shop information is presented for all articles about shop on the wiki. '''Note: Profession can be set in the {{T|ShopTableHead}} for the whole table.''' ==Usage== The '''ShopLine''' templates are used to list a shop's stock. Three templates are used to form the s...") |
No edit summary |
||
Line 30: | Line 30: | ||
*'''buy:''' price at which the player can buy the item from the shop. |
*'''buy:''' price at which the player can buy the item from the shop. |
||
*'''sell:''' price at which the player can sell the item to the shop. |
*'''sell:''' price at which the player can sell the item to the shop. |
||
*'''image: (optional)''' image |
*'''image: (optional)''' alternative image to override the image that matches the item name. |
||
** Image size is optional (i.e. to resize the image to 25 pixels by 25 pixels, add this at the end: <code><nowiki>{{!}}25x25px</nowiki></code> |
** Image size is optional (i.e. to resize the image to 25 pixels by 25 pixels, add this at the end: <code><nowiki>{{!}}25x25px</nowiki></code> |
||
* '''level: (optional)''' The level to show in the level column. Requires the profession to be set to be shown in the {{T|ShopTableHead}}. |
* '''level: (optional)''' The level to show in the level column. Requires the profession to be set to be shown in the {{T|ShopTableHead}}. |
||
Line 76: | Line 76: | ||
"image": { |
"image": { |
||
"label": "Image", |
"label": "Image", |
||
"description": "An image |
"description": "An alternative image to override the image that matches the item name.", |
||
"example": "Lesser Eel.png", |
"example": "Lesser Eel.png", |
||
"type": "string" |
"type": "string" |
Latest revision as of 15:43, 7 November 2024
The ShopLine template is used to fill out tables commonly used in Shops to provide a listing of items that are found in that shop. It also helps to provide a uniform look of how the shop information is presented for all articles about shop on the wiki.
Note: Profession can be set in the {{ShopTableHead}}
for the whole table.
Usage
The ShopLine templates are used to list a shop's stock. Three templates are used to form the stock table:
{{ShopTableHead}}
- Contains table headers for the top of the shop stock table{{ShopLine}}
- Template for each line item in the shop{{ShopTableBottom}}
- Contains bottom of the table and the reference list for the shop stock table
For example:
{{ShopTableHead}} {{ShopLine|name=Lesser Eel|buy=412|sell=165}} {{ShopLine|name=Gray Eel|buy=525|sell=210}} {{ShopLine|name=Rocky Eel|buy=702|sell=270}} {{ShopTableBottom}}
gives
Item | Buy price | Sell price | |
---|---|---|---|
Lesser Eel | 412 | 165 | |
Gray Eel | 525 | 210 | |
Rocky Eel | 702 | 270 |
Parameters
- name: the item (should be the page name)
- displayname: (optional) an optional name for the item
- buy: price at which the player can buy the item from the shop.
- sell: price at which the player can sell the item to the shop.
- image: (optional) alternative image to override the image that matches the item name.
- Image size is optional (i.e. to resize the image to 25 pixels by 25 pixels, add this at the end:
{{!}}25x25px
- Image size is optional (i.e. to resize the image to 25 pixels by 25 pixels, add this at the end:
- level: (optional) The level to show in the level column. Requires the profession to be set to be shown in the
{{ShopTableHead}}
.
Blank template
{{ShopLine|name=|buy=|sell=}}
{{ShopLine|name=|buy=|sell=|level=}}
See also
Template data
Show/hide template's data | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date. Template for generating tables of items sold by shops.
|