Template:CharacterList/doc: Difference between revisions

From Dragon Quest Wiki
(Created page)
 
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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 share '''some common attribute''' (commonly a piece of equipment that can be equipped or a spell that can be learned) in a '''single game'''.
The CharacterList template is used to display a set of characters who can equip a certain piece of equipment in {{Main Series}} games.  It specifically applies to the set of characters which can equip a piece of equipment in a '''single game'''.


==Usage==
==Usage==
Line 9: Line 9:
===Entries===
===Entries===
Each entry in the character table is represented by a single template call.
Each entry in the character table is represented by a single template call.
<pre>{{CharacterList|entry|character=[[Ragnar]]|console=NES}}</pre>
<pre>{{CharacterList|entry|character={{Ragnar}}}}</pre>
*entry: A required parameter which marks this as a single character table entry.
*entry: A required parameter which marks this as a single character table entry.
*character: The name of the character.  Should be an interwiki link.
*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}})).
*console: The console version of the game. Can and should denote multiple consoles when appropriate.
===Footer===
===Footer===
The footer call marks the end of the character table.
The footer call marks the end of the character table.
Line 20: Line 19:
===Sample===
===Sample===
{{CharacterList|header}}
{{CharacterList|header}}
{{CharacterList|entry|character=[[Ragnar]]|console=NES,GBC}}
{{CharacterList|entry|character=[[Ragnar McRyan]] ({{NES}}, {{GBC}})}}
{{CharacterList|entry|character=[[Bianca]]|console=SNES,PS2}}
{{CharacterList|entry|character=[[Bianca Whitaker]] ({{SFC}})}}
{{CharacterList|footer}}
{{CharacterList|footer}}
===Code===
===Code===
<pre>
<pre>
{{CharacterList|header}}
{{CharacterList|header}}
{{CharacterList|entry|character=[[Ragnar]]|console=NES,GBC}}
{{CharacterList|entry|character=[[Ragnar McRyan]] ({{NES}}, {{GBC}})}}
{{CharacterList|entry|character=[[Bianca]]|console=SNES,PS2}}
{{CharacterList|entry|character=[[Bianca Whitaker]] ({{SFC}})}}
{{CharacterList|footer}}
{{CharacterList|footer}}
</pre>
</pre>

Latest revision as of 19:35, 10 January 2024

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]

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]

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]

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]

The footer call marks the end of the character table.

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

Example[edit]

Sample[edit]

Characters


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


Code[edit]

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