Module:Overlay: Revision history

From HorizonXI Wiki

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.

20 August 2023

  • curprev 22:0722:07, 20 August 2023Starfox9507 talk contribs 9,195 bytes 0 No edit summary
  • curprev 15:4415:44, 20 August 2023Starfox9507 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..."