Difference between revisions of "Template:Infobox item"

(+ Artifact Rarity)
(+5 quiver properties)
Line 14: Line 14:
 
|-
 
|-
 
{{#if: {{{artifactrarity|}}}|
 
{{#if: {{{artifactrarity|}}}|
! Artifact Rarity {{artifactrarity}}
+
! Artifact Rarity {{{artifactrarity}}}
 
}}
 
}}
  
Line 21: Line 21:
 
{{#if: {{{elvesonly|}}}|
 
{{#if: {{{elvesonly|}}}|
 
! Elves Only
 
! Elves Only
 +
}}
 +
 +
<!----------Ammo--------->
 +
|-
 +
{{#if: {{{ammo|}}}|
 +
! Ammo: 0/500 Arrows
 +
}}
 +
 +
<!----------Damage Modifier--------->
 +
|-
 +
{{#if: {{{damagemodifier|}}}|
 +
! Damage Modifier: {{{damagemodifier}}}
 
}}
 
}}
  
Line 746: Line 758:
 
! Durability: {{{mindurability}}} (min) - {{{maxdurability}}} (max)
 
! Durability: {{{mindurability}}} (min) - {{{maxdurability}}} (max)
 
}}}}
 
}}}}
 +
 +
<!----------Lower Ammo Cost--------->
 +
|-
 +
{{#if: {{{lowerammocost|}}}|
 +
! Lower Ammo Cost: {{{lowerammocost}}}%
 +
}}
 +
 +
<!----------Contents--------->
 +
|-
 +
{{#if: {{{contents|}}}|
 +
! Contents: 0/125 Items, 0/50 Stones
 +
}}
 +
 +
<!----------Weight Reduction--------->
 +
|-
 +
{{#if: {{{weightreduction|}}}|
 +
! Weight Reduction: {{{weightreduction}}}%
 +
}}
  
 
|}</includeonly>
 
|}</includeonly>
Line 770: Line 800:
 
&#124; artifactrarity=
 
&#124; artifactrarity=
 
&#124; elvesonly=
 
&#124; elvesonly=
 +
&#124; ammo=
 +
&#124; damagemodifier=
 
&#124; alchemy=
 
&#124; alchemy=
 
&#124; anatomy=
 
&#124; anatomy=
Line 890: Line 922:
 
&#124; mindurability=
 
&#124; mindurability=
 
&#124; maxdurability=
 
&#124; maxdurability=
 +
&#124; lowerammocost=
 +
&#124; contents=
 +
&#124; weightreduction=
 
}}
 
}}
 
|}</noinclude>
 
|}</noinclude>

Revision as of 11:03, 16 September 2008


The Infobox item template is designed to be used on article pages of all kinds. While currently incomplete, more parameters are added often to ensure that this template will eventually be usable for any item.

With the exception of the name= parameter, all parameters in this template are optional. Any optional parameter which is not defined will not display in the template. Parameters may be defined in any order, but should automatically display in the same order as show in UO. When using this tempate, it is advised that undefined parameters are removed to keep articles from becoming excessively long and unreadable when being edited.

If name, image, or weight are not defined, the article will be added to the corresponding category respectively:


Template Parameters

{{Infobox item | image= | image2= | name= | weight= | artifactrarity= | elvesonly= | ammo= | damagemodifier= | alchemy= | anatomy= | animallore= | animaltaming= | archery= | armslore= | begging= | blacksmithing= | bowcraftfletching= | bushido= | camping= | carpentry= | cartography= | chivalry= | cooking= | detectinghidden= | discordance= | evaluatingintelligence= | fencing= | fishing= | focus= | forensicevaluation= | glassblowing= | healing= | herding= | hiding= | imbuing= | inscription= | itemidentification= | lockpicking= | lumberjacking= | macefighting= | magery= | masonry= | meditation= | mining= | musicianship= | necromancy= | ninjitsu= | parrying= | peacemaking= | poisoning= | provocation= | removetrap= | resistingspells= | snooping= | spellweaving= | spiritspeak= | stealing= | swordsmanship= | tactics= | tailoring= | tasteidentification= | tinkering= | tracking= | veterinay= | wrestling= | requiremondainslegacy= | spellchanneling= | mageweapon= | hitstaminaleech= | hitdispel= | hitfireball= | hitharm= | hitlightning= | hitmagicarrow= | hitcoldarea= | hitenergyarea= | hitfirearea= | hitphysicalarea= | hitpoisonarea= | hitmanaleech= | hitlowerdefense= | hitlowerattack= | hitlifeleech= | randomprotection=yes | selfrepair= | strengthbonus= | dexteritybonus= | intelligencebonus= | hitpointincrease= | staminaincrease= | manaincrease= | hitpointregeneration= | staminaregeneration= | manaregeneration= | nightsight= | luck= | enhancepotions | hitchanceincrease= | defensechanceincrease= | fastercasting= | fastcastrecovery= | damageincrease= | spelldamageincrease= | lowermanacost= | lowerreagentcost= | arcanecharges= | physicalresist= | fireresist= | coldresist= | poisonresist= | energyresist= | usebestweaponskill= | directdamage= | physicaldamage= | firedamage= | colddamage= | poisondamage= | energydamage= | chaosdamage= | weapondamage= | weaponspeed= | strengthrequirement= | onehandedweapon= | twohandedweapon= | skillrequired= | durability= | mindurability= | maxdurability= | lowerammocost= | contents= | weightreduction= }}