Jump to content

Related changes

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 optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 10:49, 15 January 2026
 
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

11 January 2026

     22:07 Import log P1gsel talk contribs imported Module:TNT by file upload (1 revision)
N    20:41  Module:TNT/sandbox diffhist +7,520 Rosie talk contribs (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
N    17:45  Template:Tick diffhist +373 Rosie talk contribs (Created page with "{{ {{{|safesubst:}}}#if:{{{1|}}}|{{{1}}}|20}}px|alt=Yes|link=<noinclude> {{documentation|content= <templatedata> { "params": { "1": { "label": "Size in pixels", "type": "number", "description": "Size of the tick", "example": "20", "autovalue": "20", "required": true } } } </templatedata> }} </noinclude>")
N    17:43  Template:Cross diffhist +462 Rosie talk contribs (Created page with "{{#if:{{{1|}}}|{{{1}}}|20}}px|link=|alt=<span style="display:none">N</span><!--template:cross--><noinclude> {{Documentation|content= This template is used to insert wikitables. == Usage == * {{tlx|Cross}} → {{Cross}} * {{tlx|Cross|40}} →{{Cross|40}} == Parameters == ; <code>1</code> : The image width. Default is 20. }} [[Category:Templates{{#translation:}}]] </noinclude>")
N    15:49  Module:ScribuntoUnit/config diffhist +1,573 Rosie talk contribs (Created page with "-- The cfg table, created by this module, contains all localisable strings and -- configuration, to make it easier to port this module to another wiki. local cfg = {} -- Do not edit this line. -- The successIndicator and failureIndicator are in the first column of the -- wikitable produced as output and indicate whether the test passed. These two -- strings are preprocessed by frame.preprocess. -- successIndicator: if the test passes -- failureIndicator: if the test fa...")
N    15:48  Module:TNT/config 2 changes history +485 [Rosie (2×)]
     
15:48 (cur | prev) −1,432 Rosie talk contribs
N    
15:48 (cur | prev) +1,917 Rosie talk contribs (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
N    01:01  Module:ScribuntoUnit diffhist +23,645 Rosie talk contribs (Created page with "------------------------------------------------------------------------------- -- Unit tests for Scribunto. ------------------------------------------------------------------------------- require('strict') local DebugHelper = {} local ScribuntoUnit = {} -- The cfg table contains all localisable strings and configuration, to make it -- easier to port this module to another wiki. local cfg = mw.loadData('Module:ScribuntoUnit/config') -----------------------------------...")
N    01:00  Module:TNT/testcases/doc diffhist +129 Rosie talk contribs (Created page with "== Module:TNT == {{#invoke:TNT/testcases|run}} == Module:TNT/sandbox == {{#invoke:TNT/testcases|run|module=TNT/sandbox}}")
N    01:00  Module:TNT/testcases diffhist +9,293 Rosie talk contribs (Created page with "local ScribuntoUnit = require('Module:ScribuntoUnit') local p = ScribuntoUnit:new() local libName = 'TNT' -- Helper to run all tests using sandbox version of the library from the debug console. To run against main lib, use =p.run() function p.runSandbox() local frame = mw.getCurrentFrame():newChild{title='testcases', args={module=libName .. '/sandbox', displayMode='log'}} return p.run(frame) end -- Allow test runner to use both the main library and the sandbox of th...")
N    01:00  Module:TNT diffhist +7,941 Rosie talk contribs (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")