New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects

23 May 2025

  • 04:2004:20, 23 May 2025 Profile:Example Person (hist | edit) [509 bytes] U2e (talk | contribs) (Created page with "= Information = Example Person Example, Inc. Born: 01/01/1000 Known acquaintances: Example Person 2 and Example Person 2. = Incidents = == Rumors == By: ~~~~ Example has consistently spread rumors about me and Other Example, including rumors about us high-fiving iguanas. = Disputes = == Possible libel == By: ~~~~ I am disputing this page's legitimacy due to possible libel concerns regarding the allegations of rumor-s...")

19 May 2025

  • 05:3905:39, 19 May 2025 Users:U2E/common.js (hist | edit) [3,639 bytes] U2e (talk | contribs) (Created page with "* ------------------------------------------------------------------------------ * * Ultraviolet * The user-friendly Wikipedia counter-vandalism tool. * * (c) The Ultraviolet Development Team and contributors ([email protected] / WT:UV) * Licensed under the Apache License 2.0 - read more at https://www.apache.org/licenses/LICENSE-2.0.txt * * ------------------------------------------------------------------------------ * * Copyright 2021 The Ultraviolet De...")

18 May 2025

  • 10:3210:32, 18 May 2025 Test (hist | edit) [9 bytes] 172.70.210.111 (talk) (Created page with "{{Libel}}")
  • 09:1509:15, 18 May 2025 CSS:ombox.css (hist | edit) [1,831 bytes] U2e (talk | contribs) (Created page with "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombox-de...")
  • 08:4208:42, 18 May 2025 Module:Color contrast/colors (hist | edit) [6,119 bytes] U2e (talk | contribs) (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...")
  • 08:4108:41, 18 May 2025 Module:Color contrast (hist | edit) [6,967 bytes] U2e (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 *...")
  • 08:3908:39, 18 May 2025 Module:Arguments (hist | edit) [10,054 bytes] U2e (talk | contribs) (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
  • 08:3708:37, 18 May 2025 Module:Yesno (hist | edit) [744 bytes] U2e (talk | contribs) (Created page with "- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val ==...")
  • 08:3708:37, 18 May 2025 Module:Category handler (hist | edit) [7,871 bytes] U2e (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
  • 08:3208:32, 18 May 2025 Module:Userbox (hist | edit) [13,211 bytes] U2e (talk | contribs) (Created page with "-- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, returns a default valu...")