Difference between revisions of "User:Belgrave/Item Template"

From Fallen Sword Wiki
Jump to: navigation, search
(Reverted edits by Sinho6 (Talk); changed back to last version by Robyyn)
Line 1: Line 1:
 
''This layout contains everything needed to create a new item page. To do so, copy the code below to the new item page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.''
 
''This layout contains everything needed to create a new item page. To do so, copy the code below to the new item page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.''
 +
 +
''This layout will be superseded by [[Template:Item]] when HCS installs Extension:Parserfunctions on this wiki.''
 
<pre>
 
<pre>
 
__NOTOC__
 
__NOTOC__
Line 32: Line 34:
 
'''Craftable:''' <!-- Yes or No -->
 
'''Craftable:''' <!-- Yes or No -->
 
|}
 
|}
* '''Min. Level:'''  
+
{| width="100%" cellspacing="0" cellpadding="0"
* '''Max. Durability:'''  
+
|- bgcolor="#eeeeff"
<!-- Fill in and remove extras. -->
+
| '''Min. Level:'''
<!-- Please use uncrafted/unforged stats if possible. -->
+
| align="right" | <tt>{{formatnum:0}}</tt>
* '''[[Attack]]:'''
+
|-
* '''[[Defense]]:'''
+
| '''Durability:'''
* '''[[Armor]]:'''
+
| align="right" | <tt>{{formatnum:0}}</tt>
* '''[[HP]]:'''
+
<!-- Copy and fill in the following 5 lines of code for every stat the item has. Delete the bg parameter on every other stat. -->
* '''[[Damage]]:'''
+
{{IStat
* '''[[Stamina]]:'''
+
|bg=eeeeff
* '''[[Gold Gain]]:'''
+
|stat=
* '''[[XP Gain]]:'''
+
|value=
 +
}}
 +
|}
 
==Enhancements==
 
==Enhancements==
<!-- Fill in and remove extras. -->
+
{| width="100%" cellspacing="0" cellpadding="0"
<!-- Please use uncrafted/unforged stats if possible. -->
+
<!-- Copy and fill in the following 5 lines of code for every enhancement the item has. Delete the bg parameter on every other stat. -->
* '''[[Piercing Strike]]:'''
+
{{IStat
* '''[[Reinforced Armor]]:'''
+
|bg=eeeeff
* '''[[Thievery]]:'''
+
|stat=
* '''[[Critical Hit]]:'''
+
|value=
* '''[[Holy]]:'''
+
}}
* '''[[Breaker]]:'''  
+
| '''''' {{none}} <!-- Use this if item has no enhancements. Otherwise, delete this line. -->
* '''[[Nullify]]:'''
+
|}
* '''[[Banishment]]:'''
+
* '''[[Protection]]:'''
+
* '''[[Oceanic]]:'''
+
* '''[[Master Thief]]:'''
+
* '''[[Protect Gold]]:'''
+
* '''[[Dodge]]:'''
+
* '''[[Disarm]]:'''
+
* '''[[Master Blacksmith]]:'''
+
* '''[[Elite Hunter]]:'''
+
* '''[[Sustain]]:'''
+
* '''[[Master Crafter]]:'''
+
* '''[[Fury Caster]]:'''
+
* '''[[Greenskin Slayer]]:'''
+
* '''[[Beast Slayer]]:'''
+
* '''[[Duelist]]:'''
+
* '''[[Glory Seeker]]:'''
+
* '''[[First Strike]]:'''
+
* {{none}} <!-- Use this if item has no enhancements. -->
+
 
|width="33%" valign="top" align="left"|
 
|width="33%" valign="top" align="left"|
 
== Set ==
 
== Set ==
Line 77: Line 63:
 
* {{none}} <!-- Use this if item is not part of a set. -->
 
* {{none}} <!-- Use this if item is not part of a set. -->
 
=== Set Statistics ===
 
