Template:CharacterRow: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17:
</tr>
</includeonly>
<noinclude>
<templatedata>
{
"description": "Template for rows in a CharacterTable.",
"params": {
"1": {
"label": "Name",
"description": "Name of character, e.g. Shiroko, Yuuka.",
"type": "string"
},
"2": {
"label": "Image",
"description": "Filename of character thumbnail.",
"type": "string"
},
"3": {
"label": "Rarity",
"description": "Base rarity, e.g. 3*.",
"type": "string"
},
"4": {
"label": "Weapon",
"description": "Character's weapon type, e.g. AR, SMG.",
"type": "string"
},
"5": {
"label": "Type",
"description": "Type of character, e.g. Striker, Special.",
"type": "string"
},
"6": {
"label": "Position",
"description": "Position of character in battle, e.g. Front, Back.",
"type": "string"
},
"7": {
"label": "School",
"description": "School character belongs to, e.g. Abydos, Gehenna.",
"type": "string"
},
"8": {
"label": "Attack Type",
"description": "Character's attack type, e.g. Explosion, Penetration, Mystic.",
"type": "string"
},
"9": {
"label": "Armor Type",
"description": "Character's armor type, e.g. Light Armor, Heavy Armor, Mystic Armor.",
"type": "string"
},
"10": {
"label": "Outdoor Affinity",
"description": "Character affinity for outdoor combat, e.g. S, A, B, C, D.",
"type": "string"
},
"11": {
"label": "City Affinity",
"description": "Character affinity for city/town combat, e.g. S, A, B, C, D.",
"type": "string"
},
"12": {
"label": "Indoor Affinity",
"description": "Character affinity for indoor combat, e.g. S, A, B, C, D.",
"type": "string"
},
"13": {
"label": "Role",
"description": "Character's role, e.g. Attacker, Tank, Support, Healer.",
"type": "string"
},
"14": {
"label": "Uses Cover?",
"description": "Whether the character uses cover during battle, e.g. Yes, No.",
"type": "string"
}
}
}
</templatedata>
</noinclude>