Main public logs
From HorizonXI Wiki
Combined display of all available logs of HorizonXI Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:38, 23 August 2023 Starfox9507 talk contribs created page Module:Sandbox (Created page with "--[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,arg2},...}...")
- 21:24, 20 August 2023 Starfox9507 talk contribs uploaded a new version of File:Icon Chest.png
- 21:20, 20 August 2023 Starfox9507 talk contribs created page File:Icon Chest.png
- 21:20, 20 August 2023 Starfox9507 talk contribs uploaded File:Icon Chest.png
- 20:25, 20 August 2023 Starfox9507 talk contribs created page File:Test arrow.svg
- 20:25, 20 August 2023 Starfox9507 talk contribs uploaded File:Test arrow.svg
- 16:40, 20 August 2023 Starfox9507 talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 16:39, 20 August 2023 Starfox9507 talk contribs moved page Module:Color Contrast to Module:Color contrast without leaving a redirect
- 16:38, 20 August 2023 Starfox9507 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 *...")
- 16:22, 20 August 2023 Starfox9507 talk contribs created page Template:Overlay (Created page with "{{#invoke:Overlay|main}}<noinclude>")
- 15:44, 20 August 2023 Starfox9507 talk contribs created page Module:Overlay (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...")
