User contributions for Starfox9507
From HorizonXI Wiki
24 September 2023
- 04:5704:57, 24 September 2023 diff hist +39 Module:MapMarkersHelper No edit summary
- 04:5604:56, 24 September 2023 diff hist +1 Module:MapMarkersHelper No edit summary
- 04:5504:55, 24 September 2023 diff hist +10 Module:MapMarkersHelper No edit summary
- 04:5404:54, 24 September 2023 diff hist +11 Module:MapMarkersHelper No edit summary
- 04:5304:53, 24 September 2023 diff hist −11 Module:MapMarkersHelper No edit summary
- 04:5304:53, 24 September 2023 diff hist 0 Module:MapMarkersHelper No edit summary
- 04:5304:53, 24 September 2023 diff hist +86 Module:MapMarkersHelper No edit summary
- 04:2004:20, 24 September 2023 diff hist +2 Module:MapMarkersHelper No edit summary
- 04:1904:19, 24 September 2023 diff hist 0 Module:MapMarkersHelper No edit summary
- 04:1804:18, 24 September 2023 diff hist +10 Module:MapMarkersHelper No edit summary
- 04:1804:18, 24 September 2023 diff hist −72 Module:MapMarkersHelper No edit summary
- 04:1704:17, 24 September 2023 diff hist +7 Module:MapMarkersHelper No edit summary
- 04:1704:17, 24 September 2023 diff hist +110 Module:MapMarkersHelper No edit summary
- 04:1304:13, 24 September 2023 diff hist −8 Module:MapMarkersHelper No edit summary
- 04:1304:13, 24 September 2023 diff hist +9 Module:MapMarkersHelper No edit summary
- 04:1104:11, 24 September 2023 diff hist +8 Module:MapMarkersHelper No edit summary
- 04:1004:10, 24 September 2023 diff hist +121 Module:MapMarkersHelper No edit summary
- 04:0804:08, 24 September 2023 diff hist +15 Module:MapMarkersHelper No edit summary
- 04:0604:06, 24 September 2023 diff hist +19 Module:MapMarkersHelper No edit summary
- 04:0504:05, 24 September 2023 diff hist −10 Module:MapMarkersHelper No edit summary
- 03:5803:58, 24 September 2023 diff hist +60 Module:MapMarkersHelper No edit summary
- 03:3603:36, 24 September 2023 diff hist +44 Module:MapMarkersHelper No edit summary
- 03:3403:34, 24 September 2023 diff hist +5 Module:MapMarkersHelper No edit summary
- 03:3303:33, 24 September 2023 diff hist −86 Module:MapMarkersHelper No edit summary
- 03:1603:16, 24 September 2023 diff hist +1 Module:MapMarkersHelper No edit summary
23 September 2023
- 23:0223:02, 23 September 2023 diff hist −2 Module:MapMarkersHelper No edit summary
- 22:5922:59, 23 September 2023 diff hist −1 Module:MapMarkersHelper No edit summary
- 22:5722:57, 23 September 2023 diff hist +16 Module:MapMarkersHelper No edit summary
- 22:5422:54, 23 September 2023 diff hist 0 Module:MapMarkersHelper No edit summary
- 22:5422:54, 23 September 2023 diff hist −19 Module:MapMarkersHelper No edit summary
- 22:4922:49, 23 September 2023 diff hist +213 N Module:MapMarkersHelper Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) -- Main module code goes here. end return p"
29 August 2023
- 18:2518:25, 29 August 2023 diff hist +40 Zinc Ore No edit summary
23 August 2023
- 04:4004:40, 23 August 2023 diff hist +19,537 Module:Sandbox No edit summary
- 04:3804:38, 23 August 2023 diff hist +2,831 N 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 August 2023
- 13:2513:25, 21 August 2023 diff hist +42 Port Bastok/Maps No edit summary
20 August 2023
- 22:0722:07, 20 August 2023 diff hist 0 Module:Overlay No edit summary current
- 21:2821:28, 20 August 2023 diff hist +2 Template:Map No edit summary current
- 21:2421:24, 20 August 2023 diff hist 0 File:Icon Chest.png Starfox9507 uploaded a new version of File:Icon Chest.png current
- 21:2021:20, 20 August 2023 diff hist 0 N File:Icon Chest.png No edit summary
- 20:2520:25, 20 August 2023 diff hist 0 N File:Test arrow.svg No edit summary current
- 17:1517:15, 20 August 2023 diff hist +60 Port Bastok/Maps No edit summary
- 17:0617:06, 20 August 2023 diff hist +239 Port Bastok/Maps No edit summary
- 16:4616:46, 20 August 2023 diff hist +210 Port Bastok/Maps No edit summary
- 16:4016:40, 20 August 2023 diff hist +6,119 N 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..." current
- 16:3916:39, 20 August 2023 diff hist 0 m Module:Color contrast Starfox9507 moved page Module:Color Contrast to Module:Color contrast without leaving a redirect current
- 16:3816:38, 20 August 2023 diff hist +6,971 N 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:2216:22, 20 August 2023 diff hist +35 N Template:Overlay Created page with "{{#invoke:Overlay|main}}<noinclude>" current
- 15:4415:44, 20 August 2023 diff hist +9,195 N 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..."
- 14:5614:56, 20 August 2023 diff hist +173 North Gustaberg/Maps No edit summary current
9 July 2023
- 15:5515:55, 9 July 2023 diff hist +2 White Mage No edit summary