Jump to content

Module:Overlay: Revision history

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

8 July 2026

  • curprev 12:3012:30, 8 July 2026 Majestix talk contribs 9,195 bytes +9,195 Created page with "-- this module implements Template:Overlay local p = {} local mArguments = require('Module:Arguments') -- used to cache the calculated font color to avoid repeat calculations local previous_backgroundcolor = '' local fontcolor = '' local function buildicon(n, form, lk, c, t) local res if form == 'text' then return tostring( mw.html.create('span') :css('font-weight', 'bold') :css('color', c) :wikitext(n) ) elseif form == 'color' or form..."