Template:ShopLine

From Brighter Shores Wiki
Revision as of 22:12, 3 November 2024 by BlackHawk (talk | contribs) (BlackHawk moved page User:BlackHawk/ShopLine to Template:ShopLine without leaving a redirect)
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:ShopLine/doc. [edit] [history] [purge]

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 165 412
Gray Eel 210 525
Rocky Eel 270 702

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
  • 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.

Template parameters[Edit template data]

This template has custom formatting.

ParameterDescriptionTypeStatus
Namename

Name of item as it appears on page.

Example
Lesser Eel
Page namerequired
Display Namedisplayname

The name of the item to display

Example
Another Lesser Eel
Stringoptional
Buy Pricebuy

The price the player can buy the item for.

Example
100
Stringrequired
Sell Pricesell

The price the player can sell the item for.

Example
100
Stringrequired
Imageimage

An alternative image to override the image that matches the item name.

Example
Lesser Eel.png
Stringoptional
Levellevel

The profession level required for being able to purchase an item.

Example
10
Numberoptional