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).
- 16:05, 11 January 2026 Rosie talk contribs deleted page File:Move-protection-shackle.svg (content was: " == Licensing == {{Wikimedia_screenshot}}", and the only contributor was "Rosie" (talk))
- 16:02, 11 January 2026 Rosie talk contribs created page File:Ambox important.svg
- 16:02, 11 January 2026 Rosie talk contribs uploaded File:Ambox important.svg
- 16:01, 11 January 2026 Rosie talk contribs created page File:Move-protection-shackle.svg
- 16:01, 11 January 2026 Rosie talk contribs uploaded File:Move-protection-shackle.svg
- 16:01, 11 January 2026 Rosie talk contribs created page File:Cascade-protection-shackle.svg
- 16:01, 11 January 2026 Rosie talk contribs uploaded File:Cascade-protection-shackle.svg
- 16:01, 11 January 2026 Rosie talk contribs created page File:Ambox warning blue construction.svg
- 16:01, 11 January 2026 Rosie talk contribs uploaded File:Ambox warning blue construction.svg
- 16:01, 11 January 2026 Rosie talk contribs created page File:Greek lc alpha.svg
- 16:01, 11 January 2026 Rosie talk contribs uploaded File:Greek lc alpha.svg
- 16:01, 11 January 2026 Rosie talk contribs created page File:Greek lc beta icon.svg
- 16:01, 11 January 2026 Rosie talk contribs uploaded File:Greek lc beta icon.svg
- 16:00, 11 January 2026 Rosie talk contribs created page File:Green check.svg
- 16:00, 11 January 2026 Rosie talk contribs uploaded File:Green check.svg
- 16:00, 11 January 2026 Rosie talk contribs created page File:Red x.svg
- 16:00, 11 January 2026 Rosie talk contribs uploaded File:Red x.svg
- 16:00, 11 January 2026 Rosie talk contribs created page File:Historical.svg
- 16:00, 11 January 2026 Rosie talk contribs uploaded File:Historical.svg
- 16:00, 11 January 2026 Rosie talk contribs created page File:Information icon4.svg
- 16:00, 11 January 2026 Rosie talk contribs uploaded File:Information icon4.svg
- 16:00, 11 January 2026 Rosie talk contribs created page File:HorLineGrey.svg
- 16:00, 11 January 2026 Rosie talk contribs uploaded File:HorLineGrey.svg
- 15:59, 11 January 2026 Rosie talk contribs created page File:Codex icon book color-base.svg
- 15:59, 11 January 2026 Rosie talk contribs uploaded File:Codex icon book color-base.svg
- 15:59, 11 January 2026 Rosie talk contribs created page File:OOjs UI icon alert-warning.svg
- 15:59, 11 January 2026 Rosie talk contribs uploaded File:OOjs UI icon alert-warning.svg
- 15:58, 11 January 2026 Rosie talk contribs created page Template:Localized link (Created page with "<noinclude> <languages/> </noinclude><!-- -->{{#ifeq:{{FULLPAGENAME:{{{1}}}}}|{{FULLPAGENAME:{{translatable}}}}<!--self link (including translation pages)--> |<b> }}<!---->Special:MyLanguage/{{{1}}}|{{#if:{{{2|}}} |{{{2}}} |{{{2|{{#ifexist:Translations:{{#if:{{NAMESPACE:{{{1}}}}}|{{NAMESPACE:{{{1}}}}}:}}{{PAGENAME:{{{1}}}}}/Page display title/{{PAGELANGUAGE}}<!--if the source page, PAGELANGUAGE returns en--> |{{#ifexpr:{{#if:{{{nsp|}}}|1|0}} and {{NAMESPACENUMBER:{...")
- 15:57, 11 January 2026 Rosie talk contribs created page Module:ConvertNumeric/sandbox/doc (Created page with "-")
- 15:57, 11 January 2026 Rosie talk contribs created page Module:ConvertNumeric/sandbox (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] = 'example', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four'...")
- 15:56, 11 January 2026 Rosie talk contribs created page Module:Strip to numbers/doc (Created page with "{{module rating|beta}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> == Usage == This module extracts very basic numeric data from the input, namely the first match for a contiguous simple number, which may include the negative sign and a decimal, but not (yet) any further complexity, such as exponents, variables, etc. Its primary function is accepting data like: * <code>70%</code> * <code>margin-left: 20px;</code> * <code>75.485&...")
- 15:56, 11 January 2026 Rosie talk contribs created page Module:Strip to numbers (Created page with "local p = {} function p.main(frame) local theString = mw.text.unstrip(frame.args[1]) local onlyNumber onlyNumber = (string.match(theString, "%-?[%d%.]+")) checkedNumber = tonumber(onlyNumber) if checkedNumber == nil then error(" Input did not contain valid numeric data") else return checkedNumber end end function p.halve(frame) local checkedNumber = (p.main(frame)) local halvedNumber halvedNumber = (checkedNumber / 2) return halvedNumber end function p.ma...")
- 15:51, 11 January 2026 Rosie talk contribs created page Template:Inline-code (Created page with "<onlyinclude><!-- -->{{#if:{{yesno|{{{nowrap|}}}}}|<templatestyles src="Template:Nowrap/styles.css"/>}}<!-- -->{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|inline=1 {{#if:{{{id|}}}| id = {{{id|}}}}} | class = {{#if:{{yesno|{{{nowrap|}}}}}|nowrap}} {{{class|}}} | style = {{{style|}}} | lang = {{{lang|{{{2|php}}}}}} }}</onlyinclude> {{Documentation}}")
- 15:50, 11 January 2026 Rosie talk contribs created page Module:Calculator/doc (Created page with "-")
- 15:50, 11 January 2026 Rosie talk contribs created page Module:Calculator (Created page with "local Calculator = {} Calculator.__index__ = Calculator function Calculator:new(params) params = params or {} local root = params.root or mw.html.create(getElement(params)) if params.scoped ~= false then root:addClass('calculator-container') :attr('data-calculator-refresh-on-load', boolString(params.refreshOnLoad)) end root:addClass(params.class) :attr('style', params.style) local obj = { root = root, noJSFallback = '', templatestyles = {} } if...")
- 15:49, 11 January 2026 Rosie talk contribs created page Module:ScribuntoUnit/config/doc (Created page with "Configuration for Module:ScribuntoUnit")
- 15:49, 11 January 2026 Rosie talk contribs created page Module:ScribuntoUnit/config (Created page with "-- The cfg table, created by this module, contains all localisable strings and -- configuration, to make it easier to port this module to another wiki. local cfg = {} -- Do not edit this line. -- The successIndicator and failureIndicator are in the first column of the -- wikitable produced as output and indicate whether the test passed. These two -- strings are preprocessed by frame.preprocess. -- successIndicator: if the test passes -- failureIndicator: if the test fa...")
- 15:48, 11 January 2026 Rosie talk contribs created page Module:TNT/config/doc (Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> Optional configuration module for Module:TNT. <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> Category:Modules }}</includeonly><noinclude> [[Category:Module documentation pages{{#translation:}}]] </noinclude>")
- 15:48, 11 January 2026 Rosie talk contribs created page Module:TNT/config (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
- 15:47, 11 January 2026 Rosie talk contribs created page Template:Luai (Created page with "{{inline-code|{{{1}}}|lang="lua"}}<noinclude> {{Documentation|content= <templatedata> { "params": { "1": { "label": "Content", "description": "The Lua code to be displayed.", "type": "string", "required": true } }, "description": "Display Lua code inline with syntax highlighting" } </templatedata> [[Category:Formatting templates{{#translation:}}]] }} </noinclude>")
- 15:46, 11 January 2026 Rosie talk contribs created page Module:Documentation/i18n/doc (Created page with "i18n for Module:Documentation")
- 15:45, 11 January 2026 Rosie talk contribs created page Module:Documentation/i18n (Created page with "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the module...")
- 15:44, 11 January 2026 Rosie talk contribs created page Module:Documentation/config/doc (Created page with "{{module rating|release}} This is the configuration file for Module:Documentation. This file can be edited to allow easy translation/porting of the module to other wikis.")
- 15:44, 11 January 2026 Rosie talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
- 15:44, 11 January 2026 Rosie talk contribs created page Module:Documentation/doc (Created page with "{{Module rating|release}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Documentation/config|Module:Documentation/i18n|Module:Arguments|Module:Message box|Module:Module wikitext|Module:TNT}} {{Uses TemplateStyles|Module:Documentation/styles.css}} {{Uses TNT|Documentation}} This module displays a blue box containing documentation for templates, Special:MyLanguage/Lua s...")
- 15:43, 11 January 2026 Rosie talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -...")
- 15:42, 11 January 2026 Rosie talk contribs created page Template:Documentation subpage (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...")
- 15:42, 11 January 2026 Rosie talk contribs created page Template:Documentation (Created page with "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=...")
- 15:41, 11 January 2026 Rosie talk contribs created page Template:Trim (Created page with "{{#if:{{{1|}}}|{{{1|}}}}}<noinclude>{{doc}}</noinclude>")
- 15:40, 11 January 2026 Rosie talk contribs created page Template:High-risk (Created page with "<noinclude> <languages/> </noinclude>{{#switch:<translate></translate> | = {{ombox | type = content | image = 40px|alt= | imageright = | text = {{#switch:{{NAMESPACE}} |Module={{#if:{{{1|}}} |'''<translate><!--T:3--> This Lua module is used on approximately <tvar name=5>{{formatnum:{{{1}}}}}</tvar> pages.</translate>''' |'''<translate><!--T:9--> This Lua module is used on many pages.</translate>''' }}<!--/#if--> |#d...")