Template:CharacterList/doc: Difference between revisions

m 6 revisions: Import of Template namespace from Wikia
No edit summary
 
(2 intermediate revisions by the same user 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 can equip a piece of equipment 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]]}}</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. 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]] (SNES)}}
{{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]] (SNES)}}
{{CharacterList|entry|character=[[Bianca Whitaker]] ({{SFC}})}}
{{CharacterList|footer}}
{{CharacterList|footer}}
</pre>
</pre>