All public logs
From Black Cat Studios
Jump to navigationJump to search
Combined display of all available logs of Black Cat Studios. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:20, 19 June 2023 Blackcat talk contribs imported Module:Color contrast by file upload (1 revision)
- 21:12, 19 June 2023 Delete page script talk contribs deleted page Module:Color contrast
- 20:15, 19 June 2023 Blackcat talk contribs imported Module:Color contrast by file upload (1 revision)
- 16:58, 19 June 2023 Blackcat talk contribs created page Module:Color contrast (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 *...")