User:Vergir/AbilityInteractionGive feedback
Jump to navigation
Jump to search
Overview
Renders a single styled interaction row for use inside the interactions= parameter of User:Vergir/AbilitySection.
Parameters
| Parameter | Description | Required |
|---|---|---|
type |
Interaction type key. Must be one of the valid values below. | Yes |
text |
Description of the interaction. movement_restriction and charges have a built-in default; all other types require explicit text. |
No (for movement_restriction/charges), Yes (for all others) |
Color is determined automatically by type — editors do not set it.
Valid type values
Adding a new type requires updating the four #switch blocks in this template (color, icon, label, default text).
- Vitality (dark green, #4a7a35)
unstoppable— Unstoppablecounterspell— Counterspelldebuff_resist— Debuff Resistdispel_magic— Dispel Magicbullet_effect— Bullet Effect
- Spirit (dark purple, #7a3fa8)
movement_restriction— Movement Restriction (has default text)ability_range— Ability Rangeability_duration— Ability Durationcharges— Charges (has default text)
Example
<!-- With custom text -->
{{User:Vergir/AbilityInteraction
| type = counterspell
| text = [[Counterspell]] blocks the slow and accuracy debuff, but not the damage.
}}
<!-- Using default text -->
{{User:Vergir/AbilityInteraction
| type = charges
}}