Item Template: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
== Non Magic Item Example == | == Non Magic Item Example == | ||
From the <nowiki>[[Quest]]</nowiki> Introduced in <nowiki>[[Patch]]</nowiki>. | |||
{|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 | {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 | ||
Line 11: | Line 11: | ||
|- | |- | ||
|align=center| Value: ??<br>?? Burden Units | |align=center| Value: ??<br>?? Burden Units | ||
|width=40 align=center| [[Image:Icon. | |width=40 align=center| [[Image:Icon.png]] | ||
|- | |- | ||
|colspan=2| <Description> | |colspan=2| <Description> | ||
Line 21: | Line 21: | ||
== Non Magic Item Code == | == Non Magic Item Code == | ||
<pre> | <pre> | ||
From the [[Quest]] Introduced in [[Patch]]. | |||
{|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 | {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 | ||
Line 27: | Line 27: | ||
|- | |- | ||
|align=center| Value: ??<br>?? Burden Units | |align=center| Value: ??<br>?? Burden Units | ||
|width=40 align=center| [[Image:Icon. | |width=40 align=center| [[Image:Icon.png]] | ||
|- | |- | ||
|colspan=2| <Description> | |colspan=2| <Description> | ||
Line 43: | Line 43: | ||
== Magic Item Example == | == Magic Item Example == | ||
From the <nowiki>[[Quest]]</nowiki> Introduced in <nowiki>[[Patch]]</nowiki>. | |||
{|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 | {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 | ||
Line 49: | Line 49: | ||
|- | |- | ||
|align=center| Value: ??<br>?? Burden Units | |align=center| Value: ??<br>?? Burden Units | ||
|width=40 align=center| [[Image:Icon. | |width=40 align=center| [[Image:Icon.png]] | ||
|- | |- | ||
|colspan=2| <Description> | |colspan=2| <Description> |
Revision as of 19:08, 18 June 2008
These basic item templates can be used for any item. To make things easier, there are templates for Weapons and Armor with most of the information already placed in the correct area.
Non Magic Item Example
From the [[Quest]] Introduced in [[Patch]].
Name | |
Value: ?? ?? Burden Units |
|
<Description>
|
Non Magic Item Code
From the [[Quest]] Introduced in [[Patch]]. {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 |colspan=2 align=center|'''Name''' |- |align=center| Value: ??<br>?? Burden Units |width=40 align=center| [[Image:Icon.png]] |- |colspan=2| <Description> <br>[[Special Properties]]: ?? <br><Restrictions> |- |} ==Notes== * [[Category:Item]][[Category:<Special Property>]]
Magic Item Example
From the [[Quest]] Introduced in [[Patch]].
Name | |
Value: ?? ?? Burden Units |
|
<Description>
|
Magic Item Code
'''From the [[Quest]] Introduced in [[Patch]].''' {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 |colspan=2 align=center|'''Name''' |- |align=center| Value: ??<br>?? Burden Units |width=40 align=center| [[Image:Icon.jpg]] |- |colspan=2| <Description> <br>[[Special Properties]]: ?? <br><Restrictions> <br>Casts the following spells: ??? <br>Activation Requirements: <br>Spellcraft: <br>Mana: <br>Mana Cost: |- |} ==Notes== * [[Category:Item]][[Category:<Special Property>]]