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 05:45, 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

     
18:29 (cur | prev) +23 Obbybigfast talk contribs (oops) Tag: Manual revert
     
18:28 (cur | prev) −23 Obbybigfast talk contribs (test) Tag: Manual revert
     
18:26 (cur | prev) +23 Obbybigfast talk contribs
 m   18:28  A12-Speed‎‎ 2 changes history +25 [STAR Team Ford Linesse‎ (2×)]
 m   
18:28 (cur | prev) 0 STAR Team Ford Linesse talk contribs (fixed typo)
 m   
18:27 (cur | prev) +25 STAR Team Ford Linesse talk contribs (added lis)
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...")
N    00:13  Template:Navbox diffhist +94 Obbybigfast talk contribs (Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>")

14 August 2025

     20:58  A01-Race‎‎ 7 changes history −14 [Skycrafter‎ (2×); Obbybigfast‎ (5×)]
     
20:58 (cur | prev) −50 Skycrafter talk contribs
     
19:07 (cur | prev) −335 Obbybigfast talk contribs
     
14:35 (cur | prev) −21 Obbybigfast talk contribs Tag: Manual revert
     
14:29 (cur | prev) +21 Obbybigfast talk contribs
     
12:32 (cur | prev) −11 Skycrafter talk contribs
     
11:02 (cur | prev) 0 Obbybigfast talk contribs
     
11:01 (cur | prev) +382 Obbybigfast talk contribs (Track infobox)
     14:22  (Import log) [Skycrafter‎ (6×)]
     
14:22 Skycrafter talk contribs imported Template:Hlist/styles.css by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:Navbar by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:Navbar/configuration by file upload (1 revision) ‎
     
14:22 Skycrafter talk contribs imported Module:Navbar/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) ‎

13 August 2025

N    09:07  Module:Arguments diffhist +10,054 Skycrafter 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'...")