=== Set Statistics ===
<!-- Fill in and remove extras. -->
+
{| width="100%" cellspacing="0" cellpadding="0"
* '''[[Attack]]:'''
+
<!-- Copy and fill in the following 5 lines of code for every stat the item set has. Delete the bg parameter on every other stat. -->
* '''[[Defense]]:'''
+
{{IStat
* '''[[Armor]]:'''
+
|bg=eeeeff
* '''[[HP]]:'''
+
|stat=
* '''[[Damage]]:'''
+
|value=
* '''[[Stamina]]:'''  
+
}}
* '''[[Gold Gain]]:'''
+
| '''''' {{none}} <!-- Use this if item set has no stats or if there is no item set. Otherwise, delete this line. -->
* '''[[XP Gain]]:'''
+
|}
* '''[[Piercing Strike]]:'''
+
* '''[[Reinforced Armor]]:'''
+
* '''[[Thievery]]:'''
+
* '''[[Critical Hit]]:'''
+
* '''[[Holy]]:'''
+
* '''[[Breaker]]:'''
+
* '''[[Nullify]]:'''
+
* '''[[Banishment]]:'''
+
* '''[[Protection]]:'''
+
* '''[[Oceanic]]:'''
+
* '''[[Master Thief]]:'''
+
* '''[[Protect Gold]]:'''
+
* '''[[Dodge]]:'''
+
* '''[[Disarm]]:'''
+
* '''[[Master Blacksmith]]:'''
+
* '''[[Elite Hunter]]:'''
+
* '''[[Sustain]]:'''
+
* '''[[Master Crafter]]:'''
+
* '''[[Fury Caster]]:'''
+
* '''[[Greenskin Slayer]]:'''
+
* '''[[Beast Slayer]]:'''
+
* '''[[Duelist]]:'''
+
* '''[[Glory Seeker]]:'''
+
* '''[[First Strike]]:'''
+
* {{none}} <!-- Use this if item is not part of a set. -->
+
 
|width="33%" valign="top" align="left"|
 
|width="33%" valign="top" align="left"|
 
== Information ==
 
== Information ==
 
<!-- Fill in and remove extras. If unsure, leave them all. -->
 
<!-- Fill in and remove extras. If unsure, leave them all. -->
* '''Dropped by:'''  
+
'''Dropped by:'''<br>
* '''Purchased from Shops:'''  
+
'''•''' [[Creature Name]]
* '''Obtained from Quest(s):'''  
+
'''Purchased at:'''<br>
* '''Used In Quest(s):'''  
+
'''•''' [[Shop Name]]: 0 {{gold}}
* '''AH Price Range:'''  
+
'''Obtained from Quest:'''<br>
 +
'''•''' [[Quest Name]]
 +
'''Used in Quest:'''<br>
 +
'''''' [[Quest Name]]
 
=== Actions ===
 
=== Actions ===
* {{AHlong|{{PAGENAME}}|Search Auction House}}
+
{{ItemHFLink}}
 +
'''•''' [[Sortable List of Helmets|Compare with other Helmets]]<br>
 +
'''•''' {{AHlong|{{PAGENAME}}|Search Auction House}}
 
|}
 
|}
  
 
<!-- Remove the section below if the item cannot be crafted -->
 
<!-- Remove the section below if the item cannot be crafted -->
 
== Crafted Statistics ==
 
