Template:Ability

From Apex Legends Wiki
Jump to navigation Jump to search


Template-info.png Documentation

For formatting individual spells on class pages. It uses styling from both the wikitable and ability classes.

Usage

{{Ability
| name = 
| image = 
| type = 
| cooldown = 
| customPassiveKey =
| description = 
| info = 
| interactions =
| arenas = 
| tips = 
| bugs = 
}}

Parameters

Parameter Data type Description
name String The name of the ability.
image String The image for the ability's icon. Defaults to {{{name}}}.png
type String The type of the ability; Tactical, Passive, Ultimate, or Perk.
cooldown integer The amount of time that the ability takes to cooldown after use. It is measured in seconds for tactical abilities and in minutes for ultimate abilities. For passive abilities and perks, this is automatically set to N/A. For ultimate abilities, the header is changed to "Charge Time" instead of Cooldown, but the parameter remains the same.
customPassiveKey Wikitext Keys that can be used to interact with the legends' passive ability.
description Wikitext The in-game description of the ability. Try to keep this true to the game text. For adding additional information, see the next few parameters.
info Wikitext Additional information about the ability that is not included in the in-game description.
interactions Wikitext Optional. Information about how this ability interacts with other abilities.
arenas Wikitext Arenas specific information.
tips Wikitext Tips about how to effectively use the ability.
bugs Wikitext Documents bugs related to the ability. If there are no bugs, leave this empty.

Examples

Tactical type
{{Ability
| name = Dome of Protection
| type = Tactical
| description = Throw down a dome-shield that blocks attacks for 15 seconds.
| cooldown = 20
| info =
* Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.
* Here is some more stuff. 
| interactions =
* These two abilities interact like this...
| tips = 
* This ability is good for...
* Pair this ability with...
| bugs = 
}}
Dome of Protection.svg Tactical Q/ LB/L1/LB
Dome of Protection
Description Throw down a dome-shield that blocks attacks for 15 seconds.
Cooldown 20 seconds
  • Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.
  • Here is some more stuff.
  • These two abilities interact like this...
  • This ability is good for...
  • Pair this ability with...


Passive type
{{Ability
| name = Gun Shield
| type = Passive
| description = Aiming down sights deploys a gun shield that blocks incoming fire.
| customPassiveKey = {{Key|H}}/{{Key|Xbox|Down}}/{{Key|PS4|Down}} to disable
| info =
* Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.
* Here is some more stuff. 
| interactions =
* These two abilities interact like this...
| tips = 
* This ability is good for...
* Pair this ability with...
| bugs = 
}}
Gun Shield.svg Passive H/Down/Down to disable
Gun Shield
Description Aiming down sights deploys a gun shield that blocks incoming fire.
?
  • Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.
  • Here is some more stuff.
  • These two abilities interact like this...
  • This ability is good for...
  • Pair this ability with...


Ultimate type
{{Ability
| name = Defensive Bombardment
| type = Ultimate
| cooldown = 4.5
| description = Throw down a dome-shield that blocks attacks for 15 seconds.
| info =
* Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.
* Here is some more stuff. 
| interactions =
* These two abilities interact like this...
| tips = 
* This ability is good for...
* Pair this ability with...
| bugs = 
}}
Defensive Bombardment.svg Ultimate Z/LB + RB/L1 + R1/LB + RB
Defensive Bombardment
Description Throw down a dome-shield that blocks attacks for 15 seconds.
Charge time 4.5 minutes

Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.

Here is some more stuff.
  • These two abilities interact like this...
  • This ability is good for...
  • Pair this ability with...


Perk type
{{Ability
| name = Fortified
| type = Perk
| description = Incoming damage reduced by 15%. Not slowed by bullets.
| info =
* Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.
* Here is some more stuff. 
| interactions =
* These two abilities interact like this...
| tips = 
* This ability is good for...
* Pair this ability with...
| bugs = 
}}
Fortified.svg Perk
Fortified
Description Incoming damage reduced by 15%. Not slowed by bullets.
?
  • Here is some extra information. It could be something like an expanded or otherwise more detailed description than the in-game one.
  • Here is some more stuff.
  • These two abilities interact like this...
  • This ability is good for...
  • Pair this ability with...