Template:CharacterList: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
Moved spell character list to separate template
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>
See [[Template:CharacterList/doc]] for documentation on this template.<br/>
[[Category:Equipment templates|CharacterList]]
</noinclude>
<onlyinclude><includeonly>
<onlyinclude><includeonly>
{{ #switch: {{{1}}}  
{{#switch: {{{1}}}  
| header = {{{!}} cellpadding="5" cellspacing="0" width="250px" class="equipmentTemplateTable"
| header = {{{!}} cellpadding="0" cellspacing="0" class="equipmentTemplateTable"
{{!}}-
{{!}}-
{{!}} class="equipmentTemplateHeader" {{!}} Character
{{!}} class="equipmentTemplateHeader" {{!}} Characters
{{!}}   
{{!}}   
| entry = {{!}}-  
| entry = {{!}}-  
Line 13: Line 9:
{{!}}-  
{{!}}-  
| footer = {{!}}} }}
| footer = {{!}}} }}
</includeonly></onlyinclude>
</includeonly></onlyinclude><noinclude>
{{CharacterList/doc}}
[[Category:Equipment templates]]
</noinclude>

Latest revision as of 03:16, 3 March 2026

The CharacterList template is used to display a set of characters who can equip a certain piece of equipment in Dragon Quest games. It specifically applies to the set of characters which can equip a piece of equipment in a single game.

Usage[edit source]

In almost all cases, using this template should be preceded by a heading for the game and a subheading of 'Characters'. This specifies what information the table actually contains.

Header[edit source]

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

{{CharacterList|header}}
  • header: A required parameter which marks this as the start of a character table.

Entries[edit source]

Each entry in the character table is represented by a single template call.

{{CharacterList|entry|character={{Ragnar}}}}
  • entry: A required parameter which marks this as a single character table entry.
  • character: The name of the character. Should be an interwiki link. Also, if this character only applies to a specific console version of the game, this should be noted in parentheses (i.e. (NES, GBC)).

Footer[edit source]

The footer call marks the end of the character table.

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

Example[edit source]

Sample[edit source]

Characters


Ragnar McRyan (NES, GBC)
Bianca Whitaker (SFC)


Code[edit source]

{{CharacterList|header}}
{{CharacterList|entry|character=[[Ragnar McRyan]] ({{NES}}, {{GBC}})}}
{{CharacterList|entry|character=[[Bianca Whitaker]] ({{SFC}})}}
{{CharacterList|footer}}