User contributions for Admin

A user with 412 edits. Account created on 24 December 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

29 May 2026

  • 17:1417:14, 29 May 2026 diff hist +3,545 N Module:Namespace detect/config Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." current Tags: Mobile edit Mobile web edit
  • 17:1417:14, 29 May 2026 diff hist +2,569 N Module:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function..." current Tags: Mobile edit Mobile web edit
  • 17:1317:13, 29 May 2026 diff hist +5,992 N Module:Namespace detect Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are..." current Tags: Mobile edit Mobile web edit
  • 17:1217:12, 29 May 2026 diff hist +173 N Template:Namespace detect Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current Tags: Mobile edit Mobile web edit
  • 17:0817:08, 29 May 2026 diff hist +2,044 N Template:Multiple image/styles.css Created page with "{{pp-template}}: this is a block: .multiimageinner { display: flex; flex-direction: column; } .trow { display: flex; flex-direction: row; clear: left; flex-wrap: wrap; width: 100%; box-sizing: border-box; } this is a cell: .tsingle { margin: 1px; float: left; } .theader { clear: both; font-weight: bold; text-align: center; align-self: center; background-color: transparent; width: 100%; } .thumbcaption { background-color: transparent; }..." current Tags: Mobile edit Mobile web edit
  • 17:0717:07, 29 May 2026 diff hist +10,712 N Module:Multiple image Created page with "-- implements template:multiple image local p = {} local autoscaledimages local nonautoscaledimages local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end local function removepx(s) return tostring(s or ''):match('^(.*)[Pp][Xx]%s*$') or s end local function getdimensions(s, w, h) if tonumber(w) and tonumber(h) then nonautoscaledimages = true return tonumber(w), tonumber(h) end local file = s and mw.title.new('File:' .. mw.uri.decod..." current Tags: Mobile edit Mobile web edit
  • 17:0617:06, 29 May 2026 diff hist +131 N Template:Multiple image Created page with "{{#invoke:Multiple image|render}}<noinclude>{{documentation}}<!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE, THANKS --></noinclude>" current Tags: Mobile edit Mobile web edit
  • 17:0517:05, 29 May 2026 diff hist +185 N Template:Elc Created page with "<includeonly><code><nowiki>[[</nowiki>{{{1}}}{{#if:{{{2|}}}|<nowiki>|</nowiki>{{{2}}}}}<nowiki>]]</nowiki>{{{3|}}}</code></includeonly><!-- --><noinclude> {{documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
  • 17:0417:04, 29 May 2026 diff hist +96 N Template:Div col end Created page with "<includeonly></div></includeonly><noinclude> {{Documentation|Template:Div col/doc}} </noinclude>" current Tags: Mobile edit Mobile web edit
  • 17:0317:03, 29 May 2026 diff hist +488 N Template:Div col/styles.css Created page with "{{pp|small=yes}}: .div-col { margin-top: 0.3em; column-width: 30em; } .div-col-small { font-size: 90%; } .div-col-rules { column-rule: 1px solid #aaa; } Reset top margin for lists in div col: .div-col dl, .div-col ol, .div-col ul { margin-top: 0; } Avoid elements breaking between columns See also Template:No col break: .div-col li, .div-col dd { page-break-inside: avoid; Removed from CSS in favor of break-inside c. 2020: break-inside: av..." current Tags: Mobile edit Mobile web edit
  • 17:0217:02, 29 May 2026 diff hist +958 N Template:Div col Created page with "<includeonly><templatestyles src="Div col/styles.css"/><!-- --><div class="div-col {{#ifeq:{{{small|}}}|yes|div-col-small}} {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!-- -->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- -->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- -->}}><!-- -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- Inventory how many pages use small=y..." current Tags: Mobile edit Mobile web edit
  • 16:5716:57, 29 May 2026 diff hist +8,018 N Template:Template rating Created page with "<includeonly>{{#if:{{{1|}}}<!-- Escape empty required first unnamed parameter -->|{{#switch:{{Namespace detect|template=t|module=m|demospace={{{demospace|}}}|page={{{demopage|}}}}} |m |t = <!-- ***** IF IN MODULE OR TEMPLATE NAMESPACE ***** -->{{ombox | type = notice | image = {{#switch: {{lc:{{{1|}}}}} | pre-alpha | prealpha | pa | experimental = 40x40px|link=|alt= | alpha | a =..." current Tags: Mobile edit Mobile web edit
  • 16:5616:56, 29 May 2026 diff hist +41 N Template:Pp Admin moved page Template:Pp to Template:Protection padlock current Tag: New redirect
  • 16:5616:56, 29 May 2026 diff hist 0 m Template:Protection padlock Admin moved page Template:Pp to Template:Protection padlock current Tags: Mobile edit Mobile web edit
  • 16:5516:55, 29 May 2026 diff hist +103 N Template:Protection padlock Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{Documentation}} </noinclude>" Tags: Mobile edit Mobile web edit
  • 16:5316:53, 29 May 2026 diff hist +5,652 N Module:List Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''..." current Tags: Mobile edit Mobile web edit
  • 16:5216:52, 29 May 2026 diff hist +181 N Template:Hlist Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:5116:51, 29 May 2026 diff hist +2,582 N 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..." current Tags: Mobile edit Mobile web edit
  • 16:5016:50, 29 May 2026 diff hist +9,348 N 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'..." current Tags: Mobile edit Mobile web edit
  • 16:4916:49, 29 May 2026 diff hist +182 N 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}} </noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:4916:49, 29 May 2026 diff hist +26 N Template:Category link with count Admin moved page Template:Category link with count to Template:Clc current Tag: New redirect
  • 16:4916:49, 29 May 2026 diff hist 0 m Template:Clc Admin moved page Template:Category link with count to Template:Clc current Tags: Mobile edit Mobile web edit
  • 16:4816:48, 29 May 2026 diff hist +360 N Template:Clc Created page with "[[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude> {{Documentation}} </noinclude>" Tags: Mobile edit Mobile web edit
  • 16:4616:46, 29 May 2026 diff hist +1,105 N Module:Navbar/styles.css Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav..." current Tags: Mobile edit Mobile web edit
  • 16:4516:45, 29 May 2026 diff hist +915 N Module:Navbar/configuration Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis..." current Tags: Mobile edit Mobile web edit
  • 16:4516:45, 29 May 2026 diff hist +5,296 N Module:Navbar Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false..." current Tags: Mobile edit Mobile web edit
  • 16:4416:44, 29 May 2026 diff hist +8,913 N Module:Italic title Created page with "-- This module implements {{italic title}}. require('strict') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do ----------------..." current Tags: Mobile edit Mobile web edit
  • 16:3916:39, 29 May 2026 diff hist −1 Template:Infobox person No edit summary current Tags: Manual revert Mobile edit Mobile web edit
  • 16:3816:38, 29 May 2026 diff hist +425 N Template:Draft other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Draft}} | draft | other }} }} | draft = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:3716:37, 29 May 2026 diff hist +1 Template:Infobox person No edit summary Tags: Reverted Mobile edit Mobile web edit
  • 16:3616:36, 29 May 2026 diff hist −1 Template:Infobox website No edit summary current Tags: Manual revert Mobile edit Mobile web edit
  • 16:3516:35, 29 May 2026 diff hist +178 N Template:Remove first word Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:3416:34, 29 May 2026 diff hist +1 Template:Infobox website No edit summary Tags: Manual revert Reverted Mobile edit Mobile web edit
  • 16:3416:34, 29 May 2026 diff hist +109 N Template:Str left Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:3316:33, 29 May 2026 diff hist +123 N Template:Both Created page with "{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{SAFESUBST:<noinclude />#if:{{{2|}}}|1}}}}<noinclude> {{documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:3216:32, 29 May 2026 diff hist −1 Template:Infobox website No edit summary Tags: Manual revert Reverted Mobile edit Mobile web edit
  • 16:3216:32, 29 May 2026 diff hist +1,053 N Template:ISSN link Created page with "{{#if:{{{1|}}}|{{#if:{{{2|}}}|[https://www.worldcat.org/search?fq=x0:jrnl&q=n2:{{#if:1|{{{1}}}}} {{#if:1|{{{1}}}}}] (print)<includeonly>{{#invoke:check isxn|check_issn|1={{{1|}}}|error={{Please check ISSN}}}}</includeonly>{{{br|<br>}}} [https://www.worldcat.org/search?fq=x0:jrnl&q=n2:{{#if:1|{{{2}}}}} {{#if:1|{{{2}}}}}] (web)<includeonly>{{#invoke:check isxn|check_issn|1={{{2|}}}|error={{Please check ISSN}}}}</includeonly>|[https://www.worldcat.org/search?fq=x0..." current Tags: Mobile edit Mobile web edit
  • 16:3116:31, 29 May 2026 diff hist +127 N Template:Comma separated entries Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|comma|dataPlural=1}}<noinclude> {{documentation}} </noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:3016:30, 29 May 2026 diff hist +1 Template:Infobox website No edit summary Tags: Reverted Mobile edit Mobile web edit
  • 16:2716:27, 29 May 2026 diff hist +628 N Module:Warning Created page with "local libraryUtil = require('libraryUtil') local wrapper = "%s" -- wikitext formatting local msg_loc = "Lua warning in %s at line %d: %s." local msg = "Lua warning: %s." return function (message, level) libraryUtil.checkType('warn', 2, level, 'number', true) level = level or 1 if level > 0 then local _, location = pcall(error, '', level+2) if location ~= '' then location = mw.text.split(location:sub(1,-3), ':%f[%d]') message = msg_loc:format(location[1], l..." current Tags: Mobile edit Mobile web edit
  • 16:2716:27, 29 May 2026 diff hist +1,156 N Module:Error Created page with "-- This module implements {{error}}. local p = {} function p._error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :cssText(args.style) :wikitext(tostring(args.message or args[1] or error('no message specified',..." current Tags: Mobile edit Mobile web edit
  • 16:2616:26, 29 May 2026 diff hist +6,484 N Module:Format link Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(..." current Tags: Mobile edit Mobile web edit
  • 16:2516:25, 29 May 2026 diff hist +555 N 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 causes an 'empty' span between hatnotes: .hatnote + span.mw-empty-elt + .hatnote, remove this selector when Parsoid is the only parser, see also [[phab:T200206]]: .hatnote + link + .hatnote { margin-top:..." current Tags: Mobile edit Mobile web edit
  • 16:2516:25, 29 May 2026 diff hist +6,129 N 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...." current Tags: Mobile edit Mobile web edit
  • 16:2416:24, 29 May 2026 diff hist +171 N Template:Hatnote Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current Tags: Mobile edit Mobile web edit
  • 16:2316:23, 29 May 2026 diff hist +256 N Template:Hidden end Created page with "<includeonly></div></div></includeonly><noinclude> {{hatnote|Templates {{noredirect|Template:End hidden|End hidden}} and {{noredirect|Template:End hidden section|End hidden section}} redirect here.}} {{Documentation|Template:Hidden begin/doc}} </noinclude>" Tags: Mobile edit Mobile web edit
  • 16:2116:21, 29 May 2026 diff hist +413 N Template:Begin hidden/styles.css Created page with "{{pp-template}}: .hidden-begin { box-sizing: border-box; width: 100%; padding: 5px; border: none; font-size: 95%; } .hidden-title { font-weight: bold; line-height: 1.6; text-align: left; } .hidden-content { text-align: left; } [[phab:T360582]]: @media all and ( max-width: 500px ) { .hidden-begin { width: auto !important; clear: none !important; float: none !important; } }" Tags: Mobile edit Mobile web edit
  • 16:2016:20, 29 May 2026 diff hist 0 Template:Hidden begin No edit summary Tags: Mobile edit Mobile web edit
  • 16:1916:19, 29 May 2026 diff hist +970 N Template:Hidden begin Created page with "<includeonly><templatestyles src="Template:Hidden begin/styles.css"/><div class="hidden-begin mw-collapsible {{#ifeq:{{{showhide|{{{toggle}}}}}}|left|mw-collapsible-leftside-toggle}} {{#if:{{{expanded|}}}||mw-collapsed}} {{{class|}}}" style="{{#if:{{{width|}}}|width:{{{width}}};}} {{#if:{{{border|}}}|border:{{{border}}};}} {{#if:{{{bgcolor|}}}|background-color:{{{bgcolor}}};color:inherit;}} {{{style|}}}"><!-- --><div class="hidden-title skin-nightmode-reset-color" style=..." Tags: Mobile edit Mobile web edit
  • 16:1816:18, 29 May 2026 diff hist +435 N Template:Template other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current Tags: Mobile edit Mobile web edit
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)