Template:CharacterList/doc: Difference between revisions

mNo edit summary
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]]|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 28: Line 27:
===Sample===
===Sample===
{{CharacterList|header|equipment}}
{{CharacterList|header|equipment}}
{{CharacterList|entry|character=[[Ragnar]]|console=NES,GBC}}
{{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}}
{{CharacterList|entry|character=[[Bianca]]|console=SNES,PS2}}
{{CharacterList|entry|character=[[Bianca]] (SNES)}}
{{CharacterList|footer}}
{{CharacterList|footer}}
===Code===
===Code===
<pre>
<pre>
{{CharacterList|header|equipment}}
{{CharacterList|header|equipment}}
{{CharacterList|entry|character=[[Ragnar]]|console=NES,GBC}}
{{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}}
{{CharacterList|entry|character=[[Bianca]]|console=SNES,PS2}}
{{CharacterList|entry|character=[[Bianca]] (SNES)}}
{{CharacterList|footer}}
{{CharacterList|footer}}
</pre>
</pre>