User contributions for Sware
16 September 2025
- 17:3217:32, 16 September 2025 diff hist +141 N MediaWiki:Gadget-OrangeLinks Created page with "OrangeLinks: colour links orange if the target language is missing on an existing page"
- 17:3117:31, 16 September 2025 diff hist +2,908 N MediaWiki:Gadget-OrangeLinks.js Created page with "// <nowiki> let actionAPI = new mw.Api({ ajax: { headers: { "Api-User-Agent": "Gadget developed by User:Ioaxxere" } } }); let HTML_unescape = text => new DOMParser().parseFromString(text, "text/html").body.textContent; // Why isn't this a builtin...? function getTitleAndAnchor(link) { let linkTitle = decodeURIComponent(link.pathname.split("/wiki/")[1]); let linkAnchor = decodeURIComponent(link.hash.slice(1) || ""); return [linkTitle, linkAnchor]; } mw.util.addCS..."
- 17:3017:30, 16 September 2025 diff hist +103 MediaWiki:Gadgets-definition No edit summary
- 17:2817:28, 16 September 2025 diff hist +125 MediaWiki:Gadgets-definition No edit summary
- 17:2617:26, 16 September 2025 diff hist +68 N MediaWiki:Gadget-AcceleratedFormCreation Created page with "Add accelerated creation links for common inflections of some words."
- 17:2617:26, 16 September 2025 diff hist +197 N MediaWiki:Gadget-AcceleratedFormCreation.css Created page with "a.accelerated:link, a.partlynew.accelerated:link, a.new.accelerated:link { color: #1fba00; } a.accelerated:visited, a.partlynew.accelerated:visited, a.new.accelerated:visited { color: #66a759; }"
- 17:2517:25, 16 September 2025 diff hist +15,687 N MediaWiki:Gadget-AcceleratedFormCreation.js Created page with "// <nowiki> →globals mw, $: // jshint maxerr:500 // FIXME: This gadget relies to an excessive degree on OrangeLinks to function. These gadgets should be made independent. →* The starting point of the whole script. * * This adds a hook to the page load event so that the script runs * adds the generated text to the edit window once the page is done loading.: "use strict"; mw.loader.using(["mediawiki.util"]).done(function() { var pageName = mw.config.get(..."
- 17:2317:23, 16 September 2025 diff hist +40,118 N Module:accel Created page with "local export = {} local form_of_module = "Module:form of" local form_of_data_module = "Module:form of/data" local m_str_utils = require("Module:string utilities") local m_table = require("Module:table") local append = m_table.append local assert = assert local concat = table.concat local contains = m_table.contains local deep_copy = m_table.deepCopy local deep_equals = require("Module:table/deepEquals") local extend = m_table.extend local insert = table.insert local i..." current
5 September 2025
- 11:4411:44, 5 September 2025 diff hist +1 Module:languages/data/exceptional No edit summary
- 11:2111:21, 5 September 2025 diff hist +165 MediaWiki:Common.css No edit summary
4 September 2025
- 21:1221:12, 4 September 2025 diff hist +527 Module:scripts/data No edit summary
- 20:5320:53, 4 September 2025 diff hist +67 Module:languages/data/exceptional No edit summary
19 August 2025
- 00:1300:13, 19 August 2025 diff hist +2,048 N Module:peo-translit Created page with "local export = {} local alphabetic_tt = { -- this should only contain alphabetic characters ["𐎠"] = "a", ["𐎡"] = "i", ["𐎢"] = "u", ["𐎣"] = "k", ["𐎤"] = "ku", ["𐎥"] = "g", ["𐎦"] = "gu", ["𐎧"] = "x", ["𐎨"] = "c", ["𐎩"] = "j", ["𐎪"] = "ji", ["𐎫"] = "t", ["𐎬"] = "tu", ["𐎭"] = "d", ["𐎮"] = "di", ["𐎯"] = "du", ["𐎰"] = "θ", ["𐎱"] = "p", ["𐎲"] = "b", ["𐎳"] = "f", ["𐎴"] = "n", ["𐎵"] = "nu",..." current
12 August 2025
- 11:3611:36, 12 August 2025 diff hist +3,475 N Module:yi-translit Created page with "local export = {} local tt = { ["א"] = "q", ["אָ"] = "o", ["אַ"] = "a", ["בּ"] = "b", ["ב"] = "b", ["בֿ"] = "v", ["גּ"] = "g", ["ג"] = "g", ["גֿ"] = "g", ["דּ"] = "d", ["ד"] = "d", ["דֿ"] = "d", ["ה"] = "H", ["ו"] = "w", ["וּ"] = "u", ["וו"] = "v", ["װ"] = "v", ["וי"] = "oy", ["ױ"] = "oy", ["ז"] = "z", ["ח"] = "kh", ["ט"] = "t", ["י"] = "y", ["יִ"] = "i", ["יִ"] = "i", ["יי"] = "ey", ["ײ"] = "ey", ["י..." current
- 11:3411:34, 12 August 2025 diff hist +3,149 N Module:Hebr-common Created page with "local export = {} local m_str_utils = require("Module:string utilities") local makeDisplayText -- defined below local toNFC = mw.ustring.toNFC local toNFD = mw.ustring.toNFD local u = m_str_utils.char local ugsub = mw.ustring.gsub local usub = m_str_utils.sub local DIACRITICS = "[" .. u(0x0307) .. u(0x0308) .. u(0x034F) .. -- combining grapheme joiner u(0x200C) .. -- zero width non-joiner u(0x200D) .. -- zero width joiner u(0x0591) .. "-" .. u(0x05BD) .. u(0x05B..." current
11 August 2025
- 16:1516:15, 11 August 2025 diff hist +3,268 N Module:uk-translit Created page with "local export = {} local m_str_utils = require("Module:string utilities") local rsubn = m_str_utils.gsub -- version of rsubn() that discards all but the first return value local function rsub(term, foo, bar) local retval = rsubn(term, foo, bar) return retval end local regular_tt = { ["А"]='A', ["а"]='a', ["Б"]='B', ["б"]='b', ["В"]='V', ["в"]='v', ["Г"]='H', ["г"]='h', ["Ґ"]='G', ["ґ"]='g', ["Д"]='D', ["д"]='d', ["Е"]='E', ["е"]='e', ["Є"]='Je', [..." current
12 July 2025
- 17:1717:17, 12 July 2025 diff hist +40 Template:Siwa-noun No edit summary current
- 16:5116:51, 12 July 2025 diff hist +229 MediaWiki:Common.css No edit summary
- 14:0714:07, 12 July 2025 diff hist +77 N Template:Cot Created page with "{{#invoke:nyms|nyms|coordinate term}}<noinclude>{{documentation}}</noinclude>" current
- 13:4113:41, 12 July 2025 diff hist +39 MediaWiki:Mobile.js No edit summary
- 00:0900:09, 12 July 2025 diff hist +148 MediaWiki:Common.css No edit summary
- 00:0900:09, 12 July 2025 diff hist +147 MediaWiki:Mobile.css No edit summary current Tags: Mobile edit Mobile web edit
- 00:0600:06, 12 July 2025 diff hist −261 MediaWiki:Mobile.js No edit summary
- 00:0500:05, 12 July 2025 diff hist +495 Template:Inflection-table-top Undo revision 462957 by Sware (talk) Tag: Undo
- 00:0100:01, 12 July 2025 diff hist −495 Template:Inflection-table-top No edit summary Tag: Reverted
11 July 2025
- 23:4823:48, 11 July 2025 diff hist +50,731 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 23:4723:47, 11 July 2025 diff hist +56,633 MediaWiki:Mobile.css No edit summary Tags: Mobile edit Mobile web edit
- 23:3823:38, 11 July 2025 diff hist −111 Template:Inflection-table-top Undo revision 462952 by Sware (talk) Tag: Undo
- 23:3823:38, 11 July 2025 diff hist +47 MediaWiki:Gadget-defaultVisibilityToggles.js Undo revision 462950 by Sware (talk) Tag: Undo
- 23:3723:37, 11 July 2025 diff hist +111 Template:Inflection-table-top Undo revision 462951 by Sware (talk) Tags: Undo Reverted
- 23:3623:36, 11 July 2025 diff hist −111 Template:Inflection-table-top No edit summary Tag: Reverted
- 23:3023:30, 11 July 2025 diff hist −47 MediaWiki:Gadget-defaultVisibilityToggles.js No edit summary Tags: Reverted Mobile edit Mobile web edit
- 23:2723:27, 11 July 2025 diff hist −11,209 MediaWiki:Mobile.css Blanked the page Tags: Blanking Mobile edit Mobile web edit
- 23:1623:16, 11 July 2025 diff hist +90 MediaWiki:Gadget-defaultVisibilityToggles.js No edit summary
- 23:1223:12, 11 July 2025 diff hist −2 MediaWiki:Gadget-defaultVisibilityToggles.js No edit summary
- 23:0823:08, 11 July 2025 diff hist +15 MediaWiki:Gadgets-definition No edit summary
- 23:0423:04, 11 July 2025 diff hist +5,902 N MediaWiki:Minerva.css Created page with "→All CSS here will be loaded for users of the MinervaNeue skin. This is the skin used by MobileFrontend.: →<nowiki>: .tunk, .tneg, .tpos { vertical-align: 20%; font-size: 80%; } .use-with-mention, .ib-content { font-style: italic; } .senseid:target { background: var(--wikt-palette-lightblue, #DEF); } →hide redundant second interProject links: .interProject { display: none; clear: both; border-top: 2px dotted var(--border-color-base, #AA..."
- 22:5022:50, 11 July 2025 diff hist +2,972 MediaWiki:Common.css No edit summary
- 22:1722:17, 11 July 2025 diff hist −955 MediaWiki:Common.css No edit summary
- 22:1222:12, 11 July 2025 diff hist +1 MediaWiki:Mobile.css No edit summary
- 22:0922:09, 11 July 2025 diff hist +1 MediaWiki:Common.css No edit summary
10 July 2025
- 11:3311:33, 10 July 2025 diff hist +190 MediaWiki:Common.css No edit summary
- 11:2911:29, 10 July 2025 diff hist +5,244 N Module:parameters/finalizeSet Created page with "local parameters_track_module = "Module:parameters/track" local dump = mw.dumpObject local error = error local format = string.format local pairs = pairs local tostring = tostring local type = type local function track(...) track = require(parameters_track_module) return track(...) end local type_err = 'expected set members to be of type "string" or "number", but saw %s' --[==[ -- Takes `t`, a list or key map which defines a set, and returns a key map for the set (..." current
- 11:2911:29, 10 July 2025 diff hist +4,281 Module:math No edit summary current
- 11:2711:27, 10 July 2025 diff hist +1,509 Module:form of/templates No edit summary current
- 00:3800:38, 10 July 2025 diff hist +11,208 N MediaWiki:Mobile.css Created page with "/* IMPORT IS NO LONGER USED. CSS IS COPIED FROM COMMON.CSS /* http://cannabis.shoutwiki.com/wiki/MediaWiki:Common.css /* /* To make mobile users load Common.css via import /* @import "/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"; /* /* It can take hours for changes made to MediaWiki:Common.css to be imported to mobile view on PC. /* https://www.mediawiki.org/wiki/Manual:Purge - does not help in speeding things up. /* Ctrl-F5, or null edits, or..."
- 00:3800:38, 10 July 2025 diff hist +468 N MediaWiki:Mobile.js Created page with "→Any JavaScript here will be loaded for users using the mobile site Any JavaScript here is loaded instead of MediaWiki:Common.js for users using the mobile site: // See: https://en.wikipedia.org/wiki/Help:Collapsing // Restore collapsible elements by loading the jQuery module for them. $( function (mw, $) { 'use strict'; mw.loader.using('jquery.makeCollapsible', function ( ) { $( '.mw-collapsible' ).makeCollapsible ( ); } ); } (mediaWiki, jQuery) );"
- 00:3000:30, 10 July 2025 diff hist +57 MediaWiki:Gadgets-definition No edit summary
- 00:2900:29, 10 July 2025 diff hist +26,175 MediaWiki:Gadget-ReferenceTooltips.js No edit summary
- 00:1200:12, 10 July 2025 diff hist +9 Category:Ayeri templates No edit summary current