Template:ClassSpellRow

From Koada`Dal Wiki
Revision as of 22:43, 21 March 2026 by ShinyUmbreon (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.