Main public logs
Appearance
Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:06, 27 Hlakubele 2022 Prince ovy bua litsebo created page Module:Icon (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...")