Template:CharacterEquipmentList/doc: Difference between revisions
Jump to navigation
Jump to search
FlyingRagnar (talk | contribs) (Created doc page) |
FlyingRagnar (talk | contribs) No edit summary |
||
| Line 20: | Line 20: | ||
==Example== | ==Example== | ||
===Sample=== | ===Sample=== | ||
{{CharacterEquipmentList|header|equipmentType=Weapons|statModified=Attack}} | {{CharacterEquipmentList|header|title=Dragon Quest III|subtitle=NES|equipmentType=Weapons|statModified=Attack}} | ||
{{CharacterEquipmentList|entry|item=[[Club]] | {{CharacterEquipmentList|entry|item=[[Club]]|statModifier=+6}} | ||
{{CharacterEquipmentList|entry|item=[[Thorn Whip]] | {{CharacterEquipmentList|entry|item=[[Thorn Whip]]|statModifier=+20}} | ||
{{CharacterEquipmentList|footer}} | {{CharacterEquipmentList|footer}} | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{CharacterEquipmentList|header|equipmentType=Weapons|statModified=Attack}} | {{CharacterEquipmentList|header|title=Dragon Quest III|subtitle=NES|equipmentType=Weapons|statModified=Attack}} | ||
{{CharacterEquipmentList|entry|item=[[Club]] | {{CharacterEquipmentList|entry|item=[[Club]]|statModifier=+6}} | ||
{{CharacterEquipmentList|entry|item=[[Thorn Whip]] | {{CharacterEquipmentList|entry|item=[[Thorn Whip]]|statModifier=+20}} | ||
{{CharacterEquipmentList|footer}} | {{CharacterEquipmentList|footer}} | ||
</pre> | </pre> | ||
Revision as of 19:01, 11 August 2010
The CharacterEquipmentList template is used to list equipment which a character is able to equip. A separate list should be used for each type of equipment (Weapons, Armor, Shields, Helmets).
Usage
Header
A header call to this template should be the first usage of this template on any page.
{{CharactEquipmentList|header|equipmentType=Helmets|statModified=Defense}}
- header: A required parameter which marks this as the start of an equipment list table.
- equipmentType: The type of equipment being lists (weapons, armor, shields, etc.)
- statModified: The main stat being modified by the equipment
Entry
Each entry call designates a single equipment item
{{CharacterEquipmentList|entry|item=[[Leather Hat]]|statModifier=+20}}
- entry: A required parameter marking an entry.
- item: The equipment item. Should be an interwiki link. Should also include console information if there are variations between equipment in different releases (i.e. (GBC)).
- statModifier: The modifier amount of the main stat the equipment modifies. Should include a '+' symbol.
The footer call marks the end of the equipment table.
{{CharacterEquipmentList|footer}}
- footer: A required parameter marking the template as the footer.
Example
Sample
| Dragon Quest III (NES) | |
|---|---|
| Weapons | Modifier(s) |
| Club | +6 |
| Thorn Whip | +20 |
Code
{{CharacterEquipmentList|header|title=Dragon Quest III|subtitle=NES|equipmentType=Weapons|statModified=Attack}}
{{CharacterEquipmentList|entry|item=[[Club]]|statModifier=+6}}
{{CharacterEquipmentList|entry|item=[[Thorn Whip]]|statModifier=+20}}
{{CharacterEquipmentList|footer}}