Difference between revisions of "Template:NISpell"

From CrawlWiki
Jump to: navigation, search
m (1 revision: importing templates from old_crawl wiki)
Line 43: Line 43:
  
 
The <nowiki><div></div></nowiki> and newline before the bulleted list are necessary for the first bullet to be formatted correctly.  The above example produces:
 
The <nowiki><div></div></nowiki> and newline before the bulleted list are necessary for the first bullet to be formatted correctly.  The above example produces:
{{Spell
+
{{NISpell
 
  |name=Deflect Missiles
 
  |name=Deflect Missiles
 
  |level=6
 
  |level=6

Revision as of 19:32, 23 January 2013

{{{name}}}
Level {{{level}}}
School1 {{{school1}}}
School2 {{{school2}}}
School3 {{{school3}}}
Source(s) {{{sources}}}
Casting noise 0
Spell noise 0

Use this template for pages about specific spells; put it at the top of every such page. Example usage:

{{Spell
|name=Deflect Missiles
|level=6
|school1={{Enchantments}}
|school2={{Air Magic}}
|school3=
|sources=<div>
* [[Book of Enchantments]]
* [[Book of the Sky]]
* [[Rod of Warding]]</div>
|castingnoise=3
|spellnoise=0

}}

The <div></div> and newline before the bulleted list are necessary for the first bullet to be formatted correctly. The above example produces:

Deflect Missiles
Level 6
School1 Enchantments
School2 Air Magic
School3
Source(s)
Casting noise 3
Spell noise 0