Module:Gadgets/doc

From English Wikipedia @ Freddythechick

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>