Template:Character: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1:
<includeonly>
<table class="wikitable" style="background-color:#ecf5f9;float:right;max-width:450px;text-align:center;width:10%">
<captiontr><th colspan="6" style="background-color:black#2d4c72;color:white">{{{Name|}}}</captionth></tr>
<tr><thtd colspan="26">{{#tip-text:Rarity|{{{JPNameRarity|}}}|}}<br>[[File:{{{JPReadingImage|}}}|frameless|center|link=|alt={{{Name|}}}]]</thtd></tr>
<tr><th colspan="3" style="background-color:#2d4c72;color:white;width:50%">School</th><th colspan="3" style="background-color:#2d4c72;color:white;width:50%">Role</th></tr>
<tr><td colspan="2">[[File:{{{Image|}}}|alt={{{Name|}}}|center|frameless]]</td></tr>
<tr><thtd stylecolspan="width:50%3">{{School|{{{School|}}}}}{{{School|}}}</thtd><thtd stylecolspan="width:50%3">{{Role|{{{Role|}}}}}{{{Role|}}}/{{{Position|}}}</thtd></tr>
<tr><tdth colspan="3">{{School|{{{School}}}}}{{{School|}}}Damage Type</tdth><td> colspan="3" style="background-color:{{RoleColor|AttackType|{{{RoleAttackType|}}}}};color:white;font-weight:bold">{{{RoleAttackType|}}}</td></tr>
<tr><th colspan="3">GradeArmor Type</th><td colspan="3" style="background-color:{{Color|ArmorType|{{{ArmorType|}}}}};color:white;font-weight:bold">{{{GradeArmorType|}}}</td></tr>
<tr><th colspan="3">CircleCombat Class</th><td colspan="3">{{{CircleCombatClass|{{{Type|}}}}}}</td></tr>
<tr><th colspan="3">AgeWeapon Type</th><td colspan="3">{{{AgeWeaponType|}}}</td></tr>
<tr><th colspan="3">BirthdayUses Cover?</th><td colspan="3">{{{BirthdayUsesCover|}}}</td></tr>
<tr><th colspan="6" style="background-color:#2d4c72;color:white">Affinity</th></tr>
<tr><th>Height</th><td>{{{Height|}}}</td></tr>
<tr><th colspan="2" style="width:33.3%">Outdoor</th><th colspan="2">City/Town</th><th colspan="2" style="width:33.3%">Indoor</th></tr>
<tr><th>Hobbies</th><td>{{{Hobbies|}}}</td></tr>
<tr><td colspan="2">{{Affinity|{{{OutdoorAffinity|}}}}}</td><td colspan="2">{{Affinity|{{{CityTownAffinity|}}}}}</td><td colspan="2">{{Affinity|{{{IndoorAffinity|}}}}}</td></tr>
<tr><th>Illustrator</th><td>{{{Illust|}}}</td></tr>
<tr><th colspan="6" style="background-color:#2d4c72;color:white">Profile</th></tr>
<tr><th>Voice</th><td>{{{Voice|}}}</td></tr>
<tr><th colspan="3">TypeFull Name</th><td colspan="3">{{{TypeFullName|{{{JPReading|}}}}}}<br>({{{JPName|}}})</td></tr>
<tr><th colspan="3">PositionAge</th><td colspan="3">{{{PositionAge|}}}</td></tr>
<tr><th colspan="3">Base RarityBirthday</th><td colspan="3">{{Rarity|{{{RarityBirthday|}}}}}</td></tr>
<tr><th colspan="3">Height</th><td colspan="3">{{{Height|}}}</td></tr>
<tr><th colspan="3">Hobbies</th><td colspan="3">{{{Hobbies|}}}</td></tr>
<tr><th colspan="3">Illustrator</th><td colspan="3">{{{Illustrator|{{{Illust|}}}}}}</td></tr>
<tr><th colspan="3">Voice</th><td colspan="3">{{{Voice|}}}</td></tr>
</table>
</includeonly>
<noinclude>
<templatedata>
Main template for characters.
{
"params": {
"Name": {
"description": "Character's first name.",
"example": "Shiroko",
"type": "string",
"required": true
},
"Rarity": {
"description": "Character's rarity as number of stars.",
"example": "3",
"type": "number",
"required": true
},
"Image": {
"description": "File containing character's sprite.",
"example": "Shiroko_full.png",
"type": "wiki-file-name",
"required": true
},
"School": {
"description": "Character's school.",
"example": "Abydos",
"type": "string",
"suggested": true
},
"Role": {
"description": "Character's role (one of Attacker, Tank, Support, Healer).",
"example": "Attacker",
"type": "string",
"suggested": true
},
"Position": {
"description": "Character's position.",
"example": "Middle",
"type": "string",
"suggested": true
},
"AttackType": {
"description": "Character's attack type (one of Explosive, Mystic, Penetration).",
"example": "Explosive",
"type": "string",
"suggested": true
},
"ArmorType": {
"description": "Character's armor type (one of Light, Heavy, Special).",
"example": "Light",
"type": "string",
"suggested": true
},
"CombatClass": {
"description": "Character's combat class (one of Striker, Special).",
"example": "Striker",
"type": "string",
"suggested": true,
"aliases": [
"Type"
]
},
"WeaponType": {
"description": "Character's weapon type.",
"example": "AR",
"type": "string",
"suggested": true
},
"UsesCover": {
"description": "Whether character uses cover or not (one of Yes, No).",
"example": "Yes",
"type": "string",
"suggested": true
},
"OutdoorAffinity": {
"description": "Character's affinity for outdoor combat (one of S, A, B, C, D).",
"example": "S",
"type": "string",
"suggested": true
},
"CityTownAffinity": {
"description": "Character's affinity for city/town combat (one of S, A, B, C, D).",
"example": "B",
"type": "string",
"suggested": true
},
"IndoorAffinity": {
"description": "Character's affinity for indoor combat (one of S, A, B, C, D).",
"example": "D",
"type": "string",
"suggested": true
},
"FullName": {
"description": "Character's full name.",
"example": "Shiroko Sunaōkami",
"type": "string",
"suggested": true,
"aliases": [
"JPReading"
]
},
"JPName": {
"description": "Character's name in Japanese.",
"example": "砂狼シロコ",
"type": "string",
"suggested": true
},
"Age": {
"description": "Character's age.",
"example": "16",
"type": "string",
"suggested": true
},
"Birthday": {
"description": "Character's birthday.",
"example": "May 16",
"type": "string",
"suggested": true
},
"Height": {
"description": "Character's height.",
"example": "156cm",
"type": "string",
"suggested": true
},
"Hobbies": {
"description": "Character's hobbies.",
"example": "Jogging, strength training, cycling",
"type": "string",
"suggested": true
},
"Illustrator": {
"description": "Character's illustrator.",
"example": "Hwansang",
"type": "string",
"suggested": true,
"aliases": [
"Illust"
]
},
"Voice": {
"description": "Name of character's voice actress.",
"example": "Yui Ogura",
"type": "string",
"suggested": true
}
},
"description": "Character infobox template.",
"format": "block"
}
</templatedata>
</noinclude>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu