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 (9×)]
     
22:07 P1gsel talk contribs imported Module:Message box/ombox.css by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Transclusion count by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:High-use by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Template:High-use by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Template:Documentation subpage 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 Module:Arguments by file upload (1 revision)
     
22:07 P1gsel talk contribs imported Module:Yesno by file upload (1 revision)
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    16:57  Module:Wd 3 changes history +74,177 [Rosie; Wouter (2×)]
     
16:57 (cur | prev) −42 Wouter talk contribs Tag: Manual revert
     
16:56 (cur | prev) +42 Wouter talk contribs Tag: Reverted
N    
16:49 (cur | prev) +74,177 Rosie talk contribs (Created page with "-- Original module located at en:Module:Wd and en:Module:Wd/i18n. require("strict") local p = {} local module_arg = ... local i18n local i18nPath local function loadI18n(aliasesP, frame) local title if frame then -- current module invoked by page/template, get its title from frame title = frame:getTitle() else -- current module included by other module, get its title from ... title = module_arg end if not i18n then i18nPath = title .. "/i18n"...")
N    16:50  Module:Wd/i18n/doc diffhist +215 Rosie talk contribs (Created page with "{{Documentation subpage}} {{High-use}} This submodule is used by Module:Wd for internationalization (''i18n'') purposes and has been separated to allow for locale-independent updating of the module's logic.")
N    15:42  Template:Documentation subpage diffhist +2,570 Rosie talk contribs (Created page with "<noinclude> <languages/> </noinclude>{{#switch:<translate></translate> | = <includeonly><!-- -->{{#if:{{IsDocSubpage|override={{{override|doc}}}|false=}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = File:Codex icon book color-base.svg|40px|alt=|class=s...")
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    00:27  Template:Mbox diffhist +153 Rosie talk contribs (Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </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:52  Module:Transclusion count diffhist +2,582 Rosie talk contribs (Created page with "local p = {} function p._fetch(args) local template = nil local return_value = nil -- Use demo parameter if it exists, otherwise use current template name local namespace = mw.title.getCurrentTitle().namespace if args["demo"] and args["demo"] ~= "" then template = mw.ustring.gsub(args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Module namespace temp...")
N    23:51  Module:High-use diffhist +9,348 Rosie talk contribs (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local _fetch = require('Module:Transclusion_count')._fetch -- _fetch looks at the 'demo' argument local yesno = require('Module:Yesno') local lang_obj = mw.getContentLanguage() -- this here because the language object is used multiple places in the module local large_count_cutoff = 100000 local approx_num_total_pages = 63000000 local user_subpage_info_page = 'Wikipedia:User pages#SUB'...")
N    23:51  Template:High-use diffhist +270 Rosie talk contribs (Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>")
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'...")