Template:ClassSpellRow: Difference between revisions
Jump to navigation
Jump to search
ShinyUmbreon (talk | contribs) Created page with "<noinclude> This template is used to add a row to a class spell table on a class spells subpage. == Usage == <pre> {{ClassSpellRow | level = | name = | desc = | skill = | mana = }} </pre> </noinclude><includeonly>|- | style="text-align:center;" | {{{level|—}}} | [[{{{name|—}}}]] | {{{desc|—}}} | {{{skill|—}}} | style="text-align:center;" | {{{mana|—}}} </includeonly>" |
ShinyUmbreon (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This template is used to add a row to a class spell table on a class spells subpage. | 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 == | == Usage == | ||
<pre> | <pre> | ||
{{ClassSpellRow | {{ClassSpellRow | ||
| | | name = | ||
| desc = | |||
| desc | | skill = | ||
| skill | | mana = | ||
| mana | |||
}} | }} | ||
</pre> | </pre> | ||
== Example == | |||
<pre> | |||
[[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> | |||
</pre> | |||
<div style="border:1px solid #a2a9b1; background:var(--background-color-neutral, #eaecf0); padding:0.5em 0.75em; margin-top:1em; font-size:0.9em;"> | |||
'''Note for editors:''' Always include <code><nowiki><div style="clear:both;"></div></nowiki></code> at the bottom of every spells subpage, before any category tags. | |||
</div> | |||
</noinclude><includeonly>|- | </noinclude><includeonly>|- | ||
| [[{{{name|—}}}]] | | [[{{{name|—}}}]] | ||
| {{{desc|—}}} | | {{{desc|—}}} | ||
Latest revision as of 22:43, 21 March 2026
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.