Template:EXSkillTable: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(Japanese skill name now a separate parameter, todo: styling)
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;" |{{#if:{{{SkillIcon|}}}|[[File:{{{SkillIcon|}}}.png|64x64px|left]]|{{SkillIcon|{{{SkillDamageType}}}|{{{SkillIconType}}}}}}}<br>'''{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|colspan="2" style="text-align:center; background-color:#d9edfb;" |{{#if:{{{SkillIcon|}}}|[[File:{{{SkillIcon|}}}.png|64x64px|left]]|{{SkillIcon|{{{SkillDamageType}}}|{{{SkillIconType}}}}}}}
<br>'''{{#if:{{{SkillNameJP|}}}|{{{SkillNameJP}}} -&nbsp;|}}{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|- style="color:#ffffff"
|- style="color:#ffffff"
!style="background-color:#2d4c72"|Lv.
!style="background-color:#2d4c72"|Lv.
Line 27: Line 28:
|}</includeonly><noinclude> <nowiki>{{EXSkillTable
|}</includeonly><noinclude> <nowiki>{{EXSkillTable
|SkillName=
|SkillName=
|SkillNameJP=
|SkillBaseCost=
|SkillBaseCost=
|SkillUpgradedCost=(only fill in if skill has a cost reduction at later levels)
|SkillUpgradedCost=(only fill in if skill has a cost reduction at later levels)
Line 64: Line 66:
"example": "SKILLICON_AIRI_EXSKILL"
"example": "SKILLICON_AIRI_EXSKILL"
},
},
"SkillName": {},
"SkillName": {
"required": true
},
"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 <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.",

Revision as of 12:43, 17 April 2021

{{EXSkillTable
|SkillName=
|SkillNameJP=
|SkillBaseCost=
|SkillUpgradedCost=(only fill in if skill has a cost reduction at later levels)
|SkillUpgradedCostLv=(level at which cost is reduced)
|SkillDamageType=(Explosive/Penetration/Mystic)
|SkillIconType=(Skill icon name)
|SkillDescriptionGeneral=
|SkillDescriptionLv1= To highlight values similar to ingame, use <span style="color:#1484fe">text</span>. To highlight major changes, use <span style="color:red">text</span>
.
.
.
|SkillDescriptionLv5=
}}

See page Template:SkillIcon for valid skill icons reference

Table for displaying EX Skill information. Use the SkillTable template for the other skills.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
SkillBaseCostSkillBaseCost

Cost of skill at level 1.

Unknownrequired
SkillUpgradedCostSkillUpgradedCost

Only needs a value if the skill gets a cost reduction at a certain level.

Unknownoptional
SkillUpgradedCostLvSkillUpgradedCostLv

The level at which a skill's cost is reduced.

Unknownoptional
SkillIconSkillIcon

Filename for skill icon, excluding .png extension, overrides SkillIcon template output set by SkillDamageType/SkillIconType.

Unknownoptional
SkillDamageTypeSkillDamageType

Explosive, Penetration, Mystic

Unknownoptional
SkillIconTypeSkillIconType

Skill icon name. Refer to SkillIcon template

Example
SKILLICON_AIRI_EXSKILL
Unknownoptional
SkillNameSkillName

no description

Unknownrequired
SkillNameJPSkillNameJP

no description

Unknownoptional
SkillDescriptionGeneralSkillDescriptionGeneral

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.

Example
Deal <span style="color:#1484fe">X%</span> damage to an enemy.
Unknownrequired
SkillDescriptionLv1SkillDescriptionLv1

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.

Unknownrequired
SkillDescriptionLv2SkillDescriptionLv2

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.

Unknownrequired
SkillDescriptionLv3SkillDescriptionLv3

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.

Unknownrequired
SkillDescriptionLv4SkillDescriptionLv4

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.

Unknownrequired
SkillDescriptionLv5SkillDescriptionLv5

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.

Unknownrequired