User:Vergir/AbilityInteractionGive feedback
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. Freeform wikitext; may span multiple lines, include links, templates, and bullet points. | Yes |
Color is determined automatically by type — editors do not set it.
Valid type values
Adding a new type requires updating the three #switch blocks in this template (color, icon, label).
- Vitality (green, #86c921)
unstoppable— Unstoppablecounterspell— Counterspelldebuff_resist— Debuff Resistdispel_magic— Dispel Magic
- Spirit (purple, #de80ff)
movement_restriction— Movement Restrictionability_range— Ability Rangeability_duration— Ability Durationcharges— Charges
Example
{{User:Vergir/AbilityInteraction
| type = counterspell
| text = [[Counterspell]] blocks the slow and accuracy debuff, but not the damage.
}}