Template:Skill info: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
| icon = {{{icon|}}}
| icon = {{{icon|}}}
| name = {{{name|}}}
| name = {{{name|}}}
| type = {{#if:{{{ultimate|}}}|Ultimate|Normal}}
| type = {{{type|}}}
| cast time = {{{cast time|}}}
| cast time = {{{cast time|}}}
| channel time = {{{channel time|}}}
| channel time = {{{channel time|}}}
Line 14: Line 14:
{{#if:{{{icon|}}}|{{#set:Has skill icon={{ucfirst:{{{icon}}}}}}}|{{error|Missing 'icon' parameter.}}}}
{{#if:{{{icon|}}}|{{#set:Has skill icon={{ucfirst:{{{icon}}}}}}}|{{error|Missing 'icon' parameter.}}}}
{{#if:{{{name|}}}|{{#set:Has skill name={{ucfirst:{{{name}}}}}}}|{{error|Missing 'name' parameter.}}}}
{{#if:{{{name|}}}|{{#set:Has skill name={{ucfirst:{{{name}}}}}}}|{{error|Missing 'name' parameter.}}}}
{{#if:{{{ultimate|}}}|{{#set:Has skill type=Ultimate}}|{{#set:Has skill type=Normal}}}}
{{#if:{{{type|}}}|{{#set:Has skill type={{ucfirst:{{{type}}}}}}}|{{error|Missing 'type' parameter.}}}}
{{#if:{{{cast time|}}}|{{#set:Has skill cast time={{ucfirst:{{{cast time}}}}}}}}}
{{#if:{{{cast time|}}}|{{#set:Has skill cast time={{ucfirst:{{{cast time}}}}}}}}}
{{#if:{{{channel time|}}}|{{#set:Has skill channel time={{ucfirst:{{{channel time}}}}}}}}}
{{#if:{{{channel time|}}}|{{#set:Has skill channel time={{ucfirst:{{{channel time}}}}}}}}}

Revision as of 10:45, 27 October 2023