Template:CharacterList/doc: Difference between revisions
mNo edit summary |
Modified to remove spell attributes |
||
| 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 | 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== | ==Usage== | ||
| Line 5: | Line 5: | ||
===Header=== | ===Header=== | ||
A header call to this template should be the first usage of this template on any page. | A header call to this template should be the first usage of this template on any page. | ||
<pre>{{CharacterList|header}}</pre> | |||
<pre>{{CharacterList|header | |||
*header: A required parameter which marks this as the start of a character table. | *header: A required parameter which marks this as the start of a character table. | ||
===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. | ||
| Line 26: | Line 18: | ||
==Example== | ==Example== | ||
===Sample=== | ===Sample=== | ||
{{CharacterList|header | {{CharacterList|header}} | ||
{{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | {{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | ||
{{CharacterList|entry|character=[[Bianca]] (SNES)}} | {{CharacterList|entry|character=[[Bianca]] (SNES)}} | ||
| Line 32: | Line 24: | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{CharacterList|header | {{CharacterList|header}} | ||
{{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | {{CharacterList|entry|character=[[Ragnar]] (NES, GBC)}} | ||
{{CharacterList|entry|character=[[Bianca]] (SNES)}} | {{CharacterList|entry|character=[[Bianca]] (SNES)}} | ||
{{CharacterList|footer}} | {{CharacterList|footer}} | ||
</pre> | </pre> | ||