Module:Gadgets/doc

Revision as of 10:53, 23 July 2025 by Shia.k (talk | contribs) (Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{used in system}} {{cascade-protected template|page=module}} Module to parse gadget definitions from MediaWiki:Gadgets-definition. == Usage == Intended for use from other modules only. <syntaxhighlight lang=lua> local gadgets = require('Module:Gadgets') local gadgetRegistry = gadgets.parse() </syntaxhighlight> <includeonly>{{Sandbox other|| <!-- Categories below this lin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Gadgets

Module to parse gadget definitions from MediaWiki:Gadgets-definition.

Usage edit

Intended for use from other modules only.

local gadgets = require('Module:Gadgets')
local gadgetRegistry = gadgets.parse()