Jump to content

Module:Icon: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 Hlakubele 2022

  • curprev 19:0619:06, 27 Hlakubele 2022 Prince ovy bua litsebo 1,981 bytes +1,981 Created page with "-- This module implements Template:Icon. require("Module:No globals") local yesNo = require("Module:Yesno") local getArgs = require("Module:Arguments").getArgs local getPlain = nil local p = {} -- Implements Template:Icon -- Returns the icon image corresponding to a string (like 'B') function p._main(args, data) local inSandbox = yesNo(args.sandbox) local data_module = 'Module:Icon/data'..(inSandbox and '/sandbox' or '') data = data or mw.loadData(data_modu..."