User:Vergir/AbilityInteraction

From The Deadlock Wiki
Revision as of 15:08, 29 April 2026 by Vergir (talk | contribs) (Drop all interaction types not in the canonical user-specified list (with help from vergir-bot LLM))
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. Freeform wikitext; may span multiple lines, include links, templates, and bullet points. Yes

Valid type values

The canonical list of types is also documented in User:Vergir/Module:InteractionTypes. Adding a new type requires updating both this template's #switch blocks and that module.

Example

{{User:Vergir/AbilityInteraction
| type = dispel_magic
| text =
{{ItemIcon|Dispel Magic}} used by an ally on the channeled target will immediately return them.
}}