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 (15×)]
     
22:07 P1gsel talk contribs imported Module:Message box/ombox.css by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Documentation/styles.css by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Documentation/config by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Documentation by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Template:Documentation by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:TNT by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Navbar/styles.css by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:TableTools by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:String by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Message box/configuration by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Message box by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Template:Template link by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Template:Tl by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Arguments by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Yesno by file upload (1 revision)
N    20:51  Template:LangSwitch 2 changes history +104 [Rosie (2×)]
     
20:51 (cur | prev) −26 Rosie talk contribs
N    
15:20 (cur | prev) +130 Rosie talk contribs (Created page with "<includeonly>{{#invoke:LangSwitch|langSwitch}}</includeonly><noinclude> {{heavily used template}} {{Documentation}} </noinclude>")
     19:50  Template:Tl diffhist −47 Rosie talk contribs
N    18:25  Module:Page diffhist +1,990 Rosie talk contribs (Created page with "local callAssert = require('Module:CallAssert') local function main(frame, field) local args, pargs = frame.args, ( frame:getParent() or {} ).args or {} local makeTitle=args.makeTitle or pargs.makeTitle local namespace=args.namespace or pargs.namespace or "" local fragment=args.fragment or pargs.fragment or "" local interwiki=args.interwiki or pargs.interwiki or "" local page=args.page or args[1] or pargs.page or pargs[1] or "" local id= tonumber( args.id or parg...")
N    18:24  Template:Find page text diffhist +73 Rosie talk contribs (Created page with "{{#invoke:String|findpagetext}}<noinclude> {{documentation}} </noinclude>")
N    18:24  Module:Toolbar diffhist +1,374 Rosie talk contribs (Created page with "-- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require('Module:Yesno') local p = {} function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame, { wrappers = { 'Template:Toolbar', }, }) return p._main(args) end function p._main(args) local toolbarItems = p.makeToolbarItems(args) if not toolbarItems th...")
N    18:23  Template:Toolbar diffhist +188 Rosie talk contribs (Created page with "<onlyinclude>{{<includeonly>safesubst:</includeonly>#invoke:Toolbar|main}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
N    18:23  Module:TEMPLATENAME diffhist +87 Rosie talk contribs (Created page with "local p = {} function p.main(frame) return frame:getParent():getTitle() end return p")
N    18:22  Module:If in page diffhist +1,382 Rosie talk contribs (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs --args: 1 - ustring pattern, 2 - value if present, 3 - value if absent, -- page - page to test if not this page function p._main(args) if not args["page"] then args.page = mw.title.getCurrentTitle().fullText end local page = mw.title.new(args.page) if not page then --bad title return args["3"] or "" end local content = page:getContent() if not content then --page does not exist retu...")
N    18:22  Template:If in page diffhist +91 Rosie talk contribs (Created page with "{{safesubst:<noinclude />#invoke:If in page|main}}<noinclude> {{documentation}}</noinclude>")
N    18:22  Template:NOINDEX diffhist +83 Rosie talk contribs (Created page with "<onlyinclude><includeonly>__NOINDEX__</includeonly></onlyinclude> {{Documentation}}")
N    18:22  Module:Time ago diffhist +5,112 Rosie talk contribs (Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --...")
N    18:21  Template:Time ago diffhist +141 Rosie talk contribs (Created page with "{{#invoke:Time ago|main}}<noinclude> {{documentation}} <!-- Categories go in the /doc subpage and interwikis go in Wikidata. --> </noinclude>")
N    18:21  Template:Em diffhist +1,362 Rosie talk contribs (Created page with "<em {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, not here! --> <templatedata> { "params": { "1": { "label": "Text", "description": "Text to be emphasized", "required": true }, "class": { "label": "Custom CSS classes", "description": "takes a class name (or mul...")
N    18:20  Template:R from move/Cross-namespace diffhist +2,608 Rosie talk contribs (Created page with "<includeonly>Category:Redirects from moves from mainspace to R2 namespaces{{#if: <!-- If the page starts with the wikitext of a new move redirect --> {{#ifeq:{{Find page text|%#REDIRECT %[%[.*%]%]%s+%{%{Redirect category shell{{!}}%s+%{%{R from move/?s?a?n?d?b?o?x?%}%}%s+%}%}|plain=false}}|1|true}} <!-- or if transcluded on this page for demonstration --> {{#switch:{{PAGENAME}} |R from move/Cross-namespace |R from move/Cross-namespace/doc=true |#default=}} <!-- then...")
N    18:19  Template:Target of diffhist +136 Rosie talk contribs (Created page with "<includeonly>{{safesubst:<noinclude/>#invoke:Redirect|main|fulltext=1|{{{1|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
N    18:19  Template:Str left diffhist +109 Rosie talk contribs (Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
N    18:16  Template:R from move diffhist +665 Rosie talk contribs (Created page with "<noinclude>{{hatnote|This rcat template is automatically added to all new redirects that result from page moves; it must be added manually to older redirects when appropriate.}}{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from move |name=From a page move |from=a page that has been moved (renamed) |info=This page was kept as a redirect to avoid breaking links, both internal and external, that may have been made to the old page name. |all cat...")
     17:37  Module:Message box/ombox.css diffhist +478 Rosie talk contribs
N    17:24  Module:LangSwitch diffhist +3,470 Rosie talk contribs (Created page with "--[[ __ __ _ _ _ ____ _ _ _ | \/ | ___ __| |_ _| | ___ _| | __ _ _ __ __ _/ ___|_ _(_) |_ ___| |__ | |\/| |/ _ \ / _` | | | | |/ _ (_) | / _` | '_ \ / _` \___ \ \ /\ / / | __/ __| '_ \ | | | | (_) | (_| | |_| | | __/_| |__| (_| | | | | (_| |___) \ V V /| | || (__| | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)_____\__,_|_| |_|\__, |____/ \_/\_/ |_|\__\___|_| |_|...")
N    16:28  Module:Documentation/styles.css diffhist +1,194 Rosie talk contribs (Created page with "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; color:inherit; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px;...")
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    15:45  Module:Documentation/i18n diffhist +1,691 Rosie talk contribs (Created page with "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the module...")
N    15:44  Module:Documentation/config diffhist +17,768 Rosie talk contribs (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
N    15:43  Module:Documentation diffhist +36,079 Rosie talk contribs (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -...")
N    15:42  Template:Documentation diffhist +2,058 Rosie talk contribs (Created page with "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=...")
N    15:33  Template:Transclude diffhist +433 Rosie talk contribs (Created page with "<onlyinclude>{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} <!-- leading namespace prefix, eg "Template:Foo" --> |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }} | Template:{{{1}}} <!-- no leading colon, eg "Foo" --> | {{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article --> }} }}</onlyinclude> {{Documentation}}")
N    15:33  Module:Navbar/styles.css diffhist +645 Rosie talk contribs (Created page with "* * This TemplateStyles page is separately used for [[Template:Navbar]] * because of course there are two versions of the same template. * Be careful when adjusting styles accordingly.: .navbar { display: inline; font-size: 88%; font-weight: normal; color: var(--color-base, #202122) !important; } .navbar ul { display: inline; white-space: nowrap; } .navbar li { word-spacing: -0.125em; } Navbar styling when nested in navbox: .navbox .navbar { displ...")
N    15:32  Template:Navbar diffhist +5,394 Rosie talk contribs (Created page with "<noinclude> <languages/> </noinclude><templatestyles src="Module:Navbar/styles.css"/><span class="noprint plainlinks navbar" style="{{{style|}}}"><small><!-- -->{{#if:{{{mini|}}}{{{plain|}}}|<!--nothing-->|<!--else: --><span style="{{{fontstyle|}}}">{{#if:{{{text|}}}|{{{text}}}|<translate><!--T:1--> This box:</translate>}} </span>}}<!-- -->{{#if:{{{brackets|}}}|<span style="{{{fontstyle|}}}">[</span>}}<!-- --><span style="white-space:nowrap;word-spacing:-.12em;"><...")
N    15:19  Template:Cat diffhist +2,101 Rosie talk contribs (Created page with "<div id="cat" border="1" class="plainlinks" style="background:#F1F8F1; padding:5px;" border: #99B3FF solid 1px > {| id="catnav" style="background:none; margin-bottom:10px; font-size:90%; margin-left:auto; margin-right:auto;" cellpadding="2" cellspacing="0" align="center" | colspan=13 | {{LangSwitch |en=Index of all categories |eo=Indekso de ĉiaj kategorioj |pl=Indeks wszystkich kategori...")
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...")
N    00:58  Module:TableTools diffhist +12,326 Rosie talk contribs (Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
N    00:52  Module:Error diffhist +1,156 Rosie talk contribs (Created page with "-- This module implements {{error}}. local p = {} function p._error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :cssText(args.style) :wikitext(tostring(args.message or args[1] or error('no message specified',...")
N    00:52  Template:Error diffhist +102 Rosie talk contribs (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>")