Template:CharacterEquipmentList/doc: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 6: Line 6:
<pre>{{CharactEquipmentList|header|equipmentType=Helmets|statModified=Defense}}</pre>
<pre>{{CharactEquipmentList|header|equipmentType=Helmets|statModified=Defense}}</pre>
*header: A required parameter which marks this as the start of an equipment list table.
*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.)
*equipmentType: The type of equipment in this table (weapon, armor, shield, etc.)
*statModified: The main stat being modified by the equipment
*statModified: The main stat being modified by the equipment
*title: A required parameter specifying the title of this table.  Normally the name of the game.
*subtitle: An optional parameter specifying a subtitle.  Normally the console version of the game when more than one exists.
===Entry===
===Entry===
Each entry call designates a single equipment item
Each entry call designates a single equipment item
Line 20: Line 22:
==Example==
==Example==
===Sample===
===Sample===
{{CharacterEquipmentList|header|title=Dragon Quest III|subtitle=NES|equipmentType=Weapons|statModified=Attack}}
{{CharacterEquipmentList|header|title=Dragon Quest III|subtitle=NES|equipmentType=Weapon|statModified=Attack}}
{{CharacterEquipmentList|entry|item=[[Club]]|statModifier=+6}}
{{CharacterEquipmentList|entry|item=[[Club]]|statModifier=+6}}
{{CharacterEquipmentList|entry|item=[[Thorn Whip]]|statModifier=+20}}
{{CharacterEquipmentList|entry|item=[[Thorn Whip]]|statModifier=+20}}
Line 26: Line 28:
===Code===
===Code===
<pre>
<pre>
{{CharacterEquipmentList|header|title=Dragon Quest III|subtitle=NES|equipmentType=Weapons|statModified=Attack}}
{{CharacterEquipmentList|header|title=Dragon Quest III|subtitle=NES|equipmentType=Weapon|statModified=Attack}}
{{CharacterEquipmentList|entry|item=[[Club]]|statModifier=+6}}
{{CharacterEquipmentList|entry|item=[[Club]]|statModifier=+6}}
{{CharacterEquipmentList|entry|item=[[Thorn Whip]]|statModifier=+20}}
{{CharacterEquipmentList|entry|item=[[Thorn Whip]]|statModifier=+20}}
{{CharacterEquipmentList|footer}}
{{CharacterEquipmentList|footer}}
</pre>
</pre>

Navigation menu