Main public logs
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).
- 17:00, 20 April 2026 Sware talk contribs created page Module:uses lua/doc (Created page with "{{module documentation}}{{documentation subpage}}")
- 16:59, 20 April 2026 Sware talk contribs created page Module:uses lua (Created page with "local export = {} local concat = table.concat local ipairs = ipairs local process_params = require("Module:parameters").process function export.show(frame) local titles = process_params(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 828} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>%s</li>"):format(mod.fullText) end return ([===[<div class="floatright notice-box" style="font-size:smaller;border:1px...")
- 19:33, 16 April 2026 Sware talk contribs created page Module:pollasena-roots/templates/doc (Created page with "{{module documentation}}{{documentation subpage}}<includeonly>Category:ModulesCategory:Modules by sware</includeonly>")
- 15:47, 16 April 2026 Sware talk contribs created page Module:code (Created page with "local decode_entities = require("Module:string utilities").decode_entities local gsub = string.gsub local insert = table.insert local match = string.match local process_params = require("Module:parameters").process local tonumber = tonumber local unstripNoWiki = mw.text.unstripNoWiki local yesno = require("Module:yesno") local export = {} local function get_args(frame) local params = { [1] = {required = true, default = "code"}, [""] = {alias_of = 1}, ["line"] =...")
- 14:11, 16 April 2026 Sware talk contribs created page Module:pollasena-roots/templates (Created page with "local m_pr = require("Module:pollasena-roots") local export = {} local function concat_etymologies(args, etymologies) local capital = args.nocap and "f" or "F" return capital .. "rom " .. table.concat(etymologies, ", from ") .. "." end function export.qsc(frame) local parent_args = frame:getParent().args local ancestor_codes = { { code = "sekh", options = {} }, { code = "wasc", options = {optional = true, roots = true } } } local evolution, args, catego...")
- 13:16, 16 April 2026 Sware talk contribs created page Template:Lyti-loan-test (Created page with "{{#invoke: pollasena-roots|lyti_loan}}")
- 18:50, 15 April 2026 Sware talk contribs moved page Template:Qsc-inh-test to Template:Lyti-inh-test without leaving a redirect
- 20:29, 14 April 2026 Sware talk contribs created page Module:string/compare (Created page with "local byte = string.byte local match = string.match local sub = string.sub --[==[ A comparison function for strings, which returns {true} if {a} sorts before {b}, or otherwise {false}; it can be used as the sort function with {table.sort}. This function always sorts using byte-order, which makes it roughly equivalent to the {<} operator, but with fixes for two serious bugs raised in phab:T193096#4161287 and phab:T49137#9167559: * {<} is supposed to compare UTF-...")
- 16:11, 14 April 2026 Sware talk contribs changed group membership for Учхљёная from bot to (none)
- 16:11, 14 April 2026 Sware talk contribs changed group membership for Vrianne from bot to (none)
- 16:11, 14 April 2026 Sware talk contribs changed group membership for VectorGraphics from bot to (none)
- 16:11, 14 April 2026 Sware talk contribs changed group membership for Sébhrus from bot to (none)
- 16:11, 14 April 2026 Sware talk contribs changed group membership for Suqi from bot to (none)
- 16:11, 14 April 2026 Sware talk contribs changed group membership for SleepyAks from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Saqvareli from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Rejzer from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Palachu from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Melinoë from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Mangohouse from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Lëtzelúcia from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Larsqui from bot to (none)
- 16:10, 14 April 2026 Sware talk contribs changed group membership for Jukethatbox from bot to (none)
- 16:09, 14 April 2026 Sware talk contribs changed group membership for IlL from bot to (none)
- 16:09, 14 April 2026 Sware talk contribs changed group membership for Helperman from bot to (none)
- 16:09, 14 April 2026 Sware talk contribs changed group membership for Hazer from bot to (none)
- 16:09, 14 April 2026 Sware talk contribs changed group membership for GJS from bot to (none)
- 16:09, 14 April 2026 Sware talk contribs changed group membership for Fueyes from bot to (none)
- 16:09, 14 April 2026 Sware talk contribs changed group membership for Dillon from bot to (none)
- 16:09, 14 April 2026 Sware talk contribs changed group membership for CellularAutomaton from bot and check user to check user
- 16:09, 14 April 2026 Sware talk contribs changed group membership for Bpnjohnson from bot and bureaucrat to bureaucrat
- 16:08, 14 April 2026 Sware talk contribs changed group membership for Bbbourq from bot to (none)
- 16:08, 14 April 2026 Sware talk contribs changed group membership for Astaryuu from bot to (none)
- 16:08, 14 April 2026 Sware talk contribs changed group membership for Aquatiki from bot and bureaucrat to bureaucrat
- 16:08, 14 April 2026 Sware talk contribs changed group membership for Aqua from bot to (none)
- 16:08, 14 April 2026 Sware talk contribs changed group membership for Ahzoh from bot to (none)
- 22:17, 9 April 2026 Sware talk contribs created page Template:Qsc-inh-test (Created page with "{{#invoke: pollasena-roots|qsc}}")
- 17:29, 8 April 2026 Sware talk contribs created page Module:languages/chars (Created page with "local export = {} local table = table local insert = table.insert local u = require("Module:string/char") -- UTF-8 encoded strings for some commonly-used diacritics. local c = { prime = u(0x02B9), grave = u(0x0300), acute = u(0x0301), circ = u(0x0302), -- circumflex tilde = u(0x0303), macron = u(0x0304), overline = u(0x0305), breve = u(0x0306), dotabove = u(0x0307), diaer = u(0x0308), -- diaeresis ringabove = u(0x030A), dacute...")
- 10:45, 1 April 2026 Sware talk contribs created page Module:math/compare (Created page with "local math_module = "Module:math" local function is_NaN(...) is_NaN = require(math_module).is_NaN return is_NaN(...) end local function sign(...) sign = require(math_module).sign return sign(...) end --[==[ A comparison function for numbers, which returns {true} if {a} sorts before {b}, or otherwise {false}; it can be used as the sort function with {table.sort}. This function is roughly equivalent to the {<} operator, but contains the following special considerat...")
- 23:05, 28 March 2026 Sware talk contribs created page Module:table/length (Created page with "local ipairs_default_iter = ipairs{} return function(t, raw) local n = 0 if raw then for i in ipairs_default_iter, t, 0 do n = i end return n end repeat n = n + 1 until t[n] == nil return n - 1 end")
- 23:43, 24 March 2026 Sware talk contribs created page Module:anchors (Created page with "local export = {} local string_utilities_module = "Module:string utilities" local anchor_encode = mw.uri.anchorEncode local concat = table.concat local insert = table.insert local language_anchor -- Defined below. local function decode_entities(...) decode_entities = require(string_utilities_module).decode_entities return decode_entities(...) end local function encode_entities(...) encode_entities = require(string_utilities_module).encode_entities return encode_e...")
- 23:17, 24 March 2026 Sware talk contribs created page Module:etymology/specialized (Created page with "local export = {} local m_str_utils = require("Module:string utilities") local en_utilities_module = "Module:en-utilities" local etymology_module = "Module:etymology" local gsub = m_str_utils.gsub local insert = table.insert local pluralize = require(en_utilities_module).pluralize local upper = m_str_utils.upper -- This function handles all the messiness of different types of specialized borrowings. It should insert any -- borrowing-type-specific categories into `cate...")
- 21:03, 24 March 2026 Sware talk contribs created page Category:Jugsnorsk terms by lexical property (Created page with "t")
- 21:02, 24 March 2026 Sware talk contribs created page Category:Jugsnorsk terms by orthographic property (Created page with "o")
- 21:02, 24 March 2026 Sware talk contribs created page Category:Jugsnorsk terms by their sequences of characters (Created page with "t")
- 21:01, 24 March 2026 Sware talk contribs created page Category:Jugsnorsk palindromes (Created page with "t")
- 20:45, 24 March 2026 Sware talk contribs moved page User talk:Wfeozawra to User talk:Melinoë (Automatically moved page while renaming the user "Wfeozawra" to "Melinoë")
- 20:45, 24 March 2026 Sware talk contribs moved page User:Wfeozawra to User:Melinoë (Automatically moved page while renaming the user "Wfeozawra" to "Melinoë")
- 20:45, 24 March 2026 Sware talk contribs renamed user Wfeozawra (3,103 edits) to Melinoë (User request)
- 22:23, 17 March 2026 Sware talk contribs changed group membership for Suqi from (none) to bot
- 10:45, 24 February 2026 Sware talk contribs changed group membership for CellularAutomaton from (none) to bot and check user Tags: Mobile edit Mobile web edit