Template:EXSkillTable: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created template for EX skill tables.)
 
No edit summary
Line 15: Line 15:
|-
|-
|3
|3
{{#ifeq: {{{SkillUpgradedCostLv|}}}| 3 | {{!}} rowspan="{{#expr: {{{SkillUpgradedCostLv}}} - 4}}" style="text-align:center" {{!}} <span style="color:red">{{{SkillUpgradedCost}}}</span> | }}
{{#ifeq: {{{SkillUpgradedCostLv|}}}| 3 | {{!}} rowspan="3" style="text-align:center" {{!}} <span style="color:red">{{{SkillUpgradedCost}}}</span> | }}
|{{{SkillDescriptionLv3}}}
|{{{SkillDescriptionLv3}}}
|-
|-
|4
|4
{{#ifeq: {{{SkillUpgradedCostLv|}}}| 4 | {{!}} rowspan="{{#expr: {{{SkillUpgradedCostLv}}} - 4}}" style="text-align:center" {{!}} <span style="color:red">{{{SkillUpgradedCost}}}</span> | }}
{{#ifeq: {{{SkillUpgradedCostLv|}}}| 4 | {{!}} rowspan="2" style="text-align:center" {{!}} <span style="color:red">{{{SkillUpgradedCost}}}</span> | }}
|{{{SkillDescriptionLv4}}}
|{{{SkillDescriptionLv4}}}
|-
|-
|5
|5
{{#ifeq: {{{SkillUpgradedCostLv|}}}| 5 | {{!}} rowspan="{{#expr: {{{SkillUpgradedCostLv}}} - 4}}" style="text-align:center" {{!}} <span style="color:red">{{{SkillUpgradedCost}}}</span> | }}
{{#ifeq: {{{SkillUpgradedCostLv|}}}| 5 | {{!}} rowspan="1" style="text-align:center" {{!}} <span style="color:red">{{{SkillUpgradedCost}}}</span> | }}
|{{{SkillDescriptionLv5}}}
|{{{SkillDescriptionLv5}}}
|}</includeonly><noinclude> <nowiki>{{EXSkillTable
|}</includeonly><noinclude> <nowiki>{{EXSkillTable

Revision as of 01:45, 23 February 2021

{{EXSkillTable
|SkillName=
|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/EX*)
|SkillIconType=BARRIER/BATTLEITEM/etc, see Template:SkillIcon for full reference table/CHARACTERNAME*)
*for certain unique icons, refer to bottom section of Template:SkillIcon
|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=
}}