Warning: You are not logged in. Once you make an edit, a temporary account will be created for you.
Learn more.
Log in or
create an account to continue receiving notifications after this account expires, and to access other features.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision |
Your text |
| Line 1: |
Line 1: |
| == Overview ==
| |
| Displays an ability card using the data stored in [[Data:AbilityCards.json]]. Used by [[Template:AbilitySection]].
| |
|
| |
|
| The style data is from [[Template:Ability card v2/Card]]. That template can also be used to make cards manually.
| |
|
| |
| === Example ===
| |
| <pre>
| |
| <nowiki>{{Ability card v2
| |
| | hero_name=Abrams
| |
| | ability_num=2
| |
| | notes=
| |
| * At base duration, Shoulder Charge travels approximately 17.5m.
| |
| }}</nowiki>
| |
| </pre>{{Ability card v2
| |
| | hero_name=Abrams
| |
| | ability_num=2
| |
| | notes=
| |
| * At base duration, Shoulder Charge travels approximately 17.5m.
| |
| }}
| |
| <templatedata> | | <templatedata> |
| { | | { |
| Line 50: |
Line 32: |
| "notes", | | "notes", |
| "link_name" | | "link_name" |
| ], | | ] |
| "description": " "
| |
| } | | } |
| </templatedata> | | </templatedata> |
| <noinclude>[[Category:Template documentation]]</noinclude>
| |