Template:CharacterExpList/doc

From Dragon Quest Wiki
< Template:CharacterExpList
Revision as of 13:59, 24 February 2010 by FlyingRagnar (talk | contribs) (Created doc page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ExpList template is used to display a list of experience values to achieve specific levels for a single character. Note that a separate ExpList set should be used for each game in which a character has different level/experience values.

Usage

Header

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

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

Entry

Each entry call designates a single level.

{{ExpList|entry|level=10|exp=10023}}
  • entry: A required parameter marking an entry.
  • level: The level number
  • exp: The experience value

Footer

The footer call marks the end of the experience table.

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

Example

Sample

Template:ExpList Template:ExpList Template:ExpList Template:ExpList Template:ExpList

Code

{{ExpList|header}}
{{ExpList|entry|level=1|exp=223}}
{{ExpList|entry|level=2|exp=800}}
{{ExpList|entry|level=3|exp=1324}}
{{ExpList|footer}}