Difference between revisions of "Skill info"

m (icon not showing fix)
m (add instant cast time)
Line 26: Line 26:
 
| class="skill-infobox-row-data" | [[{{#var:hero}}#{{ucfirst:{{{mastery}}}}}|{{ucfirst:{{{mastery}}}}}]]<!--
 
| class="skill-infobox-row-data" | [[{{#var:hero}}#{{ucfirst:{{{mastery}}}}}|{{ucfirst:{{{mastery}}}}}]]<!--
 
PRE-DEFINED SKILL ATTRIBUTES
 
PRE-DEFINED SKILL ATTRIBUTES
-->{{#if:{{{cast-time|}}}|{{skill info row|Cast Time|{{{cast-time}}}|seconds}}}}{{#if:{{{range|}}}|{{skill info row|Range|{{{range}}}|meters}}}}<!--
+
-->{{#if:{{{cast-time|}}}|{{skill info row|Cast Time|{{#ifeq:{{{cast-time}}}|0|Instant|{{{cast-time}}}}}|seconds}}}}{{#if:{{{range|}}}|{{skill info row|Range|{{{range}}}|meters}}}}<!--
 
CUSTOM SKILL ATTRIBUTES
 
CUSTOM SKILL ATTRIBUTES
 
-->{{#if:{{{name1|}}}|{{skill info row|{{{name1}}}|{{{value1}}}|{{{unit1|}}}}}}}{{#if:{{{name2|}}}|{{skill info row|{{{name2}}}|{{{value2}}}|{{{unit2|}}}}}}}{{#if:{{{name3|}}}|{{skill info row|{{{name3}}}|{{{value3}}}|{{{unit3|}}}}}}}{{#if:{{{name4|}}}|{{skill info row|{{{name4}}}|{{{value4}}}|{{{unit4|}}}}}}}{{#if:{{{name5|}}}|{{skill info row|{{{name5}}}|{{{value5}}}|{{{unit5|}}}}}}}<!--
 
-->{{#if:{{{name1|}}}|{{skill info row|{{{name1}}}|{{{value1}}}|{{{unit1|}}}}}}}{{#if:{{{name2|}}}|{{skill info row|{{{name2}}}|{{{value2}}}|{{{unit2|}}}}}}}{{#if:{{{name3|}}}|{{skill info row|{{{name3}}}|{{{value3}}}|{{{unit3|}}}}}}}{{#if:{{{name4|}}}|{{skill info row|{{{name4}}}|{{{value4}}}|{{{unit4|}}}}}}}{{#if:{{{name5|}}}|{{skill info row|{{{name5}}}|{{{value5}}}|{{{unit5|}}}}}}}<!--

Revision as of 18:58, 25 February 2023

Description

Displays an information page about a Skill.

Usage

{{skill info|<order=3>|<icon=Icon>|<mastery=Mastery>|<description=Description>|<name1=Damage>|<attributes=Damage: 1/2/3/4/5/6>|<cooldown=1>}}

Parameters

To denote changes to a value as the skill levels up, add a "/" between each levelled up stat.

Arrow.pngorder: Defines where the skill appears in a list.
Optional.
Arrow.pngmastery: The Weapon Mastery the skill is from.
Required.
Arrow.pngdescription: A description of what the skill does.
Optional.
Arrow.pngtooltip: The tooltip text that appears upon hovering over the skill.
Optional.
Notes: The tooltip will not show up in {{Skill row}}. Using the description parameter is recommended.
Arrow.pngcast time: The amount of time the skill takes to cast.
Optional.
Arrow.pngcost: How much the skill costs to cast.
Optional.
Arrow.pngcost type: What the skill costs.
Optional.
Arrow.pngcooldown: How long it takes for the skill to be recast again.
Optional.
Arrow.pngattributes: A comma-separated list of the skill's attributes.
Optional.
Notes: If the attribute changes depending on the skill's level, add forward-slashes between each value. e.g. '[attribute1]: [value1], [attribute2]: [value2], etc'

Errors

Invalid mastery.
No description was provided. Add a description parameter.