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 (11×)]
     
22:07 P1gsel talk contribs imported Module:Message box/ombox.css by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Template:Lua by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Lua banner 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:List 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)
     19:50  Template:Tl diffhist −47 Rosie talk contribs
N    18:30  Template:Module rating 2 changes history +8,520 [Rosie (2×)]
     
18:30 (cur | prev) +8,407 Rosie talk contribs (Removed redirect to Template:Template rating) Tag: Removed redirect
N    
00:37 (cur | prev) +113 Rosie talk contribs (Redirected page to Template:Template rating) Tag: New redirect
N    17:52  Template:Module other diffhist +429 Rosie talk contribs (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Module}} | module | other }} }} | module = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
N    17:37  Module:Message box/ombox.css 2 changes history +2,401 [Rosie (2×)]
     
17:37 (cur | prev) +478 Rosie talk contribs
N    
00:32 (cur | prev) +1,923 Rosie talk contribs (Created page with "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombox-de...")
N    15:36  Module:Tmpl diffhist +958 Rosie talk contribs (Created page with "-- This is a helper module for {{tmpl}} require('strict') -- The trailing `[^0-9]?` ensures that `$10` doesn't potentially change -- from being treated as `${1}0` to being treated as `${10}` -- if the number of supported parameters is ever expanded: local PATTERN = "%$([1-9])[^0-9]?" local this = {} function this.renderTmpl(frame) local args = frame.args local pargs = (frame:getParent() or {}).args local input = pargs[0] or '' local result = {} local prevPos = 1...")
N    15:33  Template:IsDocSubpage diffhist +418 Rosie talk contribs (Created page with "<onlyinclude><includeonly>{{#ifexpr: ( {{#ifeq:{{lc:{{SUBPAGENAME}}}}|{{lc:{{{override|doc}}}}}|1|0}} or ( {{#ifeq:{{lc:{{#titleparts:{{FULLPAGENAME}}|-1|-2}}}}|{{lc:{{{override|doc}}}}}|1|0}} and {{#if:{{#translation:}}|1|0}} ) )<!-- -->|{{{true|1}}}<!-- -->|{{{false|}}}<!-- -->}}</includeonly></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
N    15:31  Module:Template translation diffhist +11,705 Rosie talk contribs (Created page with "local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }), pipe (|), bac...")
N    15:30  Template:Tmpl diffhist +181 Rosie talk contribs (Created page with "<onlyinclude><includeonly>{{#invoke:Tmpl|renderTmpl}}</includeonly></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
N    15:30  Template:Used in system 2 changes history +1,896 [Rosie (2×)]
     
15:30 (cur | prev) +1,661 Rosie talk contribs
N    
00:10 (cur | prev) +235 Rosie talk contribs (Created page with "{{#invoke:High-use|main|1=|2={{{2|}}}|system={{#if:{{{1|}}}|{{{1}}}|in system messages}}<noinclude>|nocat=true</noinclude>}}<noinclude> {{documentation}}<!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
N    15:24  Module:Category handler/shared diffhist +888 Rosie talk contribs (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...")
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:57  Module:List diffhist +5,643 Rosie talk contribs (Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''...")
N    00:56  Module:Lua banner diffhist +3,908 Rosie talk contribs (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
N    00:56  Template:Lua diffhist +196 Rosie talk contribs (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
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>")
N    00:40  Module:Namespace detect/config diffhist +3,545 Rosie talk contribs (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. -- --...")
N    00:40  Module:Namespace detect/data/doc diffhist +332 Rosie talk contribs (Created page with "{{Module rating|protected}} {{used in system}} {{Lua|Module:Namespace detect/config}} This is a data page for Module:Namespace detect and Module:Category handler/shared. It is loaded by the main module using <code>mw.loadData</code>, which means it is only processed once per page, rather than once per <code>#invoke</code>.")
N    00:38  Module:Namespace detect diffhist +5,992 Rosie talk contribs (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
N    00:34  Template:Ombox diffhist +146 Rosie talk contribs (Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
N    00:14  Module:Message box/configuration diffhist +6,642 Rosie talk contribs (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
N    00:11  Module:Message box diffhist +22,838 Rosie talk contribs (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 ---------------------------------------------------------------------------...")
N    00:10  Module:Yesno diffhist +745 Rosie talk contribs (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 =...")

10 January 2026

N    23:43  Module:Arguments diffhist +10,054 Rosie 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'...")
N    23:41  Template:Tl diffhist +83 Rosie talk contribs (Redirected page to Template:Template link) Tag: New redirect