Module:AbilityInteraction: Difference between revisionsGive feedback
Create module backing Template:AbilityInteraction: registry of interactions expanding into the generic Template:IconBox (with help from vergir-bot LLM) |
Remove the temporary raw-parameter passthrough now that all call sites use the interaction registry (with help from vergir-bot LLM) |
||
| Line 76: | Line 76: | ||
local state = mw.ustring.lower(mw.text.trim(args.state or '')) | local state = mw.ustring.lower(mw.text.trim(args.state or '')) | ||
local key = mw.ustring.lower(mw.text.trim(args.interaction or '')) | local key = mw.ustring.lower(mw.text.trim(args.interaction or '')) | ||
if key == '' then | if key == '' then | ||