More actions
m Description added |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | |||
Displays an ability card using the data stored in [[Data:AbilityCards.json]] | |||
=== 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 33: | Line 49: | ||
"link_name" | "link_name" | ||
], | ], | ||
"description": " | "description": " " | ||
} | } | ||
</templatedata> | </templatedata> | ||
<noinclude>[[Category:Template documentation]]</noinclude> |