Jump to content

Related changes

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits | Show wikiNonStop
Show new changes starting from 05:49, 14 July 2026
 
Page name:
List of abbreviations:
D
wikiNonStop edit
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

8 July 2026

 N    12:32  Module:Color contrast diffhist +6,967 Majestix talk contribs (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
 N    12:31  Module:Overlay/doc diffhist +168 Majestix talk contribs (Created page with "<!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Arguments|Module:Color contrast}} Implements {{tl|Overlay}}")
 N    12:30  Module:Overlay diffhist +9,195 Majestix talk contribs (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...")
 N    12:30  Template:Overlay diffhist +66 Majestix talk contribs (Created page with "{{#invoke:overlay|main}}<noinclude> {{Documentation}} </noinclude>")