Difference between revisions of "Skill info"

m
m (infobox row cleanup)
 
(3 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
! colspan="2" class="{{lc:{{#var:hero}}}}" | <center>{{PAGENAME}}</center>
 
! colspan="2" class="{{lc:{{#var:hero}}}}" | <center>{{PAGENAME}}</center>
 
|-
 
|-
| class="skill-infobox-row-heading" | '''[[Hero]]'''
+
{{InfoboxRow|'''[[Hero]]'''|[[{{#var:hero}}]]}}
| class="skill-infobox-row-data" | [[{{#var:hero}}]]
 
 
|-
 
|-
| class="skill-infobox-row-heading" | '''[[Mastery]]'''
+
{{InfoboxRow|'''[[Mastery]]'''|[[{{#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|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Cast Time'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{{cast time}}} seconds}}
+
{{#if:{{{cast time|}}}|{{InfoboxRow|'''Cast Time'''|{{{cast time}}}s}}}}
 
|-
 
|-
{{#if:{{{range|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Range'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{{range}}} meters}}<!--
+
{{#if:{{{range|}}}|{{InfoboxRow|'''Range'''|{{{range}}}m}}}}<!--
CUSTOM SKILL ATTRIBUTES -->{{#arrayprint:attributes||@|<tr><td class="skill-infobox-row-heading">'''{{#explode:@|:|0}}'''</td><td class="skill-infobox-row-data">{{#sub:@|{{#expr:{{#pos:@|:}}+1}}}}</td></tr>}}
+
 
|-<!-- APPEAR AT BOTTOM -->
+
CUSTOM SKILL ATTRIBUTES
{{#if:{{{cost|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Cost'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{stat|{{{cost type|mana}}}|{{{cost}}}}}}}
+
-->{{#arrayprint:attributes||@|{{InfoboxRow|'''{{#explode:@|:|0}}'''|{{#sub:@|{{#expr:{{#pos:@|:}}+1}}}}}}}}
 
|-
 
|-
{{#if:{{{cooldown|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Cooldown'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{{cooldown}}} seconds}}
+
{{#if:{{{cost|}}}|{{InfoboxRow|'''Cost'''|{{stat|{{{cost type|mana}}}|{{{cost}}}|nolabel=true}}}}}}
 +
|-
 +
{{#if:{{{cooldown|}}}|{{InfoboxRow|'''Cooldown'''|{{{cooldown}}}s}}}}
 
|-
 
|-
 
|}
 
|}

Latest revision as of 00:38, 10 February 2024

Description[edit]

Displays an information page about a Skill.

Usage[edit]

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

Parameters[edit]

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.
Required.
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[edit]

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