Template:Infobox Seed/doc

From Darkan
Jump to navigation Jump to search
Documentation This is a documentation subpage for Template:Infobox Seed.
It contains usage information, categories, and other content that is not part of the original template page.

Usage

{{Infobox Seed
| name       = The item's real name, not a short form.
| AKA        = What the item is commonly called by others.
| image      = An image of the item.
| level      = Level required to grow.
| patch      = Patch for growing this seed.
| time       = Time taken to finish growing (in minutes).
| plant      = Experience for planting seed.
| check      = Experience for checking.
| harvest    = Experience for harvesting each result.
| payment    = Payment to farmer.
| quest      = If the item is a quest item, Yes or No.
| tradeable  = If the item is tradeable, Yes or No.
| stackable  = If the item is stackable, Yes or No.
| high       = Coins you get from high-alcing the item.  If not applicable: No
| low        = Coins you get from low-alching the item.  If not applicable: No
| store      = The prices the general/speciality store sells the item 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 item.
| exchange   = The item's price at the Grand Exchange.
| examine    = What the item says when examined.
| weight     = The item's weight.
}}

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 item 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 item. If omitted, the field will be hidden.

image

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

Example:

  • [[File:Example.jpg]]

level

The level required to plant the seed.

Example:

  • 5
  • 10
  • 60

patch

The patch in which the seed grows in. Do not include "patch" after the entry, it will be added automatically.

Example:

time

The time it takes to grow the seed from the point of planting to the point that it is fully grown, please write the time in minutes.

Examples:

  • 35
  • 100

plant

The experience gained by planting the seed. For seeds which give more than 999 experience, comma should be used as a thousands separator, per the Style guide

Examples:

  • 30
  • 1,500

check

The experience gained for using the "Check health" option. This XP bonus is only available to bush, fruit trees, wood trees, and some special trees, for other plants, please place N/A in this field. As stated above, if the experience gained exceeds 999, use a comma as a thousands separator, per the Style guide.

Examples:

  • 500
  • 1,500
  • N/A

harvest

The experience gained from harvesting the plant. Please note that wood trees and spirit trees do not give harvesting experience, for these plants, please place N/A in this field. As stated above, if the experience gained exceeds 999, use a comma as a thousands separator, per the Style guide.

Examples:

  • 500
  • 1,500
  • N/A

quest

See Quest items. Also applicable for miniquests.

The possible values for this field are:

  • Yes - [[Quest name]]
  • No

tradeable

Leave this out unless the item is not tradeable. If the item is not tradable between players, or in the Grand Exchange then set this to No.

Examples:

  • No

stackable

Whether the item stacks in the player's inventory.

The possible values for this field are:

  • Yes
  • No

high

Coins obtained after casting the High Level Alchemy spell on the item. 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.

If the High Level Alchemy cannot be cast on the item, the field should be set to "No".

Examples:

  • 2,200
  • 500
  • No

low

Coins obtained after casting the Low Level Alchemy spell on the item. 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.

If the Low Level Alchemy cannot be cast on the item, the field should be set to "No". Usually, the coins obtained is roughly 2/3rd the coins obtained using High Level Alchemy.

Examples:

  • 1,100
  • 500
  • No

store

Price at which the seed is sold by a shop (or NPC) which has an "Infinite stock" of the item.

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:

  • 20
  • 20,000
  • N/A

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 item 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 tradable, 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.

examine

The exact text (identical case, spaces, typo, etc) given when the player examines the fully grown plant.

Examples:

  • A potato seed - plant in an allotment.
  • Plant this in a plantpot of soil to grow a sapling.

weight

The item's weight. The weight appears in the Equipment Stats submenu from Worn Equipment interface. The weight unit ("kilogram", "kg") need NOT be added to this field, as it is added automatically. For special weight-reducing items which has "negative" weight, the negative "-" should be included in the field.

Examples:

  • 2
  • -4.5

Example

{{Infobox Seed
| name       = Potato seed
| image      = [[File:Potato_seed_5.png|Potato seed]]
| level      = 1
| patch      = Allotment
| time       = 35
| plant      = 8
| check      = N/A
| harvest    = 9
| quest      = No
| tradeable  = Yes
| stackable  = Yes
| high       = 4
| low        = 3
| store      = 1
| exchange   = gemw
| examine    = A potato seed - plant in an allotment.
| weight     = 
}}
[view][talk]