User:Vergir/AbilityInteraction

From The Deadlock Wiki
Revision as of 14:25, 29 April 2026 by Vergir (talk | contribs) (Rewrite as pure wikitext using #switch — removes Lua dependency since Module: namespace unavailable in userspace (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 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 = disjoint
| text =
The projectile can be disjointed before impact.
Disjointing prevents both the impact damage and the explosion.
}}