Item Template: Difference between revisions
>Arkalor's Bot m (Text replace - "{{Crafting" to "{{Item | Category 1 = | Category 2 = ") |
|||
Line 1: | Line 1: | ||
{{RightToC}} | {{RightToC}} | ||
{{Related|Page Templates|Wiki Templates|{{mtl|Item | {{Related|Page Templates|Wiki Templates|{{mtl|Item}}}} | ||
Equipment items have [[Page Template]]s specifically for them. This is a general item template that can be adapted all other items. | |||
== Wiki Code == | == Wiki Code == | ||
<pre> | |||
{{Item | {{Item | ||
| Name = | | Name = | ||
| Value = | | Value = | ||
| Burden = | | Burden = | ||
| | |||
| Bonus to Healing = | |||
| Restoration Bonus = | |||
| Number of Uses = | |||
| | |||
| Description = | | Description = | ||
| Special Properties = | | | ||
| | | Restores = | ||
| | | | ||
| Stored Mana = | |||
| Efficiency = | |||
| Destruction Chance = | |||
| | |||
| Holds Containers = | |||
| Holds Max Items = | |||
| Locked or Unlocked = | |||
| Lock Difficulty = | |||
| Resistance = | |||
| | |||
| Spells = | |||
| Cooldown = | |||
| Special Properties = | |||
| Cannot Be Sold = | |||
| Usage Level Req = | |||
| Level Req = | | Level Req = | ||
| | | Base Req = | ||
| Base Req 2 = | |||
| Buffed Req = | |||
| Special Req = | |||
| Activation Reqs = | | Activation Reqs = | ||
| Item Level = | |||
| Item XP = | |||
| Recommended Level = | |||
| Spellcraft = | | Spellcraft = | ||
| Mana = | | Mana = | ||
| Mana Cost = | | Mana Cost = | ||
| | | | ||
| Description Two = | |||
| Inscription = | |||
| | |||
| Category 1 = | |||
| Category 2 = | |||
| Category 3 = | |||
| Category 4 = | |||
| Category 5 = | |||
}} | }} | ||
== Notes == | == Notes == | ||
* | * Obtained as part of/as a reward from [[Quest Name]]. | ||
{{Sold By|{{PAGENAME}}}} | |||
== Images == | |||
* {{Icon|{{PAGENAME}}}} Ingame icon | |||
</ | Click image for full size version. | ||
<gallery widths=200px heights=200px perrow=3> | |||
File:Live.jpg|Caption | |||
File:Live.jpg|Caption | |||
</gallery> | |||
== | == Update History == | ||
{{Update History| | |||
{{ | [[Event Name]] | ||
* Item added. | |||
}} | }} | ||
</pre> | |||
== Crafting Items == | |||
If the item is craftable, add the following header and code below the notes section. | |||
<pre> | |||
== Recipe == | |||
* Difficulty: ?? (50% chance of success) | |||
{{Item | |||
| Category 1 = | |||
| Category 2 = Recipe | |||
| Alchemy Recipe = False | |||
| Cooking Recipe = False | |||
| Fletching Recipe = False | |||
| Item Tinkering Recipe = False | |||
| Lockpicking Recipe = False | |||
| Tools = [[Tool]], [[Tool]] | |||
| Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]] | |||
| Result = (Number) {{PAGENAME}} | |||
}} | |||
* '''Steps:''' | |||
{{Recipe Table | |||
| Ingredient 1 = | |||
| Ingredient 2 = | |||
| Result = | |||
}} | |||
{{Recipe Table | |||
| Ingredient 1 = | |||
| Ingredient 2 = | |||
| Result = {{PAGENAME}} | |||
}} | |||
</pre> | |||
== Wiki Code with Comments == | |||
Template guide - Please use the clean copy above for pasting into the item page. | |||
<big><pre> | |||
{{Item | {{Item | ||
| Name = | | Name = | ||
| Value = | | Value = | ||
| Burden = | | Burden = | ||
| | |||
| Bonus to Healing = | |||
| Restoration Bonus = | |||
| Number of Uses = | |||
| | |||
| Description = | | Description = | ||
| Special Properties = | | | ||
| Restores = <!-- Food/potion restoration amount --> | |||
| | |||
| Stored Mana = <!-- Mana stone stored mana --> | |||
| Efficiency = <!-- Mana stone efficiency (%) --> | |||
| Destruction Chance = <!-- Mana stone destruction chance (%) --> | |||
| | |||
| Holds Containers = | |||
| Holds Max Items = | |||
| Locked or Unlocked = | |||
| Lock Difficulty = | |||
| Resistance = | |||
| | |||
| Spells = | |||
| Special Properties = | |||
| Cannot Be Sold = | |||
| Level Req = | |||
| Base Req = | |||
| Base Req 2 = | |||
| Buffed Req = | |||
| Special Req = | |||
| Activation Reqs = | |||
| Item Level = | |||
| Item XP = | |||
| Recommended Level = | |||
| Spellcraft = | |||
| Mana = | |||
| Mana Cost = | |||
| | |||
| Description Two = | | Description Two = | ||
| | | Inscription = | ||
| | | | ||
| | | Category 1 = <!-- Add most relevant sub category from [[Category:Items]] here --> | ||
| Category 2 = | |||
| Category 3 = | |||
| Category 4 = | |||
| Category 5 = | |||
}} | }} | ||
</pre></big> | |||
[[Category:Page Templates]][[Category:In Progress]] | |||
</pre>< | |||
[[Category: | |||
[[Category: |
Revision as of 13:47, 15 April 2014
Related topics: Page Templates, Wiki Templates, {{Item}}
Equipment items have Page Templates specifically for them. This is a general item template that can be adapted all other items.
Wiki Code
{{Item | Name = | Value = | Burden = | | Bonus to Healing = | Restoration Bonus = | Number of Uses = | | Description = | | Restores = | | Stored Mana = | Efficiency = | Destruction Chance = | | Holds Containers = | Holds Max Items = | Locked or Unlocked = | Lock Difficulty = | Resistance = | | Spells = | Cooldown = | Special Properties = | Cannot Be Sold = | Usage Level Req = | Level Req = | Base Req = | Base Req 2 = | Buffed Req = | Special Req = | Activation Reqs = | Item Level = | Item XP = | Recommended Level = | Spellcraft = | Mana = | Mana Cost = | | Description Two = | Inscription = | | Category 1 = | Category 2 = | Category 3 = | Category 4 = | Category 5 = }} == Notes == * Obtained as part of/as a reward from [[Quest Name]]. {{Sold By|{{PAGENAME}}}} == Images == * {{Icon|{{PAGENAME}}}} Ingame icon Click image for full size version. <gallery widths=200px heights=200px perrow=3> File:Live.jpg|Caption File:Live.jpg|Caption </gallery> == Update History == {{Update History| [[Event Name]] * Item added. }}
Crafting Items
If the item is craftable, add the following header and code below the notes section.
== Recipe == * Difficulty: ?? (50% chance of success) {{Item | Category 1 = | Category 2 = Recipe | Alchemy Recipe = False | Cooking Recipe = False | Fletching Recipe = False | Item Tinkering Recipe = False | Lockpicking Recipe = False | Tools = [[Tool]], [[Tool]] | Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]] | Result = (Number) {{PAGENAME}} }} * '''Steps:''' {{Recipe Table | Ingredient 1 = | Ingredient 2 = | Result = }} {{Recipe Table | Ingredient 1 = | Ingredient 2 = | Result = {{PAGENAME}} }}
Wiki Code with Comments
Template guide - Please use the clean copy above for pasting into the item page.
{{Item | Name = | Value = | Burden = | | Bonus to Healing = | Restoration Bonus = | Number of Uses = | | Description = | | Restores = <!-- Food/potion restoration amount --> | | Stored Mana = <!-- Mana stone stored mana --> | Efficiency = <!-- Mana stone efficiency (%) --> | Destruction Chance = <!-- Mana stone destruction chance (%) --> | | Holds Containers = | Holds Max Items = | Locked or Unlocked = | Lock Difficulty = | Resistance = | | Spells = | Special Properties = | Cannot Be Sold = | Level Req = | Base Req = | Base Req 2 = | Buffed Req = | Special Req = | Activation Reqs = | Item Level = | Item XP = | Recommended Level = | Spellcraft = | Mana = | Mana Cost = | | Description Two = | Inscription = | | Category 1 = <!-- Add most relevant sub category from [[Category:Items]] here --> | Category 2 = | Category 3 = | Category 4 = | Category 5 = }}