Template:CharacterList/doc: Difference between revisions
From Dragon Quest Wiki
FlyingRagnar (talk | contribs) (Modified to remove spell attributes) |
Antiyonder (talk | contribs) No edit summary |
||
(3 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 | 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= | <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. Also, if this character only applies to a specific console version of the game, this should be noted in parentheses (i.e. (NES, GBC)). | *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 19: | Line 19: | ||
===Sample=== | ===Sample=== | ||
{{CharacterList|header}} | {{CharacterList|header}} | ||
{{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | {{CharacterList|entry|character=[[Ragnar McRyan]] ({{NES}}, {{GBC}})}} | ||
{{CharacterList|entry|character=[[Bianca]] ( | {{CharacterList|entry|character=[[Bianca Whitaker]] ({{SFC}})}} | ||
{{CharacterList|footer}} | {{CharacterList|footer}} | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{CharacterList|header}} | {{CharacterList|header}} | ||
{{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | {{CharacterList|entry|character=[[Ragnar McRyan]] ({{NES}}, {{GBC}})}} | ||
{{CharacterList|entry|character=[[Bianca]] ( | {{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)).
[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}}