== Crafted Statistics ==
{| cellpadding="5" width="100%"
+
{| cellspacing="0" cellpadding="0" width="100%"
| width="" |
+
| width="12.5%" | &nbsp;
<span style="color:#900;font-size:12pt;font-weight:bold;">Very Poor</span>
+
| width="12.5%" align="center" colspan="3" | <span style="color:#900;font-size:12pt;font-weight:bold;">Very Poor</span>
* '''Att:''' <span style="color:#23f6ea"></span>
+
| width="12.5%" align="center" colspan="3" | <span style="color:#b00;font-size:12pt;font-weight:bold;">Poor</span>
* '''Def:'''
+
| width="12.5%" align="center" colspan="3" | <span style="color:#d00;font-size:12pt;font-weight:bold;">Average</span>
* '''Arm:'''
+
| width="12.5%" align="center" colspan="3" | <span style="color:#d30;font-size:12pt;font-weight:bold;">Good</span>
* '''HP:'''
+
| width="12.5%" align="center" colspan="3" | <span style="color:#d60;font-size:12pt;font-weight:bold;">Very Good</span>
* '''Dam:'''
+
| width="12.5%" align="center" colspan="3" | <span style="color:#d90;font-size:12pt;font-weight:bold;">Excellent</span>
| width="" |
+
| width="12.5%" align="center" colspan="3" | <span style="color:#dd0;font-size:12pt;font-weight:bold;">Perfect</span>
<span style="color:#b00;font-size:12pt;font-weight:bold;">Poor</span>
+
<!-- Copy and fill in the following 17 lines of code for every stat the item has. Delete the bg parameter on every other stat. -->
* '''Att:''' <span style="color:#23f6ea"></span>
+
{{IStat2
* '''Def:'''
+
|bg=eeeeff
* '''Arm:'''
+
|stat=<!-- attack=Att, defense=Def, armor=Arm, hp=HP, damage=Dam, stamina=Stam, stamina gain=Stam+, xp gain=XP+, gold gain=Gold+ -->
* '''HP:'''
+
|value-1=<!-- very poor min -->
* '''Dam:'''
+
|value-2=<!-- very poor max -->
| width="" |
+
|value-3=<!-- poor min -->
<span style="color:#d00;font-size:12pt;font-weight:bold;">Average</span>
+
|value-4=<!-- poor max -->
* '''Att:''' <span style="color:#23f6ea"></span>
+
|value-5=<!-- average min -->
* '''Def:'''
+
|value-6=<!-- average max -->
* '''Arm:'''
+
|value-7=<!-- good min -->
* '''HP:'''
+
|value-8=<!-- good max -->
* '''Dam:'''
+
|value-9=<!-- very good min -->
| width="" |
+
|value-10=<!-- very good max -->
<span style="color:#d30;font-size:12pt;font-weight:bold;">Good</span>
+
|value-11=<!-- excellent min -->
* '''Att:''' <span style="color:#23f6ea"></span>
+
|value-12=<!-- excellent max -->
* '''Def:'''
+
|value-13=<!-- perfect min -->
* '''Arm:'''
+
|value-14=<!-- perfect max -->
* '''HP:'''
+
}}
* '''Dam:'''
+
| width="" |
+
<span style="color:#d60;font-size:12pt;font-weight:bold;">Very Good</span>
+
* '''Att:''' <span style="color:#23f6ea"></span>
+
* '''Def:'''
+
* '''Arm:'''
+
* '''HP:'''
+
* '''Dam:'''
+
| width="" |
+
<span style="color:#d90;font-size:12pt;font-weight:bold;">Excellent</span>
+
* '''Att:''' <span style="color:#23f6ea"></span>
+
* '''Def:'''
+
* '''Arm:'''
+
* '''HP:'''
+
* '''Dam:'''
+
| width="" |
+
<span style="color:#dd0;font-size:12pt;font-weight:bold;">Perfect</span>
+
* '''Att:''' <span style="color:#23f6ea"></span>
+
* '''Def:'''
+
* '''Arm:'''
+
* '''HP:'''
+
* '''Dam:'''
+
 
|}
 
|}
 
<!-- End of the crafting statistics section -->
 
<!-- End of the crafting statistics section -->

Revision as of 01:03, 22 August 2008

This layout contains everything needed to create a new item page. To do so, copy the code below to the new item page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.

This layout will be superseded by Template:Item when HCS installs Extension:Parserfunctions on this wiki.

__NOTOC__
{|cellpadding="5" width="100%"
|width="34%" valign="top" align="left"|
== Item ==
{|
| {{ItemBox|image URL}}
| valign="top" |
'''Name:''' {{PAGENAME}}<br>
'''Type:''' 
<!-- Choose one of the following and delete the rest. -->
{{Armor}}
{{Amulet}}
{{Boots}}
{{Gloves}}
{{Helmet}}
{{Ring}}
{{Rune}}
{{Shield}}
{{Weapon}}
<br>
'''Rarity:''' 
<!-- Choose one of the following and delete the rest. -->
{{Crystalline Item}}
{{Super Elite Item}}
{{Legendary Item}}
{{Unique Item}}
{{Rare Item}}
{{Common Item}}
<br>
'''Craftable:''' <!-- Yes or No -->
|}
{| width="100%" cellspacing="0" cellpadding="0"
|- bgcolor="#eeeeff"
| '''Min. Level:'''
| align="right" | <tt>{{formatnum:0}}</tt>
|-
| '''Durability:'''
| align="right" | <tt>{{formatnum:0}}</tt>
<!-- Copy and fill in the following 5 lines of code for every stat the item has. Delete the bg parameter on every other stat. -->
{{IStat
|bg=eeeeff
|stat=
|value=
}}
|}
==Enhancements==
{| width="100%" cellspacing="0" cellpadding="0"
<!-- Copy and fill in the following 5 lines of code for every enhancement the item has. Delete the bg parameter on every other stat. -->
{{IStat
|bg=eeeeff
|stat=
|value=
}}
| '''•''' {{none}} <!-- Use this if item has no enhancements. Otherwise, delete this line. -->
|}
|width="33%" valign="top" align="left"|
== Set ==
* [[]]
* {{none}} <!-- Use this if item is not part of a set. -->
=== Set Statistics ===
{| width="100%" cellspacing="0" cellpadding="0"
<!-- Copy and fill in the following 5 lines of code for every stat the item set has. Delete the bg parameter on every other stat. -->
{{IStat
|bg=eeeeff
|stat=
|value=
}}
| '''•''' {{none}} <!-- Use this if item set has no stats or if there is no item set. Otherwise, delete this line. -->
|}
|width="33%" valign="top" align="left"|
== Information ==
<!-- Fill in and remove extras. If unsure, leave them all. -->
'''Dropped by:'''<br>
'''•''' [[Creature Name]]
'''Purchased at:'''<br>
'''•''' [[Shop Name]]: 0 {{gold}}
'''Obtained from Quest:'''<br>
'''•''' [[Quest Name]]
'''Used in Quest:'''<br>
'''•''' [[Quest Name]]
=== Actions ===
{{ItemHFLink}}
'''•''' [[Sortable List of Helmets|Compare with other Helmets]]<br>
'''•''' {{AHlong|{{PAGENAME}}|Search Auction House}}
|}

<!-- Remove the section below if the item cannot be crafted -->
== Crafted Statistics ==
{| cellspacing="0" cellpadding="0" width="100%"
| width="12.5%" |  
| width="12.5%" align="center" colspan="3" | <span style="color:#900;font-size:12pt;font-weight:bold;">Very Poor</span>
| width="12.5%" align="center" colspan="3" | <span style="color:#b00;font-size:12pt;font-weight:bold;">Poor</span>
| width="12.5%" align="center" colspan="3" | <span style="color:#d00;font-size:12pt;font-weight:bold;">Average</span>
| width="12.5%" align="center" colspan="3" | <span style="color:#d30;font-size:12pt;font-weight:bold;">Good</span>
| width="12.5%" align="center" colspan="3" | <span style="color:#d60;font-size:12pt;font-weight:bold;">Very Good</span>
| width="12.5%" align="center" colspan="3" | <span style="color:#d90;font-size:12pt;font-weight:bold;">Excellent</span>
| width="12.5%" align="center" colspan="3" | <span style="color:#dd0;font-size:12pt;font-weight:bold;">Perfect</span>
<!-- Copy and fill in the following 17 lines of code for every stat the item has. Delete the bg parameter on every other stat. -->
{{IStat2
|bg=eeeeff
|stat=<!-- attack=Att, defense=Def, armor=Arm, hp=HP, damage=Dam, stamina=Stam, stamina gain=Stam+, xp gain=XP+, gold gain=Gold+ -->
|value-1=<!-- very poor min -->
|value-2=<!-- very poor max -->
|value-3=<!-- poor min -->
|value-4=<!-- poor max -->
|value-5=<!-- average min -->
|value-6=<!-- average max -->
|value-7=<!-- good min -->
|value-8=<!-- good max -->
|value-9=<!-- very good min -->
|value-10=<!-- very good max -->
|value-11=<!-- excellent min -->
|value-12=<!-- excellent max -->
|value-13=<!-- perfect min -->
|value-14=<!-- perfect max -->
}}
|}
<!-- End of the crafting statistics section -->

<!-- Choose all applicable categories and delete the rest. -->
[[Category:Items]]
[[Category:Amulets]]
[[Category:Armor]]
[[Category:Boots]]
[[Category:Gloves]]
[[Category:Helmets]]
[[Category:Rings]]
[[Category:Runes]]
[[Category:Shields]]
[[Category:Weapons]]
[[Category:Quest Items]]
[[Category:Common Items]]
[[Category:Rare Items]]
[[Category:Unique Items]]
[[Category:Legendary Items]]
[[Category:Super Elite Items]]
[[Category:Crystalline Items]]