Template:CharacterList/doc: Difference between revisions
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 | 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. | *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 20: | Line 19: | ||
===Sample=== | ===Sample=== | ||
{{CharacterList|header}} | {{CharacterList|header}} | ||
{{CharacterList|entry|character=[[Ragnar]] | {{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]] | {{CharacterList|entry|character=[[Ragnar McRyan]] ({{NES}}, {{GBC}})}} | ||
{{CharacterList|entry|character=[[Bianca]] | {{CharacterList|entry|character=[[Bianca Whitaker]] ({{SFC}})}} | ||
{{CharacterList|footer}} | {{CharacterList|footer}} | ||
</pre> | </pre> | ||