Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Related changes

More actions

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 options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 12:37, 20 August 2025
 
Page name:
List of abbreviations:
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

15 August 2025

N    00:22  Module:Navbox/styles.css diffhist +2,342 Obbybigfast talk contribs (Created page with "→‎{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; →‎Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; →‎No top margin for nested navboxes: } .navbox + .navbox, →‎TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix...")
N    00:21  Module:Color contrast/colors diffhist +6,119 Obbybigfast 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...")
N    00:20  Module:Color contrast diffhist +6,967 Obbybigfast 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    00:17  Module:Navbox/configuration diffhist +5,454 Obbybigfast talk contribs (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
N    00:14  Module:Navbox diffhist +29,178 Obbybigfast talk contribs (Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a...")

14 August 2025

     14:22  (Import log) [Skycrafter‎ (7×)]
     
14:22 Skycrafter talk contribs imported Template:Hlist/styles.css by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Template:Documentation by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:Documentation by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:Documentation/config by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:Documentation/styles.css by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:TableTools by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:Arguments by file upload (1 revision) ‎