Template:CharacterSpellList/doc

From Dragon Quest Wiki
< Template:CharacterSpellList
Revision as of 16:55, 23 February 2010 by FlyingRagnar (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The CharacterSpellList template is used to display a list of spells a character can learn.

Usage

Header

A header call to this template should be the first usage of this template on any page.

{{CharacterSpellList|header}}
  • header: A required parameter which marks this as the start of a spell list table.

Entry

Each entry call designates a single spell.

{{CharacterSpellList|entry|spell=Heal|level=10}}
  • entry: A required parameter marking an entry.
  • spell: The name of the spell. Should be an interwiki link.
  • level: The level at which the spell is learned. Should also include console information if a spell is learned at different levels in different versions of the same game (i.e. (NES, GBC))

Footer

The footer call marks the end of the spell table.

{{CharacterSpellList|footer}}
  • footer: A required parameter marking the template as the footer.

Example

Sample

{{{title}}}  
Spell Level Learned
Heal 10
Hocus Pocus 45

Code

{{CharacterSpellList|header}}
{{CharacterSpellList|entry|spell=[[Heal]]|level=10}}
{{CharacterSpellList|entry|spell=[[Hocus Pocus]]|level=45}}
{{CharacterSpellList|footer}}