User contributions for Rosie
Appearance
11 January 2026
- 21:2021:20, 11 January 2026 diff hist −5,738 Module:Check for unknown parameters/doc Replaced content with "-" Tags: Replaced Reverted
- 21:1921:19, 11 January 2026 diff hist +212 N Template:Nowrap Created page with "<onlyinclude><templatestyles src="Template:Nowrap/styles.css"/><span class="nowrap">{{{1}}}</span></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->"
- 21:1921:19, 11 January 2026 diff hist −407 Module:Error/doc Replaced content with "-" current Tags: Replaced Manual revert
- 21:1821:18, 11 January 2026 diff hist +407 Module:Error/doc No edit summary Tag: Reverted
- 21:1821:18, 11 January 2026 diff hist −405 Module:Error/doc Replaced content with "-" Tag: Replaced
- 21:1721:17, 11 January 2026 diff hist +12,326 N Module:TableTools/sandbox 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...." current
- 21:1621:16, 11 January 2026 diff hist +9,625 N Module:TableTools/testcases Created page with "-- Unit tests for Module:TableTools. Click talk page to run tests. local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local libName = 'TableTools' -- Helper to run all tests using sandbox version of the library from the debug console. To run against main lib, use =p.run() function suite.runSandbox() local frame = mw.getCurrentFrame():newChild{title='testcases', args={module=libName .. '/sandbox', displayMode='log'}} re..." current
- 21:1621:16, 11 January 2026 diff hist −3,492 Module:Namespace detect/doc Replaced content with "-" current Tag: Replaced
- 21:1521:15, 11 January 2026 diff hist −407 Module:Category handler/data/doc Replaced content with "-" current Tag: Replaced
- 21:1521:15, 11 January 2026 diff hist −17,472 Module:Category handler/doc Replaced content with "-" current Tag: Replaced
- 21:1421:14, 11 January 2026 diff hist −130 Module:Message box/configuration/doc Replaced content with "-" current Tag: Replaced
- 21:1121:11, 11 January 2026 diff hist +48 N Template:String handling templates Redirected page to Template:String-handling templates current Tag: New redirect
- 21:1121:11, 11 January 2026 diff hist +268 N Module:Navbox with collapsible groups Created page with "-- This module implements {{Navbox with collapsible groups}} local Navbox = require('Module:Navbox') return { _navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end, navbox = function (frame) return Navbox['with collapsible groups'](frame) end }" current
- 21:1021:10, 11 January 2026 diff hist +7,918 N Template:String-handling templates Created page with "{{#invoke:Navbox with collapsible groups|navbox | name = String-handling templates | state = {{{state|expanded}}} | bodyclass = plainlist | title = String-handling templates (help page) | selected = {{{selected|{{{expanded|{{{1|}}}}}}}}} <!---------------------- Trimming -------------------------> | abbr1 = sub | sect1 = Substring (select chunk of string by its position) | content1 = {{Aligned table |fullwidth=on |style=text-align: left; |..." current
- 21:0921:09, 11 January 2026 diff hist +37 N Template:Pf Redirected page to Template:ParserFunction current Tag: New redirect
- 21:0921:09, 11 January 2026 diff hist +1,317 N Template:ParserFunction Created page with "<includeonly>{{ #if: {{{_code|}}} | <code> }}{{((}}{{ #switch: {{lc: {{{1|if}}} }} | expr | if | ifeq | iferror | ifexpr | ifexist | rel2abs | switch | time | titleparts = if}}}}}|#{{{1|if}}} | lc | uc | lcfirst | ucfirst | urlencode | anchorencode | ns = {{{1}}} | language | bcp47 | dir | interwikilink | interlanguagelink | special | speciale | tag = mw:..." current
- 21:0821:08, 11 January 2026 diff hist +2,863 N Module:Message box/ambox.css Created page with "→* * {{ambox}} (article message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ambox { →10% = Will not overlap with other elements: margin: 0 10%; →Prevent overflow in narrow screens (<=850px) in the Timeless skin. See [[Skin:Timeless#Less than 851 pixels]] and https://phabricator.wikimedia.org/source/Timeless/browse/REL1_39/resources/screen-mobile.less$268: width: unset; b..." current
- 21:0821:08, 11 January 2026 diff hist +532 N Template:Notice Created page with "{{ambox | name = Notice | subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly> | demospace = {{{demospace|}}} | image = {{#if:{{{image|}}}| [[Image:{{{image}}}|40px|Notice]] }} | text = {{#if:{{{header|}}} | <div style="text-align:center;">'''{{{header}}}'''</div> }}{{{1|{{{text}}}}}} | small = {{{small|}}} | smallimage = {{#if:{{{image|}}}| [[File:{{{image}}}|30px|Notice]] }} }}<noinclude> {{documentation}} <!-- Add categories and i..." current
- 21:0721:07, 11 January 2026 diff hist +43 N Template:Mfl Redirected page to Template:Module function link current Tag: New redirect
- 21:0721:07, 11 January 2026 diff hist +434 N Template:Module function link Created page with "<includeonly>{{safesubst:<noinclude />#if:{{{1|}}} |{{{{safesubst:<noinclude />#invoke:separated entries|main|[[Module:{{{1}}}|#invoke:{{{1}}}]]|{{safesubst:<noinclude />#if:{{{2|/}}} |{{safesubst:<noinclude />#if:{{{2|}}}|[[Module:{{{1}}}#{{{2}}}|{{{2}}}]]}} |''function'' }}|separator=|}}}} |{{#invoke:Error|error|Error: Missing module name.}} }}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 21:0321:03, 11 January 2026 diff hist 0 m Module:PageLinks Rosie moved page Module:Pagelinks to Module:PageLinks without leaving a redirect: Misspelled title current
- 21:0221:02, 11 January 2026 diff hist +9,637 N Module:PageLinks Created page with "local ToolbarBuilder = require('Module:Toolbar') local p = {} -- Page object local trackingCategories = {} -- Table for storing the tracking categories. local demo -- Define a custom error message for this module. local function err(msg, section) local help if section then help = ' (help)' else help = '' end local cat if demo == 'yes' then cat = '' else cat = 'Category:PageLinks transclusions with errors' en..."
- 21:0221:02, 11 January 2026 diff hist +152 N Template:Pagelinks Created page with "{{#invoke:PageLinks|main|separator=pipe|page={{{1|Example}}} | edit | ts | h | wlh | w | tl }}<noinclude> {{documentation|Template:Ln/doc}} </noinclude>" current
- 21:0221:02, 11 January 2026 diff hist +35 N Template:Lmd Redirected page to Template:Module links current Tag: New redirect
- 21:0121:01, 11 January 2026 diff hist +100 N Template:Module links Created page with "{{pagelinks|1=Module:{{ucfirst:{{{1}}}}}}}<noinclude> {{documentation|Template:Ln/doc}} </noinclude>" current
- 20:5920:59, 11 January 2026 diff hist +6,108 N Module:Loops Created page with "-- <nowiki> -------------------------------------------------------------------------------- -- Lua module implementing features similar to mw:Extension:Loops. -- -- @module lööps -- @alias loops -- @author User:ExE Boss -- @require Module:TableTools -------------------------------------------------------------------------------- local libraryUtil = require("libraryUtil"); local tableTools = require("Module:TableTools"); local checkType = libraryUtil.ch..." current
- 20:5920:59, 11 January 2026 diff hist +213 N Template:Anchor Created page with "<onlyinclude>{{safesubst:<noinclude/>#invoke:Loops|forNumArgs<!-- -->| template = ²{safesubst:#if:$1¦<span class="anchor" id="²{safesubst:anchorencode:$1}²"></span>}²<!-- -->}}</onlyinclude> {{Documentation}}"
- 20:5920:59, 11 January 2026 diff hist +17,240 N Module:String2 Created page with "require ('strict'); local p = {} p.trim = function(frame) return mw.text.trim(frame.args[1] or "") end p.sentence = function (frame) -- {{lc:}} is strip-marker safe, string.lower is not. frame.args[1] = frame:callParserFunction('lc', frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame) local s = frame.args[1]; if not s or '' == s or s:match ('^%s+$') then -- when <s> is nil, empty, or only whitespace return s; -- abando..." current
- 20:5720:57, 11 January 2026 diff hist −23,585 Module:String/doc Replaced content with "-" current Tag: Replaced
- 20:5520:55, 11 January 2026 diff hist +300 N Template:Pagelang Created page with "{{#ifeq:{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}}|en |{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|en |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }} |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }}<noinclude> {{Documentation}} </noinclude>" current
- 20:5520:55, 11 January 2026 diff hist +822 N Template:Translatable Created page with "<noinclude> <languages /> </noinclude>{{#ifeq:{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}| |{{{1|{{FULLPAGENAME}}}}} |{{#invoke:String|sub|{{{1|{{FULLPAGENAME}}}}} |1 |{{#expr:{{#invoke:String|len|{{{1|{{FULLPAGENAME}}}}}}}-{{#invoke:String|len|{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}}}-1}} }} }}<noinclude> {{Documentation|content= {{Lua|Module:String}} <translate> == Examples == <!--T:1--> </translate> * {{tlx|translatable}} {{translatable}} * {{tlx|translatable|2=<transl..." current
- 20:5320:53, 11 January 2026 diff hist +353 N Template:Languages/Lang Created page with "{{#ifexist: {{#if:{{{2|}}}|{{{2}}}|{{translatable}}}}/{{{1|}}} | • <bdi lang="{{{1|}}}">{{#if:{{{2|}}} |<span class="plainlinks">[{{fullurl:{{{2|}}}/{{{1|}}}}} {{#language:{{{1|}}}}}]</span> |<span class="plainlinks">[{{fullurl:{{translatable}}/{{{1|}}}}} {{#language:{{{1|}}}}}]</span> }}</bdi> }}<noinclude> {{Documentation}} </noinclude>" current
- 20:5320:53, 11 January 2026 diff hist +1,116 N Template:Nmbox/styles.css Created page with ".nmbox { →clear: both;: background: #f8f9fa; border: 1px solid var( --border-color-base, #a2a9b1 ); box-sizing: border-box; margin: 2px 0; padding: 0; } .nmbox * { box-sizing: border-box; } .nmbox-header { background: #eaecf0; padding: 4px 0.5em; font-weight: bold; text-align: center; white-space: nowrap } .nmbox .mbox-image { display: inline-block; padding-right: 1em; } .nmbox-text { border-top: 1px solid var( --border-color-base, #a2a9b1 ); width: 1..." current
- 20:5220:52, 11 January 2026 diff hist +412 N Template:Nmbox Created page with "<templatestyles src="Template:Nmbox/styles.css" /> <div class="nmbox noprint {{dir|{{PAGELANGUAGE}}|mw-content-rtl|mw-content-ltr}}">{{#if: {{{image|}}}{{{header|}}} |<div class="nmbox-header">{{#if: {{{image|}}}|<div class="nmbox-image mbox-image">{{{image|}}}</div>}}{{{header|}}} </div>}} {{#if:{{{text|}}}|<div class="nmbox-text mbox-text">{{{text|}}}</div>}} </div><noinclude> {{documentation}} </noinclude>" current
- 20:5220:52, 11 January 2026 diff hist +5,906 N Template:Languages Created page with "{{#ifeq:<languages exists/>|<languages/>|<languages/>| <div style="display: flow-root;">{{nmbox | header = {{ll|Project:Language policy|{{int:tpt-languages-legend}}}} | text = '''[[{{{1|:{{translatable}}}}}|English]]''' {{Languages/Lang|af|{{{1|}}}| }}{{Languages/Lang|ar|{{{1|}}}| }}{{Languages/Lang|ast|{{{1|}}}| }}{{Languages/Lang|az|{{{1|}}}| }}{{Languages/Lang|ba|{{{1|}}}| }}{{Languages/Lang|bcc|{{{1|}}}| }}{{Languages/Lang|be|{{{1|}}}| }}{{Languages/Lang|be-tarask..." current
- 20:5220:52, 11 January 2026 diff hist −932 Module:Tmpl/doc Replaced content with "-" current Tag: Replaced
- 20:5120:51, 11 January 2026 diff hist −2,760 Module:High-use/doc Replaced content with "-" current Tag: Replaced
- 20:5020:50, 11 January 2026 diff hist −47 Template:Tl No edit summary
- 20:5020:50, 11 January 2026 diff hist −4,277 Module:Redirect/doc Replaced content with "-" current Tags: Replaced Manual revert
- 20:4920:49, 11 January 2026 diff hist +884 N Template:Expensive Created page with "{{ombox | type = style | image = 40x40px|link=|alt= | text = Due to a server limit of '''500''' "expensive parser function" calls <small>(e.g. #ifexist:, PAGESIZE:, and PAGESINCATEGORY:)</small>, this {{#ifeq: Module | {{NAMESPACE}} | module | template}} will..." current
- 20:4820:48, 11 January 2026 diff hist +4,277 Module:Redirect/doc No edit summary Tag: Reverted
- 20:4820:48, 11 January 2026 diff hist −4,276 Module:Redirect/doc Replaced content with "-" Tag: Replaced
- 20:4820:48, 11 January 2026 diff hist −1,423 Module:Transclusion count/doc Replaced content with "-" current Tag: Replaced
- 20:4720:47, 11 January 2026 diff hist −573 Module:ConvertNumeric/doc Replaced content with "-" current Tag: Replaced
- 19:4119:41, 11 January 2026 diff hist +208 N Template:Badge/styles.css Created page with ".tpl-badge { background-color: var( --background-color-progressive-subtle, #eaf3ff ); color: var( --color-base, #202122 ); border-radius: 10px; display: inline-block; font-size: 90%; padding: 5px 8px; }" current
- 19:4019:40, 11 January 2026 diff hist +387 N Template:Badge Created page with "<!-- The outer <div class="mw-parser-output"> is necessary because the <indicator> tag -- doesn't currently include class="mw-parser-output" (see T188443) --> <onlyinclude><div class="mw-parser-output"><templatestyles src="Template:Badge/styles.css"/><div class="tpl-badge {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}>{{{content}}}</div></div></onlyinclude> {{Documentation}}" current
- 19:4019:40, 11 January 2026 diff hist +46 N Template:)^ Created page with "<onlyinclude>></onlyinclude> {{Documentation}}" current
- 19:3919:39, 11 January 2026 diff hist +46 N Template:^( Created page with "<onlyinclude><</onlyinclude> {{Documentation}}" current
- 19:3919:39, 11 January 2026 diff hist +41 N File:Ambox warning yellow.svg No edit summary current
- 19:3819:38, 11 January 2026 diff hist +47 N Template:!) Created page with "<onlyinclude>|}</onlyinclude> {{Documentation}}" current