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.
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
19 August 2025
m 08:38 | TrackMania United Forever diffhist −1 Miku talk contribs (→Gamemodes: now Gameplay) |
18 August 2025
|
20:57 | TrackMania United Forever 2 changes history +1,321 [Miku (2×)] | |||
m |
|
20:57 (cur | prev) +136 Miku talk contribs (→Gamemodes: add more text) | |||
|
20:40 (cur | prev) +1,185 Miku talk contribs (Added text) |
15 August 2025
N 18:45 | Template:Navbox with collapsible groups diffhist +84 Obbybigfast talk contribs (Created page with "{{#invoke:Navbox|with collapsible groups}}<noinclude> {{documentation}} </noinclude>") |
|
00:54 | TrackMania United Forever 2 changes history −3 [Obbybigfast (2×)] | |||
|
00:54 (cur | prev) +17 Obbybigfast talk contribs | ||||
|
00:38 (cur | prev) −20 Obbybigfast talk contribs |
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 (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) |
00:18 | TrackMania United Forever diffhist +347 PJSans talk contribs (Added infobox to the top of the page) |
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'...") |