Jump to content

Module:Icon: Revision history

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.

9 September 2026

  • curprev 09:4809:48, 9 September 2026 Majestix talk contribs 2,140 bytes +2,140 Created page with "-- This module implements Template:Icon. require("strict") local yesNo = require("Module:Yesno") local getArgs = require("Module:Arguments").getArgs local p = {} -- Determine whether we're being called from a sandbox local sandbox = mw.getCurrentFrame():getTitle():find('sandbox', 1, true) and '/sandbox' or '' -- Implements Template:Icon -- Returns the icon image corresponding to a string (like 'B') function p._main(args, data) local data_module = 'Module:Ico..."