User:Belgrave/Item Template

From Fallen Sword Wiki
Jump to: navigation, search

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.

Only use this page if Template:Item is not versatile enough for the item in question.

__NOTOC__
[[Category:No Item Template]]
{|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. -->
{{Epic Item}}
{{Crystalline Item}}
{{Super Elite Item}}
{{Legendary Item}}
{{Unique Item}}
{{Rare Item}}
{{Common Item}}
<br>
'''Craftable:''' <!-- Yes or No -->
|}
== Information ==
<!-- Fill in and remove extras. If unsure, leave them all. -->
'''Dropped by:'''<br>
'''•''' [[Creature Name]]<br>
'''Purchased at:'''<br>
'''•''' [[Shop Name]]: 0 {{gold}}<br>
'''Obtained from Quest:'''<br>
'''•''' [[Quest Name]]<br>
'''Used in Quest:'''<br>
'''•''' [[Quest Name]]<br>
'''Won in:'''<br>
'''•''' [[PvP Arena or Chest]]<br>
=== Actions ===
{{ItemHFLink}}
<!-- Replace Helmets with the appropriate item type if necessary. -->
'''•''' [[Sortable List of Helmets|Compare with other Helmets]]<br>
'''•''' {{AHlong|{{PAGENAME}}|Search Auction House}}
|width="33%" valign="top" align="left"|
== Statistics ==
{| 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 ==
[[Set Name]]
* [[]]
* {{none}} <!-- Use this if item is not part of a set. -->
|}

<!-- 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]]