Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Spell category

Template page

About this template

edit

Creates one spell category heading, description, and card grid. It intentionally adds no outer category wrapper because the mobile spellbook builder expects these elements to be direct children of the spellbook content.

Place Template:Spell card calls inside content.

Parameters

edit
  • title - category heading.
  • description - short category description.
  • count - number used by the existing cards-N layout class.
  • content - Spell card templates in this category.

Basic example

edit
{{Spell category
|title=Example Category
|description=Short description of this group of spells.
|count=1
|content=
{{Spell card
|title=Example Spell
|meta=<div>'''Type:''' Fixed</div>
|content=<div class="wizlords-spell-card-section">'''Effect:''' Example effect.</div>
}}
}}