Item Template: Difference between revisions

From My Wiki
Jump to navigation Jump to search
imported>An Adventurer
No edit summary
imported>Tlosk
 
(41 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== non magic item ==
{{RightToC}}
{| border="1" cellspacing="0"
{{Related|Page Templates|Wiki Templates|{{mtl|Item}}|{{mtl|Intro}}}}
! colspan="3"|Item Name
|-
|colspan="3"|''Description
|-
!Value
|align="center"| Pyreal value
|-
!Burden
|align="center"|Burden
|-
!Restrictions
|align="center"|Wield restrictions of any kind
|-
!Special Properties
|align="center"|Attuned, Bonded, Dyeable, etc.
|-
|}


== magic item ==


{| border="1" cellspacing="0"
Most types of items have a [[Page Template]] specifically for that item type, this is a general item template that can be adapted to anything else.
! colspan="3"|Item Name
* You can leave blank or erase variables that aren't applicable.
|-
* Some items split the description before and after special properties, use Description Two for the second half.
|colspan="3"|''Description
* Special properties (such as Bonded), patch introduced, related quests, and updated should be wiki linked (double brackets).
|-
* If an item is a [[Rare]], add '''Rare Number = ??''' to the {{tl|Intro}} template.
!Value
* If there is no live image indicated or if it is "Live.jpg" then that section will not be shown.
|colspan="2"|Pyreal value
* Set <code>Cannot be Sold = True</code> to display.
|-
* Unlike many other templates, this one does not automatically add any categories, use [[:Category:Item]] or a more specific [[List of Categories|category]] where appropriate. (It's usually not necessary to list both Item and a subcategory, the subcategory is sufficient).
!Burden
|colspan="2"|Burden
|-
!Restrictions
|colspan="2"|Wield restrictions of any kind
|-
!Special Properties
|colspan="2"|Attuned, Bonded, Dyeable, etc.
|-
!Spells
|colspan="2"|spells
|-
!Activations
|colspan="2"|Spell activation requirements
|-
!Mana
|colspan="2"| #, rate 1/X secs
|-
|}


[[Category:Template]]
== Wiki Code ==
=== Item With Spells ===
<section begin=Item /><pre style="width:auto; overflow:auto">
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}
{{Item
|              Name =
|        Icon Image =  Icon.png
|        Live Image =  Live.jpg
| Live Image Caption =
|              Value =
|            Burden =
|        Description =
| Special Properties = [[Attuned]], [[Bonded]]
|    Description Two =
|    Player Attuned =
|          Level Req =
|            Spells =
|    Activation Reqs =
|        Spellcraft =
|              Mana =
|          Mana Cost =
|    Cannot Be Sold = False
}}
== Notes ==
* ??
 
[[Category:Item]]
[[Category:<Special Property>]]
</pre><section end=Item />
 
=== Item Without Spells ===
<section begin=ItemNoSpells /><pre style="width:auto; overflow:auto">
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}
{{Item
|              Name =
|        Icon Image =  Icon.png
|        Live Image =  Live.jpg
| Live Image Caption =
|              Value =
|            Burden =
|        Description =
| Special Properties = [[Attuned]], [[Bonded]]
|    Description Two =
|    Player Attuned =
|          Level Req =
|    Cannot Be Sold = False
}}
== Notes ==
* ??
 
[[Category:Item]]
[[Category:<Special Property>]]
</pre><section end=ItemNoSpells />
 
== Example ==
See [[Nutrient Oil Soaked Totem]] for the results of the example code below:
 
<pre style="width:auto; overflow:auto">
{{Intro
| Patch Introduced = [[Who Watches the Virindi?]]
|  Related Quests = [[Renegade Living Weapons]]
|          Updated =
}}
{{Item
|              Name = Nutrient Oil Soaked Totem
|        Icon Image = Nutrient Oil Soaked Totem Icon.png
|              Value = 20
|            Burden = 20
|        Description =  A nutritional oil that has been proven to augment the strength of living weapons.
| Special Properties = [[Attuned]], [[Bonded]]
|    Description Two = Use this oil on a complete living weapon to augment its strength.
|    Cannot Be Sold = True
}}
== Notes ==
* Apply this item to [[Palenqual's Living Weapons]] to change them into [[Renegade Living Weapons]].
 
[[Category:Item]]
</pre>
 
[[Category:Page Template]]

Latest revision as of 13:42, 6 July 2009

Related topics: Page Templates, Wiki Templates, {{Item}}, {{Intro}}


Most types of items have a Page Template specifically for that item type, this is a general item template that can be adapted to anything else.

  • You can leave blank or erase variables that aren't applicable.
  • Some items split the description before and after special properties, use Description Two for the second half.
  • Special properties (such as Bonded), patch introduced, related quests, and updated should be wiki linked (double brackets).
  • If an item is a Rare, add Rare Number = ?? to the {{Intro}} template.
  • If there is no live image indicated or if it is "Live.jpg" then that section will not be shown.
  • Set Cannot be Sold = True to display.
  • Unlike many other templates, this one does not automatically add any categories, use Category:Item or a more specific category where appropriate. (It's usually not necessary to list both Item and a subcategory, the subcategory is sufficient).

Wiki Code

Item With Spells

<section begin=Item />

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{Item
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 | Special Properties = [[Attuned]], [[Bonded]]
 |    Description Two = 
 |     Player Attuned = 
 |          Level Req = 
 |             Spells = 
 |    Activation Reqs = 
 |         Spellcraft = 
 |               Mana = 
 |          Mana Cost = 
 |     Cannot Be Sold = False
}}
== Notes ==
* ??

[[Category:Item]]
[[Category:<Special Property>]]

<section end=Item />

Item Without Spells

<section begin=ItemNoSpells />

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{Item
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 | Special Properties = [[Attuned]], [[Bonded]]
 |    Description Two = 
 |     Player Attuned = 
 |          Level Req = 
 |     Cannot Be Sold = False
}}
== Notes ==
* ??

[[Category:Item]]
[[Category:<Special Property>]]

<section end=ItemNoSpells />

Example

See Nutrient Oil Soaked Totem for the results of the example code below:

{{Intro
 | Patch Introduced = [[Who Watches the Virindi?]]
 |   Related Quests = [[Renegade Living Weapons]]
 |          Updated = 
}}
{{Item
 |               Name = Nutrient Oil Soaked Totem
 |         Icon Image = Nutrient Oil Soaked Totem Icon.png
 |              Value = 20
 |             Burden = 20
 |        Description =  A nutritional oil that has been proven to augment the strength of living weapons.
 | Special Properties = [[Attuned]], [[Bonded]]
 |    Description Two = Use this oil on a complete living weapon to augment its strength.
 |     Cannot Be Sold = True
}}
== Notes ==
* Apply this item to [[Palenqual's Living Weapons]] to change them into [[Renegade Living Weapons]].

[[Category:Item]]