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.

14 March 2026

  • curprev 22:5922:59, 14 March 2026 Taurussmith talk contribs m 2,140 bytes 0 Protected "Module:Icon" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
  • curprev 22:5922:59, 14 March 2026 Taurussmith 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..."