User contributions for Pumpkin
11 January 2026
- 19:1619:16, 11 January 2026 diff hist +266 N Module:Self/styles.css Created page with "→{{pp-template}}: .wp-tmpl-self-license-wrapper { margin:0.5em auto; width:90%; background-color: var(--background-color-interactive-subtle, #f0f0f0); color: var(--color-base, #000); border:2px solid var(--border-color-interactive, #aaaaaa); padding:2px; }"
- 19:1419:14, 11 January 2026 diff hist +303 N Module:Self/license migration data.json Created page with "{ "cc-by-sa-4.0,3.0,2.5,2.0,1.0": "redundant", "cc-by-3.0": "redundant", "cc-by-sa-all": "redundant", "cc-by-sa-any": "redundant", "cc-by-sa-3.0,2.5,2.0,1.0": "redundant", "cc-by-sa-3.0-migrated": "redundant", "cc-by-sa-3.0": "redundant", "cc-by-4.0": "redundant", "cc-by-sa-4.0": "redundant" }"
- 19:1319:13, 11 January 2026 diff hist +2,794 N Module:Self Created page with "local p = {} function p.decide_migration(args) if args['migration'] then return args['migration'] end local licsense_migration_data = mw.loadJsonData( 'Module:Self/license_migration_data.json') for _, template_name in ipairs(args) do local migration_data = licsense_migration_data[string.lower(template_name)] if migration_data == 'redundant' then return migration_data end end return '' end function p.setup_template_params(template_name, frame, args, mi..."
- 19:1219:12, 11 January 2026 diff hist +3,948 N Module:Unsubst Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif..."
- 19:1219:12, 11 January 2026 diff hist +333 N Template:Self Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__|$B= {{#invoke:self|main}} <includeonly>{{file other|{{#if:{{{author|}}}|{{PAGENAME}}|{{PAGENAME}}}}}}</includeonly> }}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage --> </noinclude>" current
- 19:1119:11, 11 January 2026 diff hist +3,803 N MediaWiki:Licenses Created page with "*subst:No license from license selector|Don't know|I do not know the license *subst:No license from license selector|Somewebsite|Found the image somewhere *subst:Permission from license selector|The copyright holder gave me permission to use this work only in Wikipedia articles *subst:Non-commercial from license selector|The copyright holder only allows this work to be used for non-commercial and/or educational purposes * Your own work: ** Allow non-commercial use, comme..." current
- 19:0919:09, 11 January 2026 diff hist −37 Template:TB header No edit summary current
- 19:0419:04, 11 January 2026 diff hist +19,366 N Module:String Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c..."
- 19:0119:01, 11 January 2026 diff hist −59 Sanarchive:Selected anniversaries/January 11 No edit summary current
- 19:0019:00, 11 January 2026 diff hist 0 N File:Eric Hebborn forgeries.jpg No edit summary current
- 18:5818:58, 11 January 2026 diff hist +836 N Sanarchive:Selected anniversaries/January 11 Created page with "{{TB header|day=11 January|special=Major events in the arts}} {{TB image|Eric_Hebborn_forgeries.jpg}} *1911 – The Second Post‑Impressionist Exhibition açıldı; 20. yüzyıl modern sanatının İngiltere’de tanınmasında bu sergi önemli bir kilometre taşıdır. *1928 – Meksikalı ressam Diego Rivera, San Francisco Sanat Enstitüsü’nde kişisel bir sergi açtı; Latin Amerika sanatının uluslararası tanınmasında etkili oldu. *1996 – İngi..."
- 16:5116:51, 11 January 2026 diff hist +3,825 N Module:Submit an edit request Created page with "-- This module implements {{Submit an edit request}}. local CONFIG_MODULE = 'Module:Submit an edit request/config' -- Load necessary modules local mRedirect = require('Module:Redirect') local cfg = mw.loadData(CONFIG_MODULE) local effectiveProtectionLevel = require('Module:Effective protection level')._main local escape = require("Module:String")._escapePattern local lang = mw.language.getContentLanguage() local p = {} local validLevels = { semi = 'semi', extended..."
- 16:5116:51, 11 January 2026 diff hist +22,838 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 ---------------------------------------------------------------------------..."
- 16:4916:49, 11 January 2026 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 =..."
- 16:4916:49, 11 January 2026 diff hist +2,544 N Module:File link Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in..."
- 16:4816:48, 11 January 2026 diff hist +1,494 N Module:Effective protection expiry Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto..."
- 16:4816:48, 11 January 2026 diff hist +3,660 N Module:Effective protection level Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local level..."
- 16:4716:47, 11 January 2026 diff hist +46,659 N Module:Protection banner/config Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear..."
- 16:4616:46, 11 January 2026 diff hist +26,590 N Module:Protection banner Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and..."
- 16:4216:42, 11 January 2026 diff hist 0 m Main Page Protected "Main Page": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 14:1214:12, 11 January 2026 diff hist +313 MediaWiki:Common.css No edit summary
- 14:1214:12, 11 January 2026 diff hist +223 MediaWiki:Common.js No edit summary
- 14:0914:09, 11 January 2026 diff hist +527 MediaWiki:Common.js No edit summary
- 14:0814:08, 11 January 2026 diff hist +460 MediaWiki:Common.css No edit summary
- 14:0514:05, 11 January 2026 diff hist +679 N MediaWiki:Common.js Created page with "$(function() { // Kullanıcı tr wiki’de mi yoksa en wiki’de mi kontrol ediyoruz var host = window.location.hostname; var langMenu = $('<div id="languageMenu"></div>'); if(host === "tr.sanarsiv.org") { langMenu.append('<a href="https://tr.sanarsiv.org">Türkçe</a>'); langMenu.append('<a href="https://en.sanarsiv.org/' + mw.config.get("wgPageName") + '">English</a>'); } else if(host === "en.sanarsiv.org") { langMenu.append..."
- 14:0514:05, 11 January 2026 diff hist +362 MediaWiki:Common.css No edit summary
- 13:3913:39, 11 January 2026 diff hist +52 N MediaWiki:Common.css Created page with "#p-logo a img { width: 30px; height: 30px; }"
10 January 2026
- 18:4818:48, 10 January 2026 diff hist 0 N File:Barbara Hepworth sculpture.jpg No edit summary current
- 18:4718:47, 10 January 2026 diff hist +245 N Template:Abbr Created page with "<abbr {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} title="{{#tag:nowiki|{{#invoke:String|replace|{{{2|}}}|"|"}}}}">{{{1|}}}</abbr><noinclude>{{Documentation}} </noinclude>" current
- 18:4618:46, 10 January 2026 diff hist −24 Sanarchive:Selected anniversaries/January 10 No edit summary current
- 18:4618:46, 10 January 2026 diff hist +685 N Template:SelAnnivAbbr Created page with "{{#switch:{{{1}}} |b={{abbr|b.|born}} {{{2}}} |baptized={{abbr|bapt.|baptized}} {{{2}}} |baptised={{abbr|bapt.|baptised}} {{{2}}} |d={{abbr|d.|died}} {{{2}}} |dis={{abbr|dis.|disappeared}} {{{2}}} |bur={{abbr|bur.|buried}} {{{2}}} |int={{abbr|int.|interred}} {{{2}}} |b.or={{abbr|b.|born}} {{#invoke:string|replace|{{{2}}}|;.| or |1|false}} |d.or={{abbr|d.|died}} {{#invoke:string|replace|{{{2}}}|;.| or |1|fal..." current
- 18:4518:45, 10 January 2026 diff hist +2,871 N Template:Hlist/styles.css Created page with "→* 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 some beautiful world * in which grade C support is ab..." current
- 18:4418:44, 10 January 2026 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...."
- 18:4418:44, 10 January 2026 diff hist +5,643 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 = ''..."
- 18:4318:43, 10 January 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
- 18:4218:42, 10 January 2026 diff hist +309 N Template:Birthdeath Created page with "{{hlist|style=margin-top: 0.5em;|{{{1}}} ({{SelAnnivAbbr|{{{2}}}|{{{3}}}}})|{{#if: {{{4|}}}|{{{4}}} ({{SelAnnivAbbr|{{{5}}}|{{{6}}}}})|}}|{{#if: {{{7|}}}|{{{7}}} ({{SelAnnivAbbr|{{{8}}}|{{{9}}}}})|}}|{{#if: {{{10|}}}|{{{10}}} ({{SelAnnivAbbr|{{{11}}}|{{{12}}}}})|}}}}<noinclude> {{documentation}} </noinclude>" current
- 18:4218:42, 10 January 2026 diff hist −272 Sanarchive:Selected anniversaries/January 10 No edit summary
- 18:4118:41, 10 January 2026 diff hist +82 N Template:TB image Created page with "<div style="float:right;margin-left:0.5em"> [[File:{{{1|}}}|{{{2|100px}}}]] </div>" current
- 18:4018:40, 10 January 2026 diff hist 0 Template:TB header No edit summary
- 18:4018:40, 10 January 2026 diff hist +165 N Template:TB header Created page with "'''[[<noinclude>1 Ocak|</noinclude>{{#if:{{{gün|}}}|{{{gün}}}|{{ALTSAYFAADI}}}}]]''':{{#if:{{{özel|}}}| {{{özel}}}}}<noinclude>{{documentation}}</noinclude>"
- 18:3918:39, 10 January 2026 diff hist +1,072 N Sanarchive:Selected anniversaries/January 10 Created page with "<noinclude>{{../doc|month=January}}</noinclude> {{TB header|day=10 January|special=Major events in the arts}} {{TB image|Barbara_Hepworth_sculpture.jpg}} *1903 – English sculptor Barbara Hepworth, an important figure in modern sculpture whose abstract works influenced 20th‑century public art, was born. ([britannica.com](https://www.britannica.com/more-on-this-day/January-10?utm_source=chatgpt.com)) *1824 – French painter and sculptor Jean‑Léon Gérôme,..."
- 16:2916:29, 10 January 2026 diff hist +8 Main Page No edit summary
- 14:4614:46, 10 January 2026 diff hist +1,194 N Module:Documentation/styles.css Created page with "→{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; color:inherit; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; →same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; →same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px;..."
- 14:4614:46, 10 January 2026 diff hist +17,768 N 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. ---------------------------------------------------------------------------------..."
- 14:4514:45, 10 January 2026 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'..."
- 14:4414:44, 10 January 2026 diff hist +35,178 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in..."
- 14:4314:43, 10 January 2026 diff hist +151 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>" current
- 14:4214:42, 10 January 2026 diff hist +593 N Template:Main Page banner Created page with "<!-- Please note - this template is shown on the Main Page, and any changes or screw-ups you make will appear there immediately. Make changes very carefully, and always use the Show Preview button to make sure your changes turn out properly. To make this template appear on the Main Page, add *plaintext* (with wikimarkup etc) between this comment and the next. Formatting is added in the Main Page code itself. --><!-- Add your new content between this comment and th..." current
- 14:3814:38, 10 January 2026 diff hist 0 N File:Jean-Léon Gérôme - Self-Portrait - WGA08651.jpg No edit summary current
- 11:4011:40, 10 January 2026 diff hist +2,432 Main Page No edit summary