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 == | | == Overview == |
| This template uses [[Template:Ability_card_v2]] to generate ability cards and tabs for hero pages. | | This template uses [[Template:Ability_card_v2]] to generate ability cards and tabs for hero pages. |
|
| |
| === Example ===
| |
| <pre>
| |
| <nowiki>{{Ability tabs
| |
| | name=Abrams
| |
| | ability1_notes=* This is a note for Siphon Life.
| |
| }}</nowiki>
| |
| </pre>{{Ability tabs
| |
| | name=Abrams
| |
| | ability1_notes=* This is a note for Siphon Life.
| |
| }}
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "name": {
| |
| "description": "Hero name",
| |
| "example": "Abrams",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "ability1_notes": {
| |
| "description": "Notes on 1st ability",
| |
| "type": "string"
| |
| },
| |
| "ability2_notes": {
| |
| "description": "Notes on 2nd ability",
| |
| "type": "string"
| |
| },
| |
| "ability3_notes": {
| |
| "description": "Notes on 3rd ability",
| |
| "type": "string"
| |
| },
| |
| "ability4_notes": {
| |
| "description": "Notes on 4th ability (ultimate)",
| |
| "type": "string"
| |
| }
| |
| },
| |
| "paramOrder": [
| |
| "name",
| |
| "ability1_notes",
| |
| "ability2_notes",
| |
| "ability3_notes",
| |
| "ability4_notes"
| |
| ],
| |
| "description": " "
| |
| }
| |
| </templatedata>
| |
| <noinclude>[[Category:Template documentation]]</noinclude>
| |