Drinking & Dragons

Difference between revisions of "Template:Spell"

From Drinking and Dragons
(New page: {{if|test={{{spellname|}}}|then=<span style="color: #336699; font-weight: normal; margin: 0; font-size: 150%">{{{spellname}}}</span>}} {{if|test={{{createdby|}}}|then=<br><span style="font...)
 
m
 
Line 1: Line 1:
{{if|test={{{spellname|}}}|then=<span style="color: #336699; font-weight: normal; margin: 0; font-size: 150%">{{{spellname}}}</span>}}
{{if|test={{{spellname|}}}|then=<span style="color: #336699; font-weight: normal; margin: 0; font-size: 150%">{{{spellname}}}</span>}}
{{if|test={{{createdby|}}}|then=<br><span style="font-size: 85%;">created by ''{{{createdby}}}}}''</span>
{{if|test={{{createdby|}}}|then=<br><span style="font-size: 85%;">created by ''{{{createdby}}}</span>}}''
{{if|test={{{school|}}}|then=<br>{{{school}}}}}{{if|test={{{subschool|}}}|then=&#160;({{{subschool}}})}}{{if|test={{{descriptor|}}}|then=&#160;[{{{descriptor}}}]}}
{{if|test={{{school|}}}|then=<br>{{{school}}}}}{{if|test={{{subschool|}}}|then=&#160;({{{subschool}}})}}{{if|test={{{descriptor|}}}|then=&#160;[{{{descriptor}}}]}}
{{if|test={{{level|}}}|then=<br>'''Level:''' {{{level}}}}}{{if|test={{{components|}}}|then=<br>'''Components:''' {{{components}}}}}{{if|test={{{castingtime|}}}|then=<br>'''Casting Time:''' {{{castingtime}}}}}{{if|test={{{range|}}}|then=<br>'''Range:''' {{{range}}}}}{{if|test={{{target|}}}|then=<br>'''Target:''' {{{target}}}}}{{if|test={{{effect|}}}|then=<br>'''Effect:''' {{{effect}}}}}{{if|test={{{duration|}}}|then=<br>'''Duration:''' {{{duration}}}}}{{if|test={{{save|}}}|then='''<br>Saving Throw:''' {{{save}}}}}{{if|test={{{spellres|}}}|then=<br>'''Spell Resistance:''' {{{spellres}}}}}{{if|test={{{description|}}}|then=<br><br>{{{description}}}}}
{{if|test={{{level|}}}|then=<br>'''Level:''' {{{level}}}}}{{if|test={{{components|}}}|then=<br>'''Components:''' {{{components}}}}}{{if|test={{{castingtime|}}}|then=<br>'''Casting Time:''' {{{castingtime}}}}}{{if|test={{{range|}}}|then=<br>'''Range:''' {{{range}}}}}{{if|test={{{target|}}}|then=<br>'''Target:''' {{{target}}}}}{{if|test={{{effect|}}}|then=<br>'''Effect:''' {{{effect}}}}}{{if|test={{{duration|}}}|then=<br>'''Duration:''' {{{duration}}}}}{{if|test={{{save|}}}|then='''<br>Saving Throw:''' {{{save}}}}}{{if|test={{{spellres|}}}|then=<br>'''Spell Resistance:''' {{{spellres}}}}}{{if|test={{{description|}}}|then=<br><br>{{{description}}}}}

Latest revision as of 10:40, 29 April 2008

Please use this template for spells so that all spells on the site will have a consistent look. To implement, copy/paste the following and edit in the contents of your spell. The example uses the spell Wall of Iron.

{{Spell
|spellname=Wall of Iron
|createdby=Author's name or UserPage goes here.
|school=Conjuration
|subschool=Creation
|descriptor=
|level=Sorc/Wiz 6
|components=V,S,M
|castingtime=1 standard action
|range=Medium (100' + 10/lvl)
|target=one or more creatures
|effect=Iron wall whose area is up to one 5' square/level; see text
|duration=Instantaneous
|save=See text
|spellres=No
|description=Full description here.
}}