Template:Character/sandbox: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
<includeonly><table class="wikitable character">
<tr><th colspan="2" class="character-name character-header">{{{Name|}}}</th></tr>
<tr><td colspan="2" style="padding: 3px;"><div class="character-rarity" data-value="{{{Rarity|}}}">{{Rarity|{{{Rarity|}}}}}</div><div class="character-images {{#ifeq: {{{Birthday|}}} | {{#time: F j|+9 hours}} | portrait-birthday}}"><tabber>
{{#tag:tabber|
Profile Image=[[File:{{{ImageProfile|{{PAGENAMEE}}.png}}}|frameless|center|300x300px|alt={{{Name|}}}]]
Profile Image=
|-|
Full Artwork=[[File:{{{ImageImageProfile|{{PAGENAMEE}}_full.png}}}|frameless|center|300x300px|alt={{{Name|}}}]]
{{!}}-{{!}}
</tabber></div></td></tr>
Artwork=
[[File:{{{Image|{{PAGENAMEE}}_full.png}}}|frameless|center|300x300px|alt={{{Name|}}}]]
{{!}}-{{!}}
{{#ifexist: File:Two_leapfrogs.webm |Chibi=
<div data-videosrc="{{filepath:Two_leapfrogs.webm}}">[[File:Two_leapfrogs.webm|x300px|loop]]</div> }}
}}
</div></td></tr>
<tr><th class="character-school character-header">School</th><th class="character-role character-header">Role</th></tr>
<tr><td>{{School|{{{School|}}}}}{{{School|}}}</td><td>{{Role|{{{Role|}}}}}{{{Role|}}}/{{{Position|}}}</td></tr>
<tr><th>Damage Type</th><td class="bg-element bg-{{lc:{{{AttackType|}}}}} mw-no-invert">{{{AttackType|}}}</td></tr>
<tr><th>Armor Type</th><td class="bg-element bg-{{lc:{{{ArmorType|}}}}} mw-no-invert">{{{ArmorType|}}}</td></tr>
<tr><th>Combat Class</th><td>{{{CombatClass|{{{Type|}}}}}}</td></tr>
<tr><th>Affinity</th>
Line 38 ⟶ 45:
| }} }}
</td>
<td class="equipment equipment-1" data-value="{{lc:{{{EquipmentSlot1|}}}}}">{{Icon|Equipment_Icon_{{{EquipmentSlot1|}}}_Tier1|title={{{EquipmentSlot1|}}}|link=Equipment#{{{EquipmentSlot1|}}}|size=62}}</td>
<td class="equipment equipment-2" data-value="{{lc:{{{EquipmentSlot2|}}}}}">{{Icon|Equipment_Icon_{{{EquipmentSlot2|}}}_Tier1|title={{{EquipmentSlot2|}}}|link=Equipment#{{{EquipmentSlot2|}}}|size=62}}</td>
<td class="equipment equipment-3" data-value="{{lc:{{{EquipmentSlot3|}}}}}">{{Icon|Equipment_Icon_{{{EquipmentSlot3|}}}_Tier1|title={{{EquipmentSlot3|}}}|link=Equipment#{{{EquipmentSlot3|}}}|size=62}}</td>
</tr>
</table>
Line 50 ⟶ 57:
<tr><th>Height</th><td>{{{Height|}}}</td></tr>
<tr><th>Hobbies</th><td>{{{Hobbies|}}}</td></tr>
<tr><th>Designer</th><td>{{{Designer|}}}</td></tr>
<tr><th>Illustrator</th><td>{{{Illustrator|{{{Illust|}}}}}}</td></tr>
<tr><th>Voice</th><td class="character-voice" {{#ifexist: File:{{{VoiceClip|{{PAGENAMEE}}_Title}}}.ogg | data-voice="{{filepath:{{{VoiceClip|{{PAGENAMEE}}_Title}}}.ogg|nowiki}}" | }}>{{{Voice|}}}</td></tr>
<tr><th>Release Date</th><td>{{{ReleaseDate|???}}}</td></tr>
</table>
{{#ifeq:{{NAMESPACE}}||[[Category:Characters with {{{Rarity|}}} star rarity]][[Category:Students of {{{School|}}}]][[Category:Characters with role {{{Role|}}}]][[Category:Characters with class {{{CombatClass|{{{Type|}}}}}}]]}}
{{#vardefine:seo_image|{{{ImageProfile|{{PAGENAMEE}}.png}}}}}
</includeonly><noinclude>
__TOC__</includeonly>
 
== Blank Template ==
<pre>
{{Character
| Name =
| JPName =
| JPReading =
| School =
| Role =
| Grade =
| Circle =
| Age =
| Birthday =
| Height =
| Hobbies =
| Illust =
| Voice =
| Type =
| Position =
| Rarity =
| AttackType =
| ArmorType =
| WeaponType =
| WeaponImage =
| UsesCover =
| CityTownAffinity =
| OutdoorAffinity =
| IndoorAffinity =
| EquipmentSlot1 =
| EquipmentSlot2 =
| EquipmentSlot3 =
}}</pre>
 
<templatedata>
{
"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": false,
"suggested": true
},
"ImageProfile": {
"description": "File containing character's profile sprite.",
"example": "Shiroko.png",
"type": "wiki-file-name",
"required": false,
"suggested": 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
},
"WeaponImage": {
"description": "Character's weapon image, if they are using non-default flavour.",
"example": "DualSMG",
"type": "string"
},
"UsesCover": {
"description": "Whether character uses cover or not (one of Yes, No).",
"example": "Yes",
"type": "string",
"suggested": true
},
"CityTownAffinity": {
"description": "Character's affinity for urban/city combat (one of S, A, B, C, D).",
"example": "B",
"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
},
"IndoorAffinity": {
"description": "Character's affinity for indoor combat (one of S, A, B, C, D).",
"example": "D",
"type": "string",
"suggested": true
},
"EquipmentSlot1 ": {
"description": "First (lvl 1) gear slot.",
"example": "Shoes",
"type": "string",
"suggested": true
},
"EquipmentSlot2 ": {
"description": "Second (lvl 15) gear slot.",
"example": "Bag",
"type": "string",
"suggested": true
},
"EquipmentSlot3 ": {
"description": "Third (lvl 35) gear slot.",
"example": "Charm",
"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>