Template:SkillTable: 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%"|'''{{{SkillType}}} Skill'''
|style="text-align:center; background-color:#d9edfb; width:10%"|'''{{{SkillType}}} Skill'''
|style="text-align:center; background-color:#d9edfb;" |{{#if:{{{SkillIcon|}}}|[[File:{{{SkillIcon}}}.png|64x64px|left]]|{{SkillIcon|{{{SkillDamageType}}}|{{{SkillIconType}}}}}}}<br>'''{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|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 39: Line 40:
|SkillType=(Normal/Passive/Sub)
|SkillType=(Normal/Passive/Sub)
|SkillName=
|SkillName=
|SkillNameJP=
|SkillDamageType=(Explosive/Penetration/Mystic)
|SkillDamageType=(Explosive/Penetration/Mystic)
|SkillIconType=(Skill icon name)
|SkillIconType=(Skill icon name)
Line 69: Line 71:
"SkillName": {
"SkillName": {
"required": true
"required": true
},
"SkillNameJP": {
},
},
"SkillDescriptionGeneral": {
"SkillDescriptionGeneral": {

Revision as of 12:41, 17 April 2021

{{SkillTable
|SkillType=(Normal/Passive/Sub)
|SkillName=
|SkillNameJP=
|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>
.
.
.
|SkillDescriptionLv10=
}}

See page Template:SkillIcon for valid skill icons reference

Table used for non-EX skills. Use the EXSkillTable template for EX Skills.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
SkillTypeSkillType

Normal, Passive, or Sub

Unknownrequired
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
COMMON_SKILLICON_BARRIER
Unknownoptional
SkillNameSkillName

no description

Unknownrequired
SkillNameJPSkillNameJP

no description

Unknownoptional
SkillDescriptionGeneralSkillDescriptionGeneral

A generic description of the skill. 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
SkillDescriptionLv6SkillDescriptionLv6

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
SkillDescriptionLv7SkillDescriptionLv7

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
SkillDescriptionLv8SkillDescriptionLv8

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
SkillDescriptionLv9SkillDescriptionLv9

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
SkillDescriptionLv10SkillDescriptionLv10

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