More actions
Combined display of all available logs of Trackmania Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:23, 13 August 2025 Skycrafter talk contribs deleted page A01 (Redirect that only clogs the wiki and ruins SEO)
- 09:19, 13 August 2025 Skycrafter talk contribs deleted page TMUF (Mass deletion of recently added pages)
- 09:19, 13 August 2025 Skycrafter talk contribs deleted page TMNF (Mass deletion of recently added pages)
- 08:58, 13 August 2025 Skycrafter talk contribs created page File:Information icon4.svg
- 08:58, 13 August 2025 Skycrafter talk contribs uploaded File:Information icon4.svg
- 08:56, 13 August 2025 Skycrafter talk contribs created page Module:Message box/ambox.css (Created page with "{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; @noflip: border-left: 10px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...")
- 08:11, 13 August 2025 Skycrafter talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 08:11, 13 August 2025 Skycrafter talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 08:10, 13 August 2025 Skycrafter talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
- 08:10, 13 August 2025 Skycrafter talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
- 08:09, 13 August 2025 Skycrafter talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
- 08:09, 13 August 2025 Skycrafter talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
- 08:08, 13 August 2025 Skycrafter talk contribs created page Module:Category handler (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:08, 13 August 2025 Skycrafter talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 08:07, 13 August 2025 Skycrafter talk contribs created page Module:Arguments (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:06, 13 August 2025 Skycrafter talk contribs created page Module:Yesno (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:06, 13 August 2025 Skycrafter talk contribs created page Module:Message box (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...")
- 08:05, 13 August 2025 Skycrafter talk contribs created page Template:Ambox (Created page with "{{#invoke:Message box|ambox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 08:04, 13 August 2025 Skycrafter talk contribs created page Module:Unsubst (Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif...")
- 04:27, 13 August 2025 192.232.155.71 talk created page A12-Speed (Created page with "{{Infobox | above = A12-Speed | image = <gallery>A12-Speed.jpg</gallery> | caption1 = A12-Speed as shown from above | label1 = Author | data1 = Nadeo | label2 = Environment | data2 = Stadium | label3 = URL | data3 = https://tmnf.exchange/trackshow/2266 }} A12-Speed is the 12th map of the White series of the Nations campaign in Trackmania Nations Forever and Trackmania United Forever. The track consists of a downhill, a large turn to the right and a drop down into a s...")
- 02:49, 13 August 2025 PJSans talk contribs moved page Trackmania Turbo to TrackMania Turbo (Misspelled title: Aligning title with naming convention of capitalizing the M in "TrackMania")
- 02:47, 13 August 2025 PJSans talk contribs created page TMUF (See: Talk:TMNF) Tag: New redirect
- 02:46, 13 August 2025 PJSans talk contribs created page Talk:TMNF (Redirect to TMNF: new section)
- 02:41, 13 August 2025 PJSans talk contribs created page TMNF (Readded redirect to TrackMania Nations Forever.) Tag: New redirect
- 02:26, 13 August 2025 PJSans talk contribs created page Competition Patch (Rewritten from tmuf.miraheze.org. May need extra work to match the tone and pacing of the TMInterface page.)
- 02:25, 13 August 2025 PJSans talk contribs created page File:TMCPicon.png (Image copyright © donadigo.com. Used for reference/illustration. No copyright infringement intended. Not named as File:Ificon.png for obvious reasons.)
- 02:25, 13 August 2025 PJSans talk contribs uploaded File:TMCPicon.png (Image copyright © donadigo.com. Used for reference/illustration. No copyright infringement intended. Not named as File:Ificon.png for obvious reasons.)
- 02:10, 13 August 2025 User account PJSans talk contribs was created
- 00:17, 13 August 2025 Skycrafter talk contribs imported Template:Missing information by file upload (1 revision)
- 00:06, 13 August 2025 STAR Team Ford Linesse talk contribs created page Hefest (created Article)
- 00:03, 13 August 2025 Obbybigfast talk contribs created page Twinkie (Created page with "The page isn't fully done. '''Twinkie''', also known as '''Twinkie Mod''', is a free and open source Trackmania Modloader mod for TMNF and TMUF developed by jailman. It can be downloaded [https://twinkietweaks.github.io/ on Github]. Twinkie brings various Quality of Life improvements to Trackmania. ==List of Modules== Input display, Tachometer, Gears, Checkpoint counter, Split Speeds, Grinding Stats,...")
- 00:01, 13 August 2025 CA1EBYT talk contribs created page Gbx Tools (idk what uotd and nuget do someone has to expand on that)
- 23:49, 12 August 2025 Skycrafter talk contribs deleted page TMUF (content was: "#REDIRECTTrackMania United Forever", and the only contributor was "GalaxyM" (talk))
- 23:49, 12 August 2025 Skycrafter talk contribs deleted page TMNF (content was: "#REDIRECT TrackMania Nations Forever", and the only contributor was "GalaxyM" (talk))
- 23:49, 12 August 2025 Skycrafter talk contribs deleted page TMO (Spam: content was: "#REDIRECTTrackMania Original", and the only contributor was "GalaxyM" (talk))
- 23:49, 12 August 2025 Skycrafter talk contribs deleted page TMS (Spam: content was: "#REDIRECT TrackMania Sunrise", and the only contributor was "Obbybigfast" (talk))
- 23:47, 12 August 2025 Skycrafter talk contribs undeleted page TrackMania Sunrise (1 revision)
- 23:45, 12 August 2025 Skycrafter talk contribs deleted page TrackMania Sunrise (Spam: content was: " Category:Games", and the only contributor was "Qyoh" (talk))
- 23:34, 12 August 2025 Obbybigfast talk contribs created page TMS (Redirected page to TrackMania Sunrise) Tag: New redirect
- 23:31, 12 August 2025 Obbybigfast talk contribs created page Trackmania Nations ESWC (Redirected page to TrackMania Nations ESWC) Tag: New redirect
- 23:24, 12 August 2025 Obbybigfast talk contribs created page Trackmania² (Redirected page to TrackMania²) Tag: New redirect
- 23:19, 12 August 2025 Obbybigfast talk contribs created page Gosankyo (joke page)
- 23:09, 12 August 2025 Skycrafter talk contribs moved page Nadeoest Nadeo 2025 to Nadeoest Nadeo (generalization purplses)
- 22:54, 12 August 2025 Obbybigfast talk contribs created page Nadeoest Nadeo 2025 (Created page with "'''Nadeoest Nadeo 2025''' is a community project to improve as many '''TrackMania Nations Forever''' world records as possible, ideally all of them.")
- 18:02, 12 August 2025 User account Mufattmf talk contribs was created
- 17:19, 12 August 2025 CA1EBYT talk contribs created page Speedrunning (spedrun)
- 22:32, 8 July 2025 Skycrafter talk contribs moved page Stunt to Stunts
- 23:43, 6 July 2025 CA1EBYT talk contribs created page Envimix (this page exists)
- 23:11, 6 July 2025 CA1EBYT talk contribs created page File:A01.jpg (a01 WOW)
- 23:11, 6 July 2025 CA1EBYT talk contribs uploaded File:A01.jpg (a01 WOW)