Difference between revisions of "Template:Spell"

From Sourcebook Wiki
Jump to: navigation, search
(show the spell template example)
m (removing to clean up categories)
Line 43: Line 43:
 
[[Category:Spells]]
 
[[Category:Spells]]
 
</includeonly><noinclude>
 
</includeonly><noinclude>
Example for testing:
+
Example usage:
  
{{Spell
 
| name=Touch of Fatigue
 
| school=Necromancy
 
| class1=Sor/Wiz
 
| class1lvl=0
 
| class2=Drd
 
| class2lvl=8
 
| class3=Pal
 
| class3lvl=1
 
| class4=
 
| class4lvl=
 
| class5=
 
| class5lvl=
 
| comp=V, S, M
 
| casttime=1 standard action
 
| range=Touch
 
| tsea=t
 
| subj=Creature touched
 
| dur=1 round/level
 
| save=Fortitude negates
 
| sr=Yes
 
| desc=Supplemental subtitle info
 
}}
 
 
Source code was:
 
 
<pre><nowiki>{{Spell
 
<pre><nowiki>{{Spell
 
| name=Touch of Fatigue
 
| name=Touch of Fatigue

Revision as of 21:05, 15 February 2011

Example usage:

{{Spell
| name=Touch of Fatigue
| school=Necromancy
| class1=Sor/Wiz
| class1lvl=0
| class2=Drd
| class2lvl=8
| class3=Pal
| class3lvl=1
| class4=
| class4lvl=
| class5=
| class5lvl=
| comp=V, S, M
| casttime=1 standard action
| range=Touch
| tsea=t
| subj=Creature touched
| dur=1 round/level
| save=Fortitude negates
| sr=Yes
| desc=Supplemental subtitle info
}}