Template:Itembox

Revision as of 00:13, 13 August 2007 by BBR (Talk | contribs) (includeonly)


NOTE: As of 8/10/07, this template is far from finished. As more item property parameters are included and as more functionality is added to the current item property parameters, both the complete template that is displayed for copying and pasting in the "Full Template" section and the information on specific item property parameters below will be updated.

Usage

Template:Items is meant to be used on various item pages under their requisite "Statistics" sections. It is designed to simulate the look of the tooltips that one encounters when hovering the mouse over an item in the Ultima Online 2d client. If the 2d client is ever dropped in favor of the KR client, the look and feel of this template will be changed accordingly.

All of the parameters in Template:Items are displayed as centered in the tooltip, and all are displayed in white text except for the Name parameter, which is displayed in yellow text. Most item properties are displayed as links to their related page as is some other text. For example, in the swingspeedincrease parameter the words "Swing Speed Increase" will be displayed as a link to that page, whereas in the skillrequired parameter it is not the words "Skill Required" that will be displayed as a link, but the actual skill that is entered as that parameter's value that will be a link, such as "Swordsmanship" or "Archery".

Full Template

Since it is highly unlikely if not impossible that an item will ever be encountered that uses absolutely every item property that is available in the template, Template:Items has been designed with conditional parameters. This means that when using this template on an item's page it is intended that only the parameters which correspond to the properties which are displayed on that specific item should be included. Unlike many of the other templates that show in their entirety no matter what, if one of the parameters from Template:Items is not included, left blank, or supplied with an impossible value, its associated property will simply not display at all.

It is suggested that when using Template:Items one should choose one of the two following strategies:

  1. Copy and paste the entirety of the template, which is included in a <pre> section below, and delete those parameters whose corresponding properties are not present on the item which you are editing.
  2. Copy and paste only the parameters from below that correspond to properties which are present on the item that you are editing and ignore the others completely.

It is NOT recommended that you copy and paste the complete template and leave it in its entirety with blank, unused parameters. Template:Items was designed conditionally so that this would not be necessary. It was intended that this template would be easier to use and read due to less unused code, and that this in turn would have the added benefit of saving space.

The following is the entirety of Template:Items, which includes every item property parameter that has so far been added.

{{Items
|name=
|blessed=
|weight=
|hitstaminaleech=
|spellchanneling=
|swingspeedincrease=
|damageincrease=
|physicalresist=
|fireresist=
|coldresist=
|poisonresist=
|energyresist=
|physicaldamage=
|firedamage=
|colddamage=
|poisondamage=
|energydamage=
|mindamage=
|maxdamage=
|weaponspeed=
|range=
|strengthrequirement=
|handedweapon=
|skillrequired=
|durability=
}}

Name

|name=

The name parameter displays the name of the item at the top of the tooltip. It is the only item property that displays in yellow text. When entering a value for this parameter, any string may be used. If the name parameter is left blank or not used, the template is coded to automatically use the name of the page that it is being used on. It is recommended in most instances that the name parameter be left out and allowed to automatically take the name of the item page.

The name parameter displays as follows:

  • Manually-entered value:
    • An_sword_001
  • Automatic value:
    • Itembox

Weight

|weight=

The weight parameter displays the weight of the item in the format "Weight: X Stones", where X is the value inputed. Weight cannot be a value less than 1.

The weight parameter displays as follows:

Swingspeedincrease

|swingspeedincrease=

The swingspeedincrease parameter displays the Swing Speed Increase property on an item in the format "Swing Speed Increase X%", where X is the value inputed. Swing Speed Increase cannot be a value less than 5, nor can it be in any value that is not evenly divisible by 5.

The swingspeedincrease parameter displays as follows:

Resists

|physicalresist=
|fireresist=
|coldresist=
|poisonresist=
|energyresist=

The resist parameters display their corresponding resist property (physical, fire, cold, poison, or energy) on an item in the format "Y Resist X%", where X is the inputed value and Y is the resist type. Resists cannot have a value of less than 1.

The resist parameters display as follows:

Damage Types

|physicaldamage=
|firedamage=
|colddamage=
|poisondamage=
|energydamage=

The damage type parameters display their corresponding damage type property (physical, fire, cold, poison, or energy) on an item in the format "Y Damage X%", where X is the inputed value and Y is the damage type. Damage types cannot have a value of less than 1. If the combined value of the damage types you use for an item does not equal 100, none of the damage types will display, as any other combined value would be impossible within the limitations of the game.

The damage type parameters display as follows:

Handedweapon

|handedweapon=

The handedweapon parameter displays whether an item, when equipped, requires one hand to wield, or two. As these are currently the only two possible options in the game, the only two valid input values are as follows:

  • 1
  • 2

If any value other than the preceding two are used, the property will not display.

The handedweapon parameter displays as follows:

  • Input of '1': One-Handed Weapon
  • Input of '2': Two-Handed Weapon
  • Any other input: (Does not display)

Durability

|durability=

The durability parameter displays the durability of the item in the format "Durability: X / X", where X is the value inputed. For consistency's sake, the value inputed is applied to both the maximum durability as well as the current durability. Durability cannot be a value less than 1.

The durability parameter displays as follows:


Other

font-size:{{#ifeq:{{FULLPAGENAME}}|{{{disambigpage| {{#if:{{NAMESPACE}}|{{NAMESPACE}}:}} {{{name|{{PAGENAME}}}}} }}}|1|0.85}}em;