Template:Ability card v2/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with " <templatedata> { "params": { "hero_name": { "description": "Hero name to display card for", "example": "Abrams", "type": "string", "required": true }, "ability_num": { "description": "Index of the ability to display ie. 1, 2, 3 or 4", "example": "2", "type": "number", "required": true }, "link_name": { "description": "Adds hyperlink to the name of the ability. Used in cases where the card is not on the hero's page", "example": "t..." |
m Description added |
||
Line 32: | Line 32: | ||
"notes", | "notes", | ||
"link_name" | "link_name" | ||
] | ], | ||
"description": "Displays an ability card using the data stored in Data:AbilityCards.json" | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 23:37, 2 October 2024
Displays an ability card using the data stored in Data:AbilityCards.json
Parameter | Description | Type | Status | |
---|---|---|---|---|
hero_name | hero_name | Hero name to display card for
| String | required |
ability_num | ability_num | Index of the ability to display ie. 1, 2, 3 or 4
| Number | required |
notes | notes | Custom notes about the ability
| String | optional |
link_name | link_name | Adds hyperlink to the name of the ability. Used in cases where the card is not on the hero's page
| Boolean | optional |