Gem Template: Difference between revisions

From My Wiki
Jump to navigation Jump to search
imported>Tlosk
(New page: {{RightToC}} {{Related|Page Templates|Wiki Templates|Template:Gem|Template:Intro}} For use with gems that cast spells, both quest and loot. The page will automatically be categorized as a...)
imported>Tlosk
No edit summary
Line 39: Line 39:


== Example ==
== Example ==
See [[Enhanced Blue Empyrean Ring]] for the results of the example code below:
See [[]] for the results of the example code below:


<pre style="width:auto; overflow:auto">
<pre style="width:auto; overflow:auto">
{{Intro
| Patch Introduced = [[Shifting Tactics]]
|  Related Quests = [[Colosseum]]
|          Updated =
}}
{{Jewelry
|      Jewelry Type = Ring
|              Name = Enhanced Blue Empyrean Ring
|        Icon Image = Enhanced Blue Empyrean Ring Icon.png
|        Live Image =
| Live Image Caption =
|              Value = 5,000
|            Burden = 50
|        Description = A piece of the Empyrean Rings set.<br><br> A ring of pyreal fitted with a band of glowing blue metal.
| Special Properties = [[Attuned]], [[Bonded]], [[Ivoryable]]
|    Description Two = One of the five Empyrean Rings. Any two combine for an additional spell set.
|    Player Attuned =
|          Level Req = 150
|            Spells = [[Epic Willpower]], [[Mana Renewal Other Incantation]], [[Empyrean Mana Absorbtion]], [[Mana Conversion Mastery Incantation]], [[Major Piercing Ward]]
|    Activation Reqs =
|        Spellcraft = 325
|              Mana = 1000
|          Mana Cost = 30
|    Cannot Be Sold =
}}
== Notes ==
* Created by combining an [[Empyrean Crystal]] with a [[Blue Empyrean Ring]].


[[Category:Bonded]]
[[Category:Ivoryable]]
</pre>
</pre>


[[Category:Page Template]]
[[Category:Page Template]]

Revision as of 17:29, 4 March 2009

Related topics: Page Templates, Wiki Templates, Template:Gem, Template:Intro

For use with gems that cast spells, both quest and loot. The page will automatically be categorized as a Gem.

  • Leave blank or erase variables that aren't applicable.
  • Some gems split the description before and after special properties, use Description Two for the second half.
  • Special properties, patch introduced, related quests, and updated should be wiki linked (double brackets).
  • 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.

Wiki Code

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{Gem
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 | Special Properties = 
 |    Description Two = 
 |          Level Req = 
 |             Spells = 
 |    Activation Reqs = 
 |         Spellcraft = 
 |               Mana = 
 |          Mana Cost = 
 |     Cannot Be Sold = 
}}
== Notes ==
* Obtained by ??.

Example

See [[]] for the results of the example code below: