Module:Gadgets/doc

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Nickps at 22:31, 29 August 2024 (Added the page to Category:Module documentation pages). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>