User contributions for Administrator
Results for Administrator talk block log uploads logs
A user with 325 edits. Account created on 7 July 2025.
8 July 2025
- 20:2520:25, 8 July 2025 diff hist +745 N 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 =..."
- 20:2320:23, 8 July 2025 diff hist +7,871 N Module:Category handler Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia..." current
- 20:2120:21, 8 July 2025 diff hist +18,677 N Module:Message Box Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------..." current
- 20:2120:21, 8 July 2025 diff hist −1,296 Module:TableTools No edit summary current
- 20:1920:19, 8 July 2025 diff hist +458 N Module:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then -- perf optimization here and below: do not load Module:TNT unless there is an error error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error(require('Module:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2) end rawset(t, k, v) end setmetatable(_G, mt)" current
- 20:1920:19, 8 July 2025 diff hist +3,317 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext..."
- 20:1020:10, 8 July 2025 diff hist +5 Arkaudia No edit summary Tags: Reverted Visual edit: Switched
- 20:0820:08, 8 July 2025 diff hist +218 N Template:Plainlist/styles.css Created page with "→{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; →Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }"
- 20:0720:07, 8 July 2025 diff hist +280 N Template:Plainlist Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>" current
- 20:0720:07, 8 July 2025 diff hist +5,565 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
- 20:0620:06, 8 July 2025 diff hist +2,922 N Template:Hlist/styles.css Created page with "→{{pp-protected|reason=match parent|small=yes}}: →* hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[MediaWiki talk:Common.css/to do#hlist-separated]]: /* * TODO: When the majority of readership supports it (or s..."
- 20:0620:06, 8 July 2025 diff hist −187 Template:Hlist No edit summary
- 20:0520:05, 8 July 2025 diff hist +183 Template:Hlist No edit summary
- 20:0420:04, 8 July 2025 diff hist +185 N Template:Hlist Created page with "{{#switch: {{NAMESPACE}} | #default = <div class="hlist {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}> {{{1|}}} </div> }} <noinclude> {{documentation}} </noinclude>" Tag: Recreated
- 19:5519:55, 8 July 2025 diff hist +2,922 N Hlist/styles.css Created page with "→{{pp-protected|reason=match parent|small=yes}}: →* hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[MediaWiki talk:Common.css/to do#hlist-separated]]: /* * TODO: When the majority of readership supports it (or s..." current
- 19:5419:54, 8 July 2025 diff hist +2,112 N Module:Infobox/styles.css Created page with "→{{pp|small=y}}: →* This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See [[MediaWiki talk:Common.css/to do#Infobox]] * DO NOT ADD THEM HERE: →* not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; borde..."
- 19:5419:54, 8 July 2025 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
- 19:5319:53, 8 July 2025 diff hist +1,092 N Module:Exponential search Created page with "-- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i, low..." current
- 19:5319:53, 8 July 2025 diff hist +16,577 N Module:TableTools Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke...."
- 19:5219:52, 8 July 2025 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
- 19:5119:51, 8 July 2025 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..."
- 19:5019:50, 8 July 2025 diff hist +391 Arkaudia No edit summary Tag: Reverted
- 19:5019:50, 8 July 2025 diff hist −1,101 Arkaudia Blanked the page Tags: Blanking Manual revert Visual edit: Switched
- 19:5019:50, 8 July 2025 diff hist −100 Arkaudia No edit summary Tag: Reverted
- 19:4519:45, 8 July 2025 diff hist +3,339 N Module:Check for Unknown Parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing..." current
- 19:4319:43, 8 July 2025 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'..."
- 19:3919:39, 8 July 2025 diff hist +15,898 Module:Infobox No edit summary
- 08:5108:51, 8 July 2025 diff hist −324 Template:Documentation Blanked the page current Tag: Blanking
- 08:5108:51, 8 July 2025 diff hist +2 Template:Documentation No edit summary
- 08:5008:50, 8 July 2025 diff hist +322 N Template:Documentation Created page with "<noinclude>{{pp-template}}</noinclude> <div class="documentation-box"> <div class="documentation-header"> {{#if:{{{header|}}}|{{{header}}}|Template documentation}} </div> <div class="documentation-content"> {{{content|{{Documentation subpage}}}}} </div> </div> <noinclude> Category:Documentation templates </noinclude>"
- 08:4108:41, 8 July 2025 diff hist +155 N Template:Collapse top Created page with "<div class="mw-collapsible mw-collapsed"> <div class="mw-collapsible-toggle-label"> {{{title|Click to expand}}} </div> <div class="mw-collapsible-content">" current
- 08:3908:39, 8 July 2025 diff hist +179 N Template:Documentation subpage Created page with "<!-- This is a documentation subpage. It is transcluded onto the main template page. --> <!-- No visible content is usually needed here, but it can be used for categorization. -->" current
- 08:3308:33, 8 July 2025 diff hist +1,072 N Module:Template display Created page with "-- Module:Template display -- A simplified module to display template documentation boxes. -- Based on a common pattern used on Wikipedia. local p = {} function p.main(frame) local args = frame.args local template_name = args.template or 'Template' local description = args.description or '' local parameters = args.parameters or '' local style = args.style or '' local content = args.content or '' local output = '<div class="template-display-..." current
- 08:2908:29, 8 July 2025 diff hist +1,269 Module:Infobox No edit summary
- 08:2008:20, 8 July 2025 diff hist +3,366 N Module:Infobox Created page with "-- Module:Infobox -- A simplified Lua module to generate infobox tables for country data. local p = {} -- Function to generate a single row in the infobox local function makeRow(label, value) if value and value ~= '' then return '|- \n! scope="row" | ' .. label .. ' \n| ' .. value .. '\n' else return '' -- Return empty string if value is nil or empty end end -- Main function to build the infobox function p.main(frame) local args = frame..."
- 07:0007:00, 8 July 2025 diff hist +162 Arkaudia No edit summary Tag: Reverted
- 06:4906:49, 8 July 2025 diff hist +1,039 Arkaudia No edit summary Tag: Reverted
- 06:3106:31, 8 July 2025 diff hist −7,528 Arkaudia Blanked the page Tag: Blanking
- 06:3106:31, 8 July 2025 diff hist +7,528 N Arkaudia Created page with "{{Infobox country |conventional_long_name = <!--Formal or official full name of the country in English--> |native_name = <!--Country's name (usually full name) in its native language, hence in italics (double quotemarks)--> |common_name = <!--Common name in English (used for wikilinks and to produce a default iso3166 code)--> |image_flag = <!--e.g. Flag of country.svg--> |alt_flag = <!--alt text for flag (text shown when pointer hovers ove..." Tag: Visual edit: Switched
- 06:2106:21, 8 July 2025 diff hist 0 MediaWiki:Common.css No edit summary
- 06:2106:21, 8 July 2025 diff hist +237 MediaWiki:Common.css No edit summary
- 06:1906:19, 8 July 2025 diff hist +38 MediaWiki:Common.css No edit summary
- 06:1706:17, 8 July 2025 diff hist −4 MediaWiki:Common.css No edit summary
- 06:1506:15, 8 July 2025 diff hist −3 MediaWiki:Common.css No edit summary
- 06:1506:15, 8 July 2025 diff hist +132 MediaWiki:Common.css No edit summary
- 06:1106:11, 8 July 2025 diff hist 0 MediaWiki:Common.css No edit summary Tag: Manual revert
- 06:1106:11, 8 July 2025 diff hist 0 MediaWiki:Common.css No edit summary Tag: Reverted
- 06:1106:11, 8 July 2025 diff hist 0 MediaWiki:Common.css No edit summary
- 06:1006:10, 8 July 2025 diff hist 0 MediaWiki:Common.css No edit summary
- 06:1006:10, 8 July 2025 diff hist −1 MediaWiki:Common.css No edit summary