Template:ClassSpellRow
This template is used to add a row to a class spell table on a class spells subpage. Each level tier gets its own table with a === Level X === header above it.
Usage
{{ClassSpellRow
| name =
| desc =
| skill =
| mana =
}}
Example
[[Cleric|← Back to Cleric]]
=== Level 1 ===
{| class="wikitable" style="width:100%;"
! Spell Name !! Spell Description !! Skill !! Mana Cost
{{ClassSpellRow|name=Minor Heal|desc=Heals a small amount of hit points on the target.|skill=Alteration|mana=10}}
{{ClassSpellRow|name=Smite|desc=Deals holy damage to an undead target.|skill=Evocation|mana=12}}
|}
=== Level 5 ===
{| class="wikitable" style="width:100%;"
! Spell Name !! Spell Description !! Skill !! Mana Cost
{{ClassSpellRow|name=Light Healing|desc=Heals a moderate amount of hit points on the target.|skill=Alteration|mana=25}}
|}
<div style="clear:both;"></div>
Note for editors: Always include <div style="clear:both;"></div> at the bottom of every spells subpage, before any category tags.