User contributions for Rosie
Appearance
10 January 2026
- 23:4523:45, 10 January 2026 diff hist +59 N Template:Gregorian serial date Created page with "{{#invoke:age|gsd}}<noinclude>{{documentation}}</noinclude>" current
- 23:4523:45, 10 January 2026 diff hist +110 N Template:Extract Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:age|extract}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 23:4523:45, 10 January 2026 diff hist +113 N Template:Time interval Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:age|time_interval}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 23:4323:43, 10 January 2026 diff hist +4,277 N Module:Redirect/doc Created page with "{{used in system}} {{Expensive}} {{Module rating|beta}} {{Module rating|protected}} {{Lua|Module:Arguments}} This module contains functions to find the target of a redirect page. == Main == The main function accepts the name of a single page. It determines if the page is a redirect; if so it looks up the page, extracts the target, and returns the target name as text. Its usage is <code><nowiki>{{#invoke:redirect|main|page-name}}</nowiki></code>. If <..."
- 23:4323:43, 10 January 2026 diff hist +20,256 N Module:Arguments/doc Created page with "{{Used in system}} {{Module rating|p}} {{cascade-protected template|page=module}} This module provides easy processing of arguments passed from <code>#invoke</code>. It is a meta-module, meant for use by other modules, and should not be called from <code>#invoke</code> directly (for a module directly invocable by templates you might want to have a look at {{ml|params|}}). Its features include: * Easy trimming of arguments and removal..."
- 23:4323:43, 10 January 2026 diff hist +10,054 N Module:Arguments 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'..."
- 23:4223:42, 10 January 2026 diff hist +3,295 N Module:Redirect Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi..." current
- 23:4223:42, 10 January 2026 diff hist +358 N Template:No redirect Created page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span><span style="display: none">[[:{{{1}}}]]</span> | [[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2|{{{1}}}}}}]] }}<noinclude> {{documentation}} </noinclude>" current
- 23:4123:41, 10 January 2026 diff hist +83 N Template:Tl Redirected page to Template:Template link Tag: New redirect
- 23:4123:41, 10 January 2026 diff hist +224 N Template:Template link Created page with "<span class="nowrap">{{</span>[[Template:{{{1}}}|{{{1}}}]]<span class="nowrap">}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>"
- 23:3923:39, 10 January 2026 diff hist −20,389 Module:Age/doc No edit summary
- 23:3723:37, 10 January 2026 diff hist +44 Template:Ayd Redirected page to Template:Age in years and days nts current Tag: New redirect
- 23:3723:37, 10 January 2026 diff hist +351 N Template:Age in years and days nts Created page with "<includeonly>{{#ifeq: {{{disp|}}} | table | nowrap style=text-align:right {{!}} {{#time: j M Y | {{{1|}}} }} {{!!}} nowrap style=text-align:right {{!}} {{#if: {{{2|}}} | {{#time: j M Y | {{{2}}} }} | {{center|Living}} }} {{!!}} }}{{{{{♥|safesubst:}}}#invoke:age|age_generic|template=age_yd_nts}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 23:3623:36, 10 January 2026 diff hist +4 N Template:Ayd Created page with "test"
- 23:3523:35, 10 January 2026 diff hist +47,974 N Module:Date Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_..." current
- 23:3423:34, 10 January 2026 diff hist +112 N Template:Age in days Created page with "<includeonly>{{#invoke:age|age_generic|template=age_days}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 23:3323:33, 10 January 2026 diff hist +110 N Template:Age in years and months Created page with "<includeonly>{{#invoke:age|age_generic|template=age_ym}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 23:3223:32, 10 January 2026 diff hist +111 N Template:Age in years, months and days Created page with "<includeonly>{{#invoke:age|age_generic|template=age_ymd}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 23:3223:32, 10 January 2026 diff hist +118 N Template:Age Created page with "<includeonly>{{#invoke:age|age_generic|template=age_full_years}}</includeonly><noinclude>{{documentation}}</noinclude>" current
- 23:3023:30, 10 January 2026 diff hist +35,189 N Module:Age/doc Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-show'] = 'Parameter show=$1 conflicts with round=$2'..."
- 23:2923:29, 10 January 2026 diff hist +35,189 N Module:Age Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-show'] = 'Parameter show=$1 conflicts with round=$2'..." current
9 January 2026
- 00:3300:33, 9 January 2026 diff hist +304 Events and birthdays No edit summary
- 00:3200:32, 9 January 2026 diff hist +577 N Events and birthdays Created page with "Coming soon == January == # hallo # een item # nog een # woohoo # - # test # # test # # # # # # # # # # # # # # # # # # # # # # # == February == # # # # # # # # # # # # # # # # # # &nb..."
- 00:2500:25, 9 January 2026 diff hist 0 Safez of Roarborne No edit summary
- 00:1800:18, 9 January 2026 diff hist +36 N File:Sabbar of Roarborne Official Portrait 2026.png No edit summary current
- 00:1800:18, 9 January 2026 diff hist +36 N File:Sabbar of Roarborne Official Portrait 2026 Square.png No edit summary current
- 00:1700:17, 9 January 2026 diff hist +36 N File:Saher of Roarborne Official Portrait 2026.png No edit summary current
- 00:1700:17, 9 January 2026 diff hist +36 N File:Saher of Roarborne Official Portrait 2026 Square.png No edit summary current
- 00:1300:13, 9 January 2026 diff hist +36 N File:Sarsel of Roarborne Official Portrait 2026.png No edit summary current
- 00:1300:13, 9 January 2026 diff hist +36 N File:Sarsel of Roarborne Official Portrait 2026 Square.png No edit summary current
- 00:1200:12, 9 January 2026 diff hist +36 N File:Safez of Roarborne Official Portrait 2026.png No edit summary current
- 00:1100:11, 9 January 2026 diff hist +36 N File:Safez of Roarborne Official Portrait 2026 Square.png No edit summary current
8 January 2026
- 23:1623:16, 8 January 2026 diff hist +113 N File:Tigerium Siblings Snowy Resort.png Tigrish, Tijgertje, and Tiggy at a luxury resort in Juniorwood. current
3 January 2026
- 15:2615:26, 3 January 2026 diff hist 0 N File:Bunny of Harrow Official Portrait 2026.jpg No edit summary
- 15:2615:26, 3 January 2026 diff hist 0 File:Konijntje of Harrow Official Portrait 2026.jpg Rosie uploaded a new version of File:King Konijntje Portrait.jpg
- 15:2215:22, 3 January 2026 diff hist 0 N File:Konijntje of Harrow Official Portrait 2026.jpg No edit summary
30 December 2025
- 20:0920:09, 30 December 2025 diff hist +37 MediaWiki:Common.css No edit summary
- 20:0820:08, 30 December 2025 diff hist +35 MediaWiki:Common.css No edit summary
- 20:0820:08, 30 December 2025 diff hist +186 MediaWiki:Common.css No edit summary
20 December 2025
- 21:3221:32, 20 December 2025 diff hist +2,087 Junior Purr No edit summary
- 21:2121:21, 20 December 2025 diff hist +36 N File:Junior Purr Official Portrait 2006 Square.jpg No edit summary
3 December 2025
- 14:2514:25, 3 December 2025 diff hist −34 Plushies No edit summary
- 14:1814:18, 3 December 2025 diff hist +217 MediaWiki:Common.css No edit summary
29 November 2025
- 13:0313:03, 29 November 2025 diff hist −282 Beardom →Government & Politics
- 12:5912:59, 29 November 2025 diff hist +40 Template:Multiple image No edit summary
- 12:5812:58, 29 November 2025 diff hist −4 Beardom →Government & Politics
- 12:5712:57, 29 November 2025 diff hist +60 Beardom →Government & Politics
- 12:5712:57, 29 November 2025 diff hist +34 Template:Multiple image No edit summary
- 12:5612:56, 29 November 2025 diff hist +12 Beardom →Government & Politics
- 12:5612:56, 29 November 2025 diff hist +36 Template:Multiple image No edit summary