Template:EXSkillTable: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Japanese skill name now a separate parameter, todo: styling)
(Layout update, prep for updated SkillIcon)
Line 1: Line 1:
<includeonly>{|class="mw-collapsible mw-collapsed wikitable"; style="width:60%; background-color:#ecf5f9"
<includeonly>{|class="mw-collapsible mw-collapsed wikitable"; style="width: 100%; max-width: 900px; background-color:#ecf5f9"
|style="text-align:center; background-color:#d9edfb; width:10%"|'''EX Skill'''<br>Cost {{{SkillBaseCost}}}{{#if: {{{SkillUpgradedCost|}}} | <br><span style="color:red">(Level{{{SkillUpgradedCostLv}}}+)<br>Cost {{{SkillUpgradedCost}}}</span> | }}
|style="text-align:center; background-color:#d9edfb; width:10%"|'''EX Skill'''<br>Cost {{{SkillBaseCost}}}{{#if: {{{SkillUpgradedCost|}}} | <br><span style="color:red">(Level{{{SkillUpgradedCostLv}}}+)<br>Cost {{{SkillUpgradedCost}}}</span> | }}
|colspan="2" style="text-align:center; background-color:#d9edfb;" |{{#if:{{{SkillIcon|}}}|[[File:{{{SkillIcon|}}}.png|64x64px|left]]|{{SkillIcon|{{{SkillDamageType}}}|{{{SkillIconType}}}}}}}
|colspan="2" style="position: relative; padding-left:74px; text-align:center; background-color:#d9edfb;" |{{#if:{{{SkillIcon|}}}|[[File:{{{SkillIcon|}}}.png|64x64px|left]]|{{SkillIcon/sandbox|{{{SkillDamageType}}}|{{{SkillIconType}}}}}}}
<br>'''{{#if:{{{SkillNameJP|}}}|{{{SkillNameJP}}} -&nbsp;|}}{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
<br>'''{{#if:{{{SkillNameJP|}}}|{{{SkillNameJP}}}<span style="color:#a2a9b1; word-spacing: 0.4em;"> &bull; </span>|}}{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|- style="color:#ffffff"
|- style="color:#ffffff"
!style="background-color:#2d4c72"|Lv.
!style="background-color:#2d4c72"|Lv.
Line 55: Line 55:
"SkillUpgradedCostLv": {
"SkillUpgradedCostLv": {
"description": "The level at which a skill's cost is reduced."
"description": "The level at which a skill's cost is reduced."
},
"SkillIcon": {
"description": "Filename for skill icon, excluding .png extension, overrides SkillIcon template output set by SkillDamageType/SkillIconType."
},
},
"SkillDamageType": {
"SkillDamageType": {
Line 65: Line 62:
"description": "Skill icon name. Refer to SkillIcon template",
"description": "Skill icon name. Refer to SkillIcon template",
"example": "SKILLICON_AIRI_EXSKILL"
"example": "SKILLICON_AIRI_EXSKILL"
},
"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": {
"SkillName": {
Line 71: Line 72:
"SkillNameJP": {},
"SkillNameJP": {},
"SkillDescriptionGeneral": {
"SkillDescriptionGeneral": {
"description": "A generic description of the skill. Replace the value that changes upon level up with X. Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"description": "A generic description of the skill. Replace the value that changes upon level up with X. Use {{SkillValue|text}} 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\">X%</span> damage to an enemy.",
"example": "Deal {{SkillValue|X%}} damage to an enemy.",
"required": true
"required": true
},
},
"SkillDescriptionLv1": {
"SkillDescriptionLv1": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
"required": false
},
},
"SkillDescriptionLv2": {
"SkillDescriptionLv2": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
"required": false
},
},
"SkillDescriptionLv3": {
"SkillDescriptionLv3": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
"required": false
},
},
"SkillDescriptionLv4": {
"SkillDescriptionLv4": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
"required": false
},
},
"SkillDescriptionLv5": {
"SkillDescriptionLv5": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": true
"required": false
}
}
},
},