Template:CharacterList/doc: Difference between revisions
FlyingRagnar (talk | contribs) mNo edit summary |
FlyingRagnar (talk | contribs) mNo edit summary |
||
Line 17: | Line 17: | ||
===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]] | <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)). | ||
===Footer=== | ===Footer=== | ||
The footer call marks the end of the character table. | The footer call marks the end of the character table. | ||
Line 28: | Line 27: | ||
===Sample=== | ===Sample=== | ||
{{CharacterList|header|equipment}} | {{CharacterList|header|equipment}} | ||
{{CharacterList|entry|character=[[Ragnar]] | {{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | ||
{{CharacterList|entry|character=[[Bianca]] | {{CharacterList|entry|character=[[Bianca]] (SNES)}} | ||
{{CharacterList|footer}} | {{CharacterList|footer}} | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{CharacterList|header|equipment}} | {{CharacterList|header|equipment}} | ||
{{CharacterList|entry|character=[[Ragnar]] | {{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | ||
{{CharacterList|entry|character=[[Bianca]] | {{CharacterList|entry|character=[[Bianca]] (SNES)}} | ||
{{CharacterList|footer}} | {{CharacterList|footer}} | ||
</pre> | </pre> |
Revision as of 22:33, 20 February 2010
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.
Usage
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
A header call to this template should be the first usage of this template on any page.
Equipment
When used for equipment, the header should be as follows.
{{CharacterList|header|equipment}}
- header: A required parameter which marks this as the start of a character table.
- equipment: A required parameter to utilize the correct styles.
Spells
When used for spells, the header should be as follows.
{{CharacterList|header|spell}}
- header: A required parameter which marks this as the start of a character table.
- spell: A required parameter to utilize the correct styles.
Entries
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)).
The footer call marks the end of the character table.
{{CharacterList|footer}}
- footer: A required parameter marking the template as the footer.
Example
Sample
Characters |
|
Ragnar (NES, GBC) | |
Bianca (SNES) |
Code
{{CharacterList|header|equipment}} {{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} {{CharacterList|entry|character=[[Bianca]] (SNES)}} {{CharacterList|footer}}