Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:28, 7 September 2025 Sware talk contribs changed group membership for Fueyes from (none) to bot (temporary, until 22:28, 7 September 2026)
- 00:13, 19 August 2025 Sware talk contribs created page 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",...")
- 11:36, 12 August 2025 Sware talk contribs created page 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", ["י...")
- 11:34, 12 August 2025 Sware talk contribs created page 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...")
- 16:15, 11 August 2025 Sware talk contribs created page 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', [...")
- 14:07, 12 July 2025 Sware talk contribs created page Template:Cot (Created page with "{{#invoke:nyms|nyms|coordinate term}}<noinclude>{{documentation}}</noinclude>")
- 23:04, 11 July 2025 Sware talk contribs created page 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...")
- 11:29, 10 July 2025 Sware talk contribs created page 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 (...")
- 00:38, 10 July 2025 Sware talk contribs created page 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:38, 10 July 2025 Sware talk contribs created page 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:01, 10 July 2025 Sware talk contribs created page MediaWiki:Gadget-VisibilityToggles.js (Created page with "eslint-env es5, browser, jquery: eslint semi: "error": jshint esversion: 5, eqeqeq: true: globals $, mw: requires mw.cookie, mw.storage: (function VisibilityTogglesIIFE () { "use strict"; // Toggle object that is constructed so that `toggle.status = !toggle.status` // automatically calls either `toggle.show()` or `toggle.hide()` as appropriate. // Creating toggle also automatically calls either the show or the hide function. function Toggle (sho...")
- 15:31, 7 July 2025 Sware talk contribs created page MediaWiki:Gadget-defaultVisibilityToggles.js (Created page with "jshint undef: true, esversion: 5: globals $, jQuery, mw, window, getComputedStyle: (function defaultVisibilityTogglesIIFE() { "use strict"; if (window.noDefaultVisibilityToggles) return; == NavBars ==: var NavigationBarHide = "hide ▲"; var NavigationBarShow = "show ▼"; // Check if an element has been activated with a toggle. // For convenience, this has the side effect of marking the element as having // a toggle, if it is not already ma...")
- 14:18, 6 July 2025 Sware talk contribs created page Module:Gthv-translit/doc (Created page with "{{module documentation}}{{documentation subpage}}")
- 14:18, 6 July 2025 Sware talk contribs created page Module:Gthv-translit (Created page with "local export = {} local tt = { ["È"]='Ɛ́', ["è"]='ɛ́', ["Ê"]='Ɛ̈', ["ê"]='ɛ̈', ["Ò"]='Ɔ́', ["ò"]='ɔ́', ["Ô"]='Ɔ̈', ["ô"]='ɔ̈', }; function export.tr(text, lang, sc) text = mw.ustring.gsub(text, '.', tt) return text end return export")
- 23:35, 1 July 2025 Sware talk contribs created page Module:string/gline (Created page with "local error = error local find = string.find local gmatch = string.gmatch local match = string.match local sub = string.sub --[==[ Iterates over the lines in a string, treating {"\n"}, {"\r"} and {"\r\n"} as new lines. The optional {skip} parameter determines whether certain lines are skipped: * {NONE}: none (default). * {EMPTY}: empty lines: lines with a length of 0, consisting of no characters. * {BLANK}: blank lines: empty lines and lines which only consist of white...")
- 23:35, 1 July 2025 Sware talk contribs created page Module:parameters/track (Created page with "local string_gline_module = "Module:string/gline" local match = string.match local new_title = mw.title.new local require = require local traceback = debug.traceback local function gline(...) gline = require(string_gline_module) return gline(...) end local params_title local function get_params_title() params_title, get_params_title = new_title("parameters", 828), nil return params_title end return function(page, param_name) -- Check through the traceback to get...")
- 23:13, 1 July 2025 Sware talk contribs created page Module:Scribunto (Created page with "local export = {} local math_module = "Module:math" local dump = mw.dumpObject local format = string.format local gsub = string.gsub local match = string.match local php_trim -- defined below local sub = string.sub local tonumber = tonumber local tostring = tostring local type = type do local php_htmlspecialchars_data local function get_php_htmlspecialchars_data() php_htmlspecialchars_data, get_php_htmlspecialchars_data = { ["\""] = """, ["&"] = "&"...")
- 09:16, 28 June 2025 Sware talk contribs created page Module:string/startswith (Created page with "local sub = string.sub --[==[ Returns {true} if the string {str} starts with the string {val}, or {false} if not. The optional indices {i} and {j} can be used to check a substring of {str}. Note that {val} is a string literal, not a Lua pattern.]==] return function(str, val, i, j) return sub(i == nil and j == nil and str or sub(str, i, j), 1, #val) == val end")
- 09:15, 28 June 2025 Sware talk contribs created page Module:frame (Created page with "local export = {} local frame local function get_frame() frame = mw.getCurrentFrame():newChild{} return frame end function export.callParserFunction(...) return (frame or get_frame()):callParserFunction(...) end function export.expandTemplate(...) return (frame or get_frame()):expandTemplate(...) end function export.extensionTag(...) return (frame or get_frame()):extensionTag(...) end function export.newParserValue(...) return (frame or get_frame()):newParserV...")
- 09:15, 28 June 2025 Sware talk contribs created page Module:fun/isCallable (Created page with "local table_get_metamethod_module = "Module:table/getMetamethod" local require = require local type = type local function get_metamethod(...) get_metamethod = require(table_get_metamethod_module) return get_metamethod(...) end --[==[ Return {true} if the input is a function or functor (an object which can be called like a function, because it has a {__call} metamethod). Note: if the input is an object with a {__call} metamethod, but this function is not able to fin...")
- 09:14, 28 June 2025 Sware talk contribs created page Module:table/getUnprotectedMetatable (Created page with "local _getmetatable = debug.getmetatable -- For testing (and just in case it gets enabled). if _getmetatable ~= nil then -- Avoid debug.getmetatable() throwing an error if 0 arguments are passed, -- for parity with the other function. return function(t) return _getmetatable(t) end end _getmetatable = getmetatable local pcall = pcall local rawget = rawget local setmetatable = setmetatable local type = type --[==[ Attempts to retrieve the input value's metatable,...")
- 09:14, 28 June 2025 Sware talk contribs created page Module:table/getMetamethod (Created page with "local table_get_unprotected_metatable = "Module:table/getUnprotectedMetatable" local rawget = rawget local select = select local function get_unprotected_metatable(...) get_unprotected_metatable = require(table_get_unprotected_metatable) return get_unprotected_metatable(...) end local function get_metamethod(n, i, mt, mm, ...) if mt then mm = rawget(mt, mm) else mm = nil end if i == n then return mm end return mm, get_metamethod(n, i + 1, mt, ...) end -...")
- 09:13, 28 June 2025 Sware talk contribs created page Module:title/isTitle (Created page with "local table_get_metamethod_module = "Module:table/getMetamethod" local error = error local rawequal = rawequal local type = type local function get_metamethod(...) get_metamethod = require(table_get_metamethod_module) return get_metamethod(...) end local title_eq, title_lt local function get_title_mm() local success, eq, lt = get_metamethod(mw.title.getCurrentTitle(), "__eq", "__lt") if not success then error("Failed to fetch current title") -- this should never...")
- 09:13, 28 June 2025 Sware talk contribs created page Module:title/exists (Created page with "local title_is_title_module = "Module:title/isTitle" local title_new_title_module = "Module:title/newTitle" local error = error local format = string.format local pcall = pcall local require = require local type = type local at_limit local function is_title(...) is_title = require(title_is_title_module) return is_title(...) end local function new_title(...) new_title = require(title_new_title_module) return new_title(...) end local function exists(title) return...")
- 09:13, 28 June 2025 Sware talk contribs created page Module:title/getMainPageTitle (Created page with "local title_new_title_module = "Module:title/newTitle" local require = require local function new_title(...) new_title = require(title_new_title_module) return new_title(...) end local main_page local function get_main_page() -- Ideally this would be done via some kind of :parse() method, but the -- mw.message library got heavily nerfed by phab:T62758, meaning it's -- now only able to fetch the unparsed wikitext and can't expand it. main_page, get_main_page...")
- 09:12, 28 June 2025 Sware talk contribs created page Module:title/getCurrentTitle (Created page with "local get_current_title = mw.title.getCurrentTitle --[==[ A modified version of {mw.title.getCurrentTitle}, which returns the title object for the current title. If the additional optional parameter {fragment} is given, the returned title object will have that value as the fragment, which is the part of the title that comes after {#}, referring to a specific section on the page (e.g. in {"foo#bar"}, the fragment is {"bar"}). This is a convenience function, which is gen...")
- 09:12, 28 June 2025 Sware talk contribs created page Module:title/getCurrentNamespace (Created page with "--[==[ Returns the data table for the current namespace from {mw.site.namespaces}. This module may be loaded with {mw.loadData}.]==] return mw.site.namespaces[mw.title.getCurrentTitle().namespace]")
- 09:11, 28 June 2025 Sware talk contribs created page Module:title/newTitle (Created page with "local load_module = "Module:load" local scribunto_module = "Module:Scribunto" local title_get_current_namespace_module = "Module:title/getCurrentNamespace" local title_get_current_title_module = "Module:title/getCurrentTitle" local title_get_main_page_title_module = "Module:title/getMainPageTitle" local byte = string.byte local find = string.find local match = string.match local new_title = mw.title.new local reverse = string.reverse local sub = string.sub local type =...")
- 21:48, 27 June 2025 Sware talk contribs changed group membership for SleepyAks from (none) to bot (temporary, until 21:48, 27 June 2026)
- 21:45, 27 June 2025 Sware talk contribs changed group membership for Vrianne from (none) to bot (temporary, until 21:45, 27 June 2026)
- 21:44, 27 June 2025 Sware talk contribs changed group membership for Saqvareli from (none) to bot (temporary, until 21:44, 27 June 2026)
- 18:05, 13 June 2025 Sware talk contribs protected Module:languages/data/3/q [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:15, 27 May 2025 Sware talk contribs changed group membership for IlL from (none) to bot
- 23:39, 26 May 2025 Sware talk contribs changed group membership for Aquatiki from bureaucrat to bureaucrat and bot
- 19:27, 8 May 2025 Sware talk contribs deleted page The Largest Downside In Cheap Car Insurance Quotes Comes Right Down To This Word That Starts With "W" (probably spam)
- 19:27, 8 May 2025 Sware talk contribs deleted page The Best Baseball Rookie Years Of Time (probably spam)
- 19:27, 8 May 2025 Sware talk contribs deleted page The Automatic Hoovers Awards: The Best Worst And Strangest Things We ve Ever Seen (probably spam)
- 19:27, 8 May 2025 Sware talk contribs deleted page The 9 Things Your Parents Teach You About Self-Cleaning Robot Vacuums (probably spam)
- 19:27, 8 May 2025 Sware talk contribs deleted page The 8 Best Apps For Small Business In 2009 (probably spam)
- 19:27, 8 May 2025 Sware talk contribs deleted page Contionary:thamlaxat³ (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page User:TaneshaScanlon3 (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page Contionary:sødegrø (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page Contionary:sødegrebarø (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page Stpatricksday-argentina.com - Transacciones En Moneda Local Dentro Del Casino Online (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page User:Stanley21P (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page Six Incredible Motorcycle Gap Insurance Quote Transformations (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page Should A Conveyancing Solicitor Check The Seller s Credit Score Status (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page User:Sexualaids0729 (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page See What Best Affordable Robot Vacuum Tricks The Celebs Are Utilizing (probably spam)
- 19:26, 8 May 2025 Sware talk contribs deleted page See What Adult Toys Shop Tricks The Celebs Are Using (probably spam)