Template:Skill info: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{#description2:{{{description|}}}}}
<includeonly>{{#description2:{{ucfirst:{{{description|}}}}}}}
{{Skill infobox
{{Skill infobox
| icon = {{{icon|}}}
| icon = {{ucfirst:{{{icon|}}}}}
| name = {{{name|}}}
| name = {{ucfirst:{{{name|}}}}}
| type = {{{type|}}}
| type = {{ucfirst:{{{type|}}}}}
| cast time = {{{cast time|}}}
| cast time = {{ucfirst:{{{cast time|}}}}}
| channel time = {{{channel time|}}}
| channel time = {{ucfirst:{{{channel time|}}}}}
| cast range = {{{cast range|}}}
| cast range = {{ucfirst:{{{cast range|}}}}}
| cost = {{{cost|}}}
| cost = {{ucfirst:{{{cost|}}}}}
| cooldown = {{{cooldown|}}}
| cooldown = {{ucfirst:{{{cooldown|}}}}}
| class = {{{class|}}}
| class = {{ucfirst:{{{class|}}}}}
| specialization = {{{specialization|}}}
| specialization = {{ucfirst:{{{specialization|}}}}}
}}
}}
{{#if:{{{icon|}}}|{{#set:Has skill icon={{ucfirst:{{{icon}}}}}}}|{{error|Missing 'icon' parameter.}}}}
{{#if:{{{icon|}}}|{{#set:Has skill icon={{ucfirst:{{{icon}}}}}}}|{{error|Missing 'icon' parameter.}}}}

Revision as of 10:47, 27 October 2023