Template:Infobox Set

From Darkan
Jump to navigation Jump to search
[view][talk]

[view] [edit] [purge] Template documentation

This documentation is transcluded from Template:Infobox Set/doc.

Usage

{{Infobox Set
| name       = The set's real name, not a short form.
| AKA        = What the set is commonly called by others.
| image      = Images of the items in the set.
| members    = If the set is members, Yes or No.
| quest      = If the set pieces are quest items, Yes or No.
| tradeable  = If the set is tradeable, Yes or No.
| equipable  = If the set is equipable, Yes or No.
| stackable  = If the set is stackable, Yes or No.
| store      = The prices the general/speciality store sells the set for when its stock is full.
| currency   = If the currency used is other than coins, state the currency.
| seller     = Store/NPC having a stock of the set.
| exchange   = The set's price at the Grand Exchange.
}}

Removed field(s)

  • tradable - has been replaced the the in-game spelling tradeable - all occurences of tradable should be replaced by tradeable.

Details

name

The name of the set exactly as it appears in game (identical case, spaces, typo, etc). If the pagename matches exactly, this field may be omitted.

AKA

Also known as: other name(s) commonly used by players to refer to the set. If omitted, the field will be hidden.

image

Images of the items in the set, with the "Image:" tag. Preferentially in PNG format (or GIF format if the image is animated).

Example:

  • [[File:Example.jpg]]

members

Whether the set is accessible only to members (e.g. displayed as "Members objects" in free-to-play worlds).

The possible values for this field are:

  • Yes
  • No

quest

See Quest items. Also applicable for miniquests.

The possible values for this field are:

  • Yes - [[Quest name]]
  • No

tradeable

Whether the set is tradeable between players, or in the Grand Exchange. For example, Barrows gloves are bought from a "shop" (Culinaromancer's Chest), but these gloves cannot be sold to other players as the Barrows gloves are not tradeable.

If cases when the set is only tradeable in certain situations, further details may be added to the values above, using the " - " as a separator. For example, the Barrows equipment can only be traded when it is completely degraded or fully repaired.

Examples:

  • Yes
  • No
  • Yes - only when uncharged

equipable

Whether the set is equipable. For instance, a Rune sword may be wielded (Yes), while a tinderbox may not be equipped (No).

The possible values for this field are:

  • Yes
  • No

store

Price at which the set is sold by a shop (or a NPC) which has an "Infinite stock" of the set. Some shops, like the Culinaromancer's Chest, do not have an infinite stock. Thus, the price entered should be the price when the "Main Stock" (NOT Player Stock) has full stock. If the item cannot be bought from an NPC, set this field to "No".

The coins obtained when the item is sold at the store should NOT be entered. Values larger than 999 coins should have commas as per the Style guide, and the RuneScape currency ("coins", "gp", etc.) need not be added to the field, as it is added automatically.

Examples:

  • 15,000
  • 18
  • No

currency

If the store uses a currency other than coins, this field should be added specifying the currency used to purchase the item. If possible, a link should be added to the currency article.

Examples:

seller

The store (or a NPC) where the set is sold. Only the name need to be entered, as the link to the article will be added automatically.

Examples:

  • Daga's Scimitar Smithy
  • Culinaromancer's Chest

exchange

Average price of the item in the Grand Exchange. This is the default Grand Exchange price, i.e. the average price set by the game when selling or buying the item.

If the item has a Grand Exchange Market Watch page, set this field to "gemw" (or {{GEPrice|Item name}}) to automatically add the Grand Exchange price. If the item is not tradeable, this field will be hidden (not shown), and the field may be removed or left blank.

Examples:

  • 12,000 - used for first 'exchange=' entry and/or if no GEMW page is available. Values larger than 999 coins should have commas as per the Style guide.
  • gemw - adds the "update" link for updating the Exchange price. Do not use "gemw" if the article pagename is different from the "GEPrice" item name.
  • {{GEPrice|Item name}} - no "update" link provided; used only if "GEMW" item name is different from article pagename.

Example

{{Infobox Set
| image      = [[File:Statius's full helm.png]][[File:Statius's platebody.png]][[File:Statius's platelegs.png]][[File:Statius's warhammer.png]]
| members    = Yes
| quest      = No
| tradeable  = Yes
| equipable  = Yes
| destroy    = Drop
| store      = No
| exchange   = {{formatnum:{{#expr:({{:Exchange:Corrupt statius's full helm|View=price}}+ {{:Exchange:Corrupt statius's platebody|View=price}}+ {{:Exchange:Corrupt statius's platelegs|View=price}}+ {{:Exchange:Corrupt statius's warhammer|View=price}})}}}}
}}
[view][talk]