Jump to content

Template:ActiveSkill: Difference between revisions

From PAD Wiki
Created page with "<noinclude> {{#cargo_declare: _table = activeskills | SkillID = Integer | SkillName = String | Description = Text | MaxCooldown = Integer | MinCooldown = Integer }} </noinclude> <includeonly> {{#cargo_store: _table = activeskills | SkillID = {{{id|}}} | SkillName = {{{name|{{PAGENAME}}}}} | Description = {{{description|}}} | MaxCooldown = {{{maxcooldown|}}} | MinCooldown = {{{mincooldown|}}} }} {| class="wikitable" ! colspan="2" |..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
| Description || {{{description|}}}
| Description || {{{description|}}}
|-
|-
| Cooldown || {{#if:{{{mincooldown|}}}|{{{maxcooldown}}} {{{mincooldown}}}|{{{maxcooldown}}}}} turns
| Cooldown || {{#ifeq:{{{mincooldown|}}}|{{{maxcooldown|}}}|{{{maxcooldown|}}} turns|{{{mincooldown|}}} {{{maxcooldown|}}} turns}}
|}
|}


Line 39: Line 39:
}}
}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
== Usage ==
== Usage ==

Latest revision as of 00:34, 18 August 2025

This template defines the table "activeskills". View table.



Usage

{{ActiveSkill | id = 1 | name = Flame Strike | description = Deal 50x ATK damage to all enemies. Change all orbs to Fire orbs. | maxcooldown = 15 | mincooldown = 10 }}

  • Leave mincooldown blank if skill doesn't reduce cooldown