Main public logs
Appearance
Combined display of all available logs of p1gwars. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:10, 11 January 2026 Rosie talk contribs created page Module:Yesno/doc (Created page with "<noinclude>{{pp|small=yes}} </noinclude>{{used in system}} {{Module rating|protected}} {{cascade-protected template|page=module}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean inp...")
- 00:10, 11 January 2026 Rosie talk contribs created page Module:Yesno (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 =...")
- 00:09, 11 January 2026 Rosie talk contribs created page Module:Transclusion count/doc (Created page with "{{Module rating |beta}} {{high-use}} Fetches usage data for highly-transcluded templates. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|fetch|''number of transclusions''|''use + notation''|all-pages=|demo=}}</code> * ''<code>number of transclusions</code>'': is a static number of times the template has been tr...")
- 23:52, 10 January 2026 Rosie talk contribs created page Module:Transclusion count (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...")
- 23:51, 10 January 2026 Rosie talk contribs created page Module:High-use (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'...")
- 23:51, 10 January 2026 Rosie talk contribs created page Template:High-use (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>")
- 23:49, 10 January 2026 Rosie talk contribs created page Module:ConvertNumeric/doc (Created page with "{{High-use}} {{Used in system|in MediaWiki:Watchlist-messages}} == Usage == {{#invoke:{{BASEPAGENAME}}|''function_name''}} ==See also== * {{tl|Spellnum per MOS}} * {{tl|Number to word}} * Module:Strip to numbers – extract a number from a string (supports negatives and decimals) and return it, or optionally return a halved value <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| <!-- Categories go here and interwikis go in Wikidata. --> Category:Modules fo...")
- 23:49, 10 January 2026 Rosie talk contribs created page Module:ConvertNumeric (Created page with "-- Module for converting between different representations of numbers. See talk page for user documentation. -- For unit tests see: Module:ConvertNumeric/testcases -- When editing, preview with: Module_talk:ConvertNumeric/testcases -- First, edit Module:ConvertNumeric/sandbox, then preview with Module_talk:ConvertNumeric/sandbox/testcases require('strict') local ones_position = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four',...")
- 23:48, 10 January 2026 Rosie talk contribs created page Template:Age in years and days (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:age|age_generic|template=age_yd}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 23:47, 10 January 2026 Rosie talk contribs created page Template:Age in weeks and days (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_wd}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:47, 10 January 2026 Rosie talk contribs created page Template:Age in weeks (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_w}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:47, 10 January 2026 Rosie talk contribs created page Template:Age in months (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_m}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:47, 10 January 2026 Rosie talk contribs created page Template:Age for infant (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_infant}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:47, 10 January 2026 Rosie talk contribs created page Template:Age in years nts (Created page with "{{#invoke:age|age_generic|template=age_in_years_nts}}<noinclude> {{Documentation}} </noinclude>")
- 23:46, 10 January 2026 Rosie talk contribs created page Template:Age in years (Created page with "{{#invoke:age|age_generic|template=age_in_years}}<noinclude> {{Documentation}} </noinclude>")
- 23:46, 10 January 2026 Rosie talk contribs created page Template:Age nts (Created page with "{{#invoke:age|age_generic|template=age_full_years_nts}}<noinclude>{{documentation}}</noinclude>")
- 23:46, 10 January 2026 Rosie talk contribs created page Template:Duration in days nts (Created page with "<includeonly>{{#invoke:age|age_generic|template=duration_days_nts}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:46, 10 January 2026 Rosie talk contribs created page Template:Duration in days (Created page with "<includeonly>{{#invoke:age|age_generic|template=duration_days}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:46, 10 January 2026 Rosie talk contribs created page Template:Age in days nts (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_days_nts}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:45, 10 January 2026 Rosie talk contribs created page Template:Gregorian serial date (Created page with "{{#invoke:age|gsd}}<noinclude>{{documentation}}</noinclude>")
- 23:45, 10 January 2026 Rosie talk contribs created page Template:Extract (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:age|extract}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:45, 10 January 2026 Rosie talk contribs created page Template:Time interval (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:age|time_interval}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:43, 10 January 2026 Rosie talk contribs created page 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:43, 10 January 2026 Rosie talk contribs created page 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:43, 10 January 2026 Rosie talk contribs created page 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:42, 10 January 2026 Rosie talk contribs created page 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...")
- 23:42, 10 January 2026 Rosie talk contribs created page 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>")
- 23:41, 10 January 2026 Rosie talk contribs created page Template:Tl (Redirected page to Template:Template link) Tag: New redirect
- 23:41, 10 January 2026 Rosie talk contribs created page 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:37, 10 January 2026 Rosie talk contribs created page 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>")
- 23:36, 10 January 2026 Rosie talk contribs created page Template:Ayd (Created page with "test")
- 23:35, 10 January 2026 Rosie talk contribs created page 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_...")
- 23:34, 10 January 2026 Rosie talk contribs created page Template:Age in days (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_days}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:33, 10 January 2026 Rosie talk contribs created page Template:Age in years and months (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_ym}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:32, 10 January 2026 Rosie talk contribs created page Template:Age in years, months and days (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_ymd}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:32, 10 January 2026 Rosie talk contribs created page Template:Age (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_full_years}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 23:30, 10 January 2026 Rosie talk contribs created page 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:29, 10 January 2026 Rosie talk contribs created page 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'...")
- 23:28, 10 January 2026 P1gsel talk contribs created page Junior (Redirected page to Junior Purr) Tag: New redirect
- 19:13, 10 January 2026 P1gsel talk contribs created page Purr Family (Created page with "<div class="infobox organization"> <div class="title">Purr Family</div>frameless|thumb <div class="title">General</div> <div class="element flag"> <div class="infobox-left">'''Country:''' </div> <div class="infobox-right">25px Juniorwood</div> </div> <div class="element"> <div class="infobox-left">'''Founded:''' </div> <div class="infobox-right">11 July 2006</div> </div> <div class="element"> <div class="...")
- 19:05, 10 January 2026 P1gsel talk contribs created page Monarch of Juniorwood (Created page with "The '''Monarch of Juniorwood''' is the absolute monarch of Juniorwood. There has only been one monarch, which is Junior Purr. {| class="wikitable style="text-align: center;" |+ Monarchs of Juniorwood ! colspan="4" class="unsortable" | Monarch ! colspan="3" class="unsortable" | Reign ! rowspan="2" | House |- ! Name ! width=20% | Portrait ! Appeared ! Spouse ! Started ! Ended ! Tenure |- ! Junior Purr | File:Junior Purr Official Portrait 2006 Square.jpg |...")
- 19:03, 10 January 2026 P1gsel talk contribs moved page File:Junior Purr Official Portrait 2006.jpg to File:Junior Purr Official Portrait 2006 Square.jpg without leaving a redirect
- 18:51, 10 January 2026 P1gsel talk contribs moved page Plushie Dynasty to Plushie dynasty without leaving a redirect
- 18:29, 9 January 2026 P1gsel talk contribs created page Referendum for the Primator's Strongest (Created page with "A '''referendum for the Primator's Strongest''' is held when a fight occurs between the Primator's Strongest and a contestant. The referendum occurs regardless of who wins the fight. == Historical seat distribution (since 2026) == {| class="wikitable" width="100%" style="text-align:center; font-size:90%;" |- !width="40" | Referendum !width="20" | No. !Composition |- |2 Jan, 2026 |1st | {| style="width:100%; t...")
- 14:55, 9 January 2026 P1gsel talk contribs moved page Junior to Junior Purr without leaving a redirect
- 14:47, 9 January 2026 P1gsel talk contribs moved page Events and Birthdays to Events and birthdays without leaving a redirect
- 00:32, 9 January 2026 Rosie talk contribs created page Events and Birthdays (Created page with "Coming soon == January == # hallo # een item # nog een # woohoo # - # test # # test # # # # # # # # # # # # # # # # # # # # # # # == February == # # # # # # # # # # # # # # # # # # &nb...")
- 00:18, 9 January 2026 Rosie talk contribs created page File:Sabbar of Roarborne Official Portrait 2026.png
- 00:18, 9 January 2026 Rosie talk contribs uploaded File:Sabbar of Roarborne Official Portrait 2026.png
- 00:18, 9 January 2026 Rosie talk contribs created page File:Sabbar of Roarborne Official Portrait 2026 Square.png