Jump to content

Main public logs

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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 18:25, 11 January 2026 Rosie talk contribs created page Module:Page (Created page with "local callAssert = require('Module:CallAssert') local function main(frame, field) local args, pargs = frame.args, ( frame:getParent() or {} ).args or {} local makeTitle=args.makeTitle or pargs.makeTitle local namespace=args.namespace or pargs.namespace or "" local fragment=args.fragment or pargs.fragment or "" local interwiki=args.interwiki or pargs.interwiki or "" local page=args.page or args[1] or pargs.page or pargs[1] or "" local id= tonumber( args.id or parg...")
  • 18:24, 11 January 2026 Rosie talk contribs created page Template:Find page text (Created page with "{{#invoke:String|findpagetext}}<noinclude> {{documentation}} </noinclude>")
  • 18:24, 11 January 2026 Rosie talk contribs created page Module:Toolbar (Created page with "-- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require('Module:Yesno') local p = {} function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame, { wrappers = { 'Template:Toolbar', }, }) return p._main(args) end function p._main(args) local toolbarItems = p.makeToolbarItems(args) if not toolbarItems th...")
  • 18:23, 11 January 2026 Rosie talk contribs created page Template:Toolbar (Created page with "<onlyinclude>{{<includeonly>safesubst:</includeonly>#invoke:Toolbar|main}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
  • 18:23, 11 January 2026 Rosie talk contribs created page Module:TEMPLATENAME (Created page with "local p = {} function p.main(frame) return frame:getParent():getTitle() end return p")
  • 18:22, 11 January 2026 Rosie talk contribs created page Module:If in page (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs --args: 1 - ustring pattern, 2 - value if present, 3 - value if absent, -- page - page to test if not this page function p._main(args) if not args["page"] then args.page = mw.title.getCurrentTitle().fullText end local page = mw.title.new(args.page) if not page then --bad title return args["3"] or "" end local content = page:getContent() if not content then --page does not exist retu...")
  • 18:22, 11 January 2026 Rosie talk contribs created page Template:If in page (Created page with "{{safesubst:<noinclude />#invoke:If in page|main}}<noinclude> {{documentation}}</noinclude>")
  • 18:22, 11 January 2026 Rosie talk contribs created page Template:NOINDEX (Created page with "<onlyinclude><includeonly>__NOINDEX__</includeonly></onlyinclude> {{Documentation}}")
  • 18:22, 11 January 2026 Rosie talk contribs created page Module:Time ago (Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --...")
  • 18:21, 11 January 2026 Rosie talk contribs created page Template:Time ago (Created page with "{{#invoke:Time ago|main}}<noinclude> {{documentation}} <!-- Categories go in the /doc subpage and interwikis go in Wikidata. --> </noinclude>")
  • 18:21, 11 January 2026 Rosie talk contribs created page Template:Em (Created page with "<em {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, not here! --> <templatedata> { "params": { "1": { "label": "Text", "description": "Text to be emphasized", "required": true }, "class": { "label": "Custom CSS classes", "description": "takes a class name (or mul...")
  • 18:21, 11 January 2026 Rosie talk contribs created page Module:Suppress categories (Created page with "-- This is a simple module to strip categories from wikitext. It does -- not support nested links or magic words like __TOC__, etc. Even so, -- it should still handle most categories. local p = {} -- Detects if a category link is valid or not. If it is valid, -- the function returns the blank string. If not, the input -- is returned with no changes. local function processCategory( all, submatch ) local beforePipe = mw.ustring.match( submatch, '^(.-)[%s_]*|[%s_]*.-$...")
  • 18:20, 11 January 2026 Rosie talk contribs created page Template:Suppress categories (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:Suppress categories|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 18:20, 11 January 2026 Rosie talk contribs created page Template:R from move/Cross-namespace (Created page with "<includeonly>Category:Redirects from moves from mainspace to R2 namespaces{{#if: <!-- If the page starts with the wikitext of a new move redirect --> {{#ifeq:{{Find page text|%#REDIRECT %[%[.*%]%]%s+%{%{Redirect category shell{{!}}%s+%{%{R from move/?s?a?n?d?b?o?x?%}%}%s+%}%}|plain=false}}|1|true}} <!-- or if transcluded on this page for demonstration --> {{#switch:{{PAGENAME}} |R from move/Cross-namespace |R from move/Cross-namespace/doc=true |#default=}} <!-- then...")
  • 18:19, 11 January 2026 Rosie talk contribs created page Template:Target of (Created page with "<includeonly>{{safesubst:<noinclude/>#invoke:Redirect|main|fulltext=1|{{{1|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 18:19, 11 January 2026 Rosie talk contribs created page Template:Str left (Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 18:18, 11 January 2026 Rosie talk contribs created page Template:R from move/except (Created page with "<noinclude>This is the exception page for {{tl|R from move}}. This page makes exceptions that include certain pages that should not inhabit either {{cat|Unsynchronized talk page redirects}} or {{cat|Redirects from moves}}. If necessary, new exceptions may be added with no need to edit the main template, {{tl|R from move}}. </noinclude>{{#switch: {{FULLPAGENAME}} |MediaWiki:Move-redirect-text= |Template:R from move/except= |#default=Category:Redirects from moves }}{...")
  • 18:17, 11 January 2026 Rosie talk contribs created page Template:Small (Created page with "<span style="font-size:85%;">{{{1}}}</span><includeonly>{{SAFESUBST:#if:{{{1|}}}||Category:Pages using small with an empty input parameter}}</includeonly><noinclude> {{Documentation}}<!--Categories and interwikis go in the /doc sub-page.--> </noinclude>")
  • 18:17, 11 January 2026 Rosie talk contribs created page Template:This is a redirect/rcat (Created page with "{{#ifeq:{{NAMESPACE}}|Template talk||'''{{small|When used inside the {{Tl|Redirect category shell}} template:}}}}''' {{Mbox | name = This is a redirect/rcat | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = '''This page is a redirect. <small>The following categories are used to trac...")
  • 18:17, 11 January 2026 Rosie talk contribs created page Module:Redirect template (Created page with "require('strict') local p = {} -- key is beginning of arg name. value is table with namespace number and link -- alternatively, a function taking the namespace number and returning a validity -- can be used local namespaceCategories = { all = { function() return true end }, main = { 0, 'main' }, help = { 12, 'help' }, portal = { 100, 'portal' }, mos = { 126, 'MOS' }, talk = { function(n) re...")
  • 18:16, 11 January 2026 Rosie talk contribs created page Template:Redirect template (Created page with "{{#invoke:Redirect template|main}}<noinclude> {{Documentation}}</noinclude>")
  • 18:16, 11 January 2026 Rosie talk contribs created page Template:R from move (Created page with "<noinclude>{{hatnote|This rcat template is automatically added to all new redirects that result from page moves; it must be added manually to older redirects when appropriate.}}{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from move |name=From a page move |from=a page that has been moved (renamed) |info=This page was kept as a redirect to avoid breaking links, both internal and external, that may have been made to the old page name. |all cat...")
  • 18:15, 11 January 2026 Rosie talk contribs created page Template:Maroon (Created page with "<span style="color: Maroon;">{{{1}}}</span><noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> {{Documentation}}</noinclude>")
  • 18:15, 11 January 2026 Rosie talk contribs created page Template:Ml (Redirected page to Template:Module link) Tag: New redirect
  • 18:14, 11 January 2026 Rosie talk contribs created page Template:Module link (Created page with "<includeonly>{{{{{{{|safesubst:}}}#invoke:Separated entries|main|[[Module:{{{1}}}{{{section|}}}|#invoke:{{{1}}}]]|{{{2|''function''}}}|separator=|}}}}</includeonly><noinclude>{{documentation}}<!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 18:12, 11 January 2026 Rosie talk contribs created page Template:Machine learning (Created page with "{{Sidebar with collapsible lists | name = Machine learning | pretitle = Part of a series on | title = Machine learning<br/>and data mining | imagestyle = | headingstyle = | titlestyle = | listtitlestyle = border-top:1px solid #aaa; text-align:center;background-color:#e0e0e0; | listclass = hlist | expanded = {{{expanded|{{{1|none}}}}}} | list1title = Paradigms | list1name = Paradigms | list1class = machine-learning-list-title | list1 = * Supervised learning...")
  • 18:12, 11 January 2026 Rosie talk contribs created page Template:Dir (Created page with "{{#ifeq:{{#dir:{{{lang|{{{1|{{int:lang}}}}}}}}}}|rtl|{{{2|{{{rtl|rtl}}}}}}|{{{3|{{{ltr|ltr}}}}}}}}<noinclude> {{Documentation}} </noinclude>")
  • 18:08, 11 January 2026 Rosie talk contribs created page Template:Further (Created page with "<noinclude> <languages/> </noinclude><translate> <!--T:1--> :''For further information, see <tvar name=1>{{{1}}}</tvar>'' </translate><noinclude> {{documentation|content= {{Hatnote templates}} <translate> == Usage == <!--T:2--> <!--T:3--> * Use commas and joining words like "and" or "or" as separators. </translate> <syntaxhighlight lang=moin> <translate nowrap> <!--T:5--> {{Further|Article 1, Article 2, and Article 3}} </translate> </syn...")
  • 18:08, 11 January 2026 Rosie talk contribs created page Template:) (Created page with "<onlyinclude>}</onlyinclude> {{Documentation}}")
  • 18:07, 11 January 2026 Rosie talk contribs created page File:Lua-Logo.svg
  • 18:07, 11 January 2026 Rosie talk contribs uploaded File:Lua-Logo.svg
  • 18:07, 11 January 2026 Rosie talk contribs created page Module:See also (Created page with "local p = {} local lang = require('Module:Template translation').getLanguage() local frame = mw.getCurrentFrame() local function msg(name) return mw.message.new(name):inLanguage(lang):plain() end local function generateLink(i, args) local title = args[i] local linktext = args['label ' .. tostring(i)] or args['l' .. tostring(i)] or nil if args.ll then return frame:expandTemplate{ title = 'll', args = { title, linktext } } else if linktext then return string...")
  • 18:06, 11 January 2026 Rosie talk contribs created page Module:Hatnote/styles.css (Created page with "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of [[Module:Hatnote inline]]: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; } @media print { body.ns-0 .hatnote { display: none !impo...")
  • 18:06, 11 January 2026 Rosie talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
  • 18:04, 11 January 2026 Rosie talk contribs created page Template:Rellink (Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 18:04, 11 January 2026 Rosie talk contribs created page Template:See also (Created page with "<languages/> <onlyinclude>{{rellink|extraclasses=mw-tpl-seealso|{{{altphrase|<translate><!--T:1--> See also</translate>}}}{{msgnw:int:colon-separator/{{TRANSLATIONLANGUAGE}}}}{{#invoke:See also|main<noinclude>|1={{{1}}}</noinclude>|msg-empty-array='''<translate><!--T:2--> Error: [[<tvar name=1>Special:MyLanguage/Template:See also</tvar>|Template must be given at least one article name]]</translate>'''}}}}</onlyinclude> {{Documentation|content= {{Lua|Module:See also}} {{H...")
  • 18:04, 11 January 2026 Rosie talk contribs created page Template:See (Created page with "<noinclude> <languages /> </noinclude><includeonly><!-- -->{{rellink|1=<translate><!--T:1--> Further information:</translate> [[{{{1<noinclude>|Example</noinclude>}}}]]<!-- -->{{#if: {{{3|}}}|{{int|comma-separator}}}}{{#if: {{{2{{{3|}}}|}}}|<nowiki/>{{int|word-separator}}{{int|and}}}}{{#if: {{{2|}}}|<nowiki/>{{int|word-separator}}[[{{{2|}}}]]}}<!-- -->{{#if: {{{3|}}}|{{int|comma-separator}}}}{{#if: {{{3{{{4|}}}|}}}|<nowiki/>{{int|word-separator}}{{int|and}}}}{{#if: {{{3|...")
  • 18:03, 11 January 2026 Rosie talk contribs created page Template:For (Created page with "<noinclude> <languages/> </noinclude><!-- -->{{Hatnote|1= {{tmpl|0=<translate><!--T:1--> For {{<tvar name=1>#if:{{{1|}}}|{{{1}}}</tvar>|other uses}}, see: <tvar name=2>$2</tvar>.</translate> |2=[[:{{{2|{{PAGENAME}} (disambiguation)}}}]]<!-- -->{{#if:{{{3|}}} |{{#if:{{{4|}}} |{{int|comma-separator}} |<nowiki/>{{int|and}}{{int|word-separator}} }} [[:{{{3}}}]] }}<!-- -->{{#if:{{{4|}}} |{{#if:{{{5|}}} |{{int|comma-separator}} |<nowiki/>{{int|and}}{{...")
  • 18:03, 11 January 2026 Rosie talk contribs created page Template:Main (Created page with "<noinclude> <languages/> </noinclude><includeonly>{{hatnote|extraclasses=relarticle mainarticle|1={{#ifeq:{{SUBJECTSPACE}}|Category |{{#if:{{{2|}}} |<translate><!--T:12--> The main pages for this [[<tvar name=cats-help>Special:MyLanguage/Help:Categories</tvar>|category]] are</translate> |<translate><!--T:18--> The main page for this [[<tvar name=cats-help>Special:MyLanguage/Help:Categories</tvar>|category]] is</translate> }} |{{#if:{{{2|}}} |<translate><!--T:13--...")
  • 18:03, 11 January 2026 Rosie talk contribs created page Template:Sidebar/styles.css (Created page with ".tpl-sidebar { background-color: var( --background-color-interactive-subtle, #f8f9fa ); border: 1px solid var( --border-color-divider, #a2a9b1 ); color: var( --color-base, #202122 ); width: 22em; padding: .2em; text-align: center; line-height: 1.4em; font-size: 88%; } .tpl-sidebar-pagedir-ltr, .tpl-sidebar.tpl-sidebar-floatright { @noflip: float: right; @noflip: clear: right; @noflip: margin: .5em 0 1em 1em; } .tpl-sidebar-pagedir-rtl, .tpl-s...")
  • 18:02, 11 January 2026 Rosie talk contribs created page Template:Sidebar (Created page with "<onlyinclude><templatestyles src="Sidebar/styles.css" /><table class="vertical-navbox tpl-sidebar tpl-sidebar-pagedir-{{dir|{{pagelang}}}} {{#switch:{{{float|}}}|left|right|none=tpl-sidebar-float{{{float}}}}} {{#ifeq:{{{wraplinks|}}}|true||nowraplinks}} {{{bodyclass|{{{class|}}}}}}" role="navigation" style="width:{{#if:{{{width|}}}|{{{width}}}|22em}}; border-spacing: {{#if:{{{cellspacing|}}}|{{{cellspacing}}}|0.4em 0}}; {{{bodystyle|{{{style|}}}}}}">{{#if: {{{outertitle|...")
  • 18:02, 11 January 2026 Rosie talk contribs created page Template:Hatnote templates (Created page with "<onlyinclude>{{sidebar|name=Hatnote templates |title=Hatnote templates |titlestyle=font-size:125%; |style= |headingstyle=font-size:105%; font-weight:normal; text-align:left; padding-bottom:0.2em; padding-top:0.3em; |contentstyle=text-align:left; padding-left:0.3em; |heading1=<code>{{tlx|Main|$1|$2|$3|etc.}}</code> |content1={{Main|$1|$2|$3|etc.}} |heading2=<code>{{tlx|For|$1|$2}}</code> |content2={{for|$1|$2}} |heading3=<code>{{tlx|For|2{{=}}$2|3{{=}}$3|4{{=}}etc.}}</cod...")
  • 18:00, 11 January 2026 Rosie talk contribs created page Template:( (Created page with "<onlyinclude>{</onlyinclude> {{Documentation}}")
  • 17:58, 11 January 2026 Rosie talk contribs created page Template:TNTN (Redirected page to Template:Translatable template name) Tag: New redirect
  • 17:57, 11 January 2026 Rosie talk contribs created page Template:Tsh (Redirected page to Template:Template shortcut) Tag: New redirect
  • 17:57, 11 January 2026 Rosie talk contribs created page Template:Template shortcut (Created page with "<languages /> <onlyinclude>{{#tag:indicator|{{Badge|content=<translate><!--T:1--> {{<tvar name=1>PLURAL:<includeonly>{{#invoke:Loops|numArgs}}</includeonly><noinclude>1</noinclude></tvar>|shortcut|shortcuts}}:</translate> <!-- --><noinclude>{{mono|nowrap=1|{{{{No redirect|Template:tsh|tsh}}}}}}</noinclude><!-- -->{{#invoke:Loops|forNumArgs| {{mono|nowrap=1|{{#if:{{yesno|{{{target|}}}}}<!-- -->|²{tl¦$1}²<!-- -->|{{²{No redirect¦Templat...")
  • 17:56, 11 January 2026 Rosie talk contribs created page Template:Translatable template name (Created page with "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:Template translation{{{sandbox|}}}|getTranslatedTemplate|uselang={{{uselang|}}}|tntns={{{tntns|{{{namespace|}}}}}}|template={{#if:{{{noshift|}}}|{{{template}}}|{{{1}}}}}|noshift={{{noshift|}}}<!-- there are no other parameters here -->}}</includeonly><noinclude> {{documentation|content= {{High-use|15000}} {{tsh|TNTN|tntn}} {{Lua|Module:Template translation}} <translate> == Purpose == <!--T:1--> </translate> <t...")
  • 17:55, 11 January 2026 Rosie talk contribs created page Template:Ll (Redirected page to Template:Localized link) Tag: New redirect
  • 17:55, 11 January 2026 Rosie talk contribs created page Module:Aligned table (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
  • 17:54, 11 January 2026 Rosie talk contribs created page Template:Aligned table (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)