Template:ShopLine: Difference between revisions

m (BlackHawk moved page User:BlackHawk/ShopLine to Template:ShopLine without leaving a redirect)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<td>{{#if:{{{image|}}}|[[File:{{{image}}}|30px|link={{{name}}}]]|[[File:{{{name}}}.png|30px]]}}</td>
<td>{{#if:{{{image|}}}|[[File:{{{image}}}|30px|link={{{name}}}]]|[[File:{{{name}}}.png|30px]]}}</td>
<td>{{#if:{{{displayname|}}}|[[{{{name}}}|{{{displayname}}}]]|[[{{{name}}}]]}}</td>
<td>{{#if:{{{displayname|}}}|[[{{{name}}}|{{{displayname}}}]]|[[{{{name}}}]]}}</td>
<td>{{#if:{{{sell|}}}|{{Currency|{{{sell}}}}}|{{Unknown}}}}</td>
<td>{{#if:{{{buy|}}}|{{Currency|{{{buy}}}}}|{{Unknown}}}}</td>
<td>{{#if:{{{buy|}}}|{{Currency|{{{buy}}}}}|{{Unknown}}}}</td>
<td>{{#if:{{{sell|}}}|{{Currency|{{{sell}}}}}|{{Unknown}}}}</td>
</tr>{{#subobject:{{{name}}}_{{#if:{{{sell|}}}|{{{sell}}}|Unknown}}_{{#if:{{{buy|}}}|{{{buy}}}|Unknown}}|Sold By={{FULLPAGENAME}}|Sold item={{{name}}}|Shop sell price={{#if:{{{sell|}}}|{{{sell}}}|Unknown}}|Shop sell price={{#if:{{{buy|}}}|{{{buy}}}|Unknown}}}}</includeonly><noinclude>{{/doc}}</noinclude>
{{#if:{{{level|}}}|<td>{{{level}}}</td>}}
</tr>{{#subobject:{{{name}}}_{{#if:{{{sell|}}}|{{{sell}}}|Unknown}}_{{#if:{{{buy|}}}|{{{buy}}}|Unknown}}|Sold by={{FULLPAGENAME}}|Sold item={{{name}}}|Shop sell price={{#if:{{{sell|}}}|{{{sell}}}|}}|Shop buy price={{#if:{{{buy|}}}|{{{buy}}}|}}}}</includeonly><noinclude>{{/doc}}</noinclude>

Latest revision as of 13:47, 7 November 2024

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