Template:SkillTable: Difference between revisions

Layout update, prep for updated SkillIcon
(Japanese skill name now a separate parameter, todo: styling)
(Layout update, prep for updated SkillIcon)
Line 1:
<includeonly>{|class="mw-collapsible mw-collapsed wikitable"; style="width:60 100%; max-width: 900px; background-color:#ecf5f9"
|style="text-align:center; background-color:#d9edfb; width:10%"|'''{{{SkillType}}} Skill'''
|style="position: relative; padding-left:74px; text-align:center; background-color:#d9edfb;" |{{#if:{{{SkillIcon|}}}|[[File:{{{SkillIcon}}}.png|64x64px|left]]|{{SkillIcon|{{{SkillDamageType}}}|{{{SkillIconType}}}}}}}
<br>'''{{#if:{{{SkillNameJP|}}}|{{{SkillNameJP}}}<span style="color:#a2a9b1; word-spacing: 0.4em;"> &nbspbull; </span>|}}{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|- style="color:#ffffff"
!style="background-color:#2d4c72"|Lv.
Line 58:
"description": "Normal, Passive, or Sub",
"required": true
},
"SkillIcon": {
"description": "Filename for skill icon, excluding .png extension, overrides SkillIcon template output set by SkillDamageType/SkillIconType."
},
"SkillDamageType": {
Line 68 ⟶ 65:
"description": "Skill icon name. Refer to SkillIcon template",
"example": "COMMON_SKILLICON_BARRIER"
},
"SkillIcon": {
"description": "Filename for skill icon, excluding .png extension, overrides SkillIcon template output set by SkillDamageType/SkillIconType.",
"deprecated": "Should not be used unless strictly necessary, fill out SkillDamageType and SkillIconType instead"
},
"SkillName": {
Line 75 ⟶ 76:
},
"SkillDescriptionGeneral": {
"description": "A generic description of the skill. Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"example": "Deal <span style=\"color:#1484fe\">{{SkillValue|X%</span>}} damage to an enemy.",
"required": true
},
"SkillDescriptionLv1": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv2": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv3": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv4": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv5": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv6": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv7": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv8": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv9": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
},
"SkillDescriptionLv10": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
}