Template:EXSkillTable: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Added some documentation.)
No edit summary
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:60%; 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;" |{{SkillIcon|{{{SkillDamageType}}}|{{{SkillIconType}}}}}<br>'''{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|colspan="2" style="text-align:center; background-color:#d9edfb;" |[[File:{{{SkillIcon}}}.png|80x80px|left]]<br>'''{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|- style="color:#ffffff"
|- style="color:#ffffff"
!style="background-color:#2d4c72"|Lv.
!style="background-color:#2d4c72"|Lv.
Line 54: Line 54:
"description": "The level at which a skill's cost is reduced."
"description": "The level at which a skill's cost is reduced."
},
},
"SkillDamageType": {
"SkillIcon": {
"description": "Explosive, Penetration, Mystic, or EX(see Template:SkillIcon for when to use EX)",
"description": "Filename for skill icon, excluding .png extension",
"required": true
"required": true
},
"SkillIconType": {
"description": "see page Template:SkillIcon for full table",
"example": "BARRIER"
},
},
"SkillName": {},
"SkillName": {},