All 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).
- 21:32, 18 September 2024 Sware talk contribs created page Contionary:larīdion (https://x.com/biblaridion/status/1836503056952758611)
- 15:47, 16 September 2024 User account Flamatt1 talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 18:11, 15 September 2024 Sware talk contribs created page Module:etymology/multi (Created page with "local export = {} local m_etymology = require("Module:etymology") -- For testing local force_cat = false function export.format_sources(data) local lang, sc, sources, terminfo, sort_key, categories, nocat, conj = data.lang, data.sc, data.sources, data.terminfo, data.sort_key, data.categories, data.nocat, data.conj local m_utilities if lang and not nocat then m_utilities = require("Module:utilities") end local m_links = require("Module:links") local source_...")
- 19:01, 13 September 2024 User account Flamatt talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 20:37, 8 September 2024 Sware talk contribs created page User talk:Jutomi (Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~")
- 20:37, 8 September 2024 User account Jutomi talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 23:54, 6 September 2024 Sware talk contribs created page User talk:Roujaiz (Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~")
- 23:53, 6 September 2024 User account Roujaiz talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 23:09, 29 August 2024 Sware talk contribs created page Module:affix/templates (Created page with "local export = {} local m_affix = require("Module:affix") local parameter_utilities_module = "Module:parameter utilities" local pseudo_loan_module = "Module:affix/pseudo-loan" local function is_property_key(k) return require(parameter_utilities_module).item_key_is_property(k) end -- Parse raw arguments. A single parameter `data` is passed in, with the following fields: -- * `raw_args`: The raw arguments to parse, normally taken from `frame:getParent().args`. -- * `...")
- 23:04, 29 August 2024 Sware talk contribs created page Module:affix (Created page with "local export = {} local debug_force_cat = false -- if set to true, always display categories even on userspace pages local m_links = require("Module:links") local m_str_utils = require("Module:string utilities") local m_table = require("Module:table") local etymology_module = "Module:etymology" local pron_qualifier_module = "Module:pron qualifier" local scripts_module = "Module:scripts" local utilities_module = "Module:utilities" -- Export this so the category code in...")
- 12:08, 25 August 2024 Sware talk contribs created page Literature:Canto a la libertad (Created page with "{{Library translation sidebar}} {{library ombox|'''''Canto a la libertad''''' (''Song to freedom''), is a 1975 w:protest song by aragonese singer-songwriter, poet and activist w:José Antonio Labordeta. It is now regarded by some as the anthem of w:Aragon.}} ==Source== {| border="0" cellspacing="0" cellpadding="5" align="center" ! Spanish !! English |- style="vertical-align: top;" border="0" cellspacing="20" cellpadding="0" |<poem> Habrá un d...")
- 10:36, 15 August 2024 Sware talk contribs created page Module:usex/data (Created page with "local data = {} -- Capitalize the first letter of transliterations of sentences in these languages. data.capitalize_sentences = { ["ii"] = true, ["jje"] = true, ["ko"] = true, } return data")
- 19:18, 13 August 2024 Sware talk contribs created page Module:data/entities (Created page with "return { aacute = "\195\161", -- á Aacute = "\195\129", -- Á abreve = "\196\131", -- ă Abreve = "\196\130", -- Ă ac = "\226\136\190", -- ∾ acd = "\226\136\191", -- ∿ acE = "\226\136\190\204\179", -- ∾̳ acirc = "\195\162", -- â Acirc = "\195\130", -- Â acute = "\194\180", -- ´ acy = "\208\176", -- а Acy = "\208\144", -- А aelig = "\195\166", -- æ AElig = "\195\134", -- Æ af = "\226\129\161", -- [function application] afr = "\240\157\148\1...")
- 18:17, 12 August 2024 Sware talk contribs created page Module:parameter utilities (Created page with "local export = {} local dump = mw.dumpObject local parameters_module = "Module:parameters" local parse_utilities_module = "Module:parse utilities" local table_module = "Module:table" local function track(page, track_module) return require("Module:debug/track")((track_module or "parameter utilities") .. "/" .. page) end -- Throw an error prefixed with the words "Internal error" (and suffixed with a dumped version of `spec`, if provided). -- This is for logic errors in...")
- 18:17, 12 August 2024 Sware talk contribs created page Module:alternative forms (Created page with "local export = {} local labels_module = "Module:labels" local links_module = "Module:links" local parameter_utilities_module = "Module:parameter utilities" local function track(page) require("Module:debug/track")("alter/" .. page) end --[==[ Main function for displaying alternative forms. Extracted out from the template-callable function so this can be called by other modules (in particular, Module:descendants tree). `show_labels_after_terms` no longer has any me...")
- 18:16, 12 August 2024 Sware talk contribs created page Template:Alt (Created page with "<includeonly>{{#invoke:alternative forms|create}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 09:44, 9 August 2024 Sware talk contribs created page User talk:Colinsmith (Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~")
- 09:44, 9 August 2024 User account Colinsmith talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 10:39, 8 August 2024 Sware talk contribs created page Module:qualifier/templates (Created page with "local m_qualifier = require("Module:qualifier") local antsense = m_qualifier.antsense local format_qualifier = m_qualifier.format_qualifier local process_params = require("Module:parameters").process local sense = m_qualifier.sense local export = {} function export.qualifier_t(frame) return format_qualifier( process_params(frame:getParent().args, { [1] = {required = true, list = true}, })[1] ) end function export.sense_t(frame) return sense( process_param...")
- 10:18, 8 August 2024 Sware talk contribs created page Module:data/namespaces (Created page with "local data = {} local gsub = string.gsub local next = next local ulower = require("Module:string utilities").lower for _, namespace in next, mw.site.namespaces do local prefix = ulower((gsub(namespace.name, "_", " "))) data[prefix] = prefix for _, alias in next, namespace.aliases do data[ulower((gsub(alias, "_", " ")))] = prefix end end return data")
- 14:52, 7 August 2024 Sware talk contribs created page Module:pron qualifier (Created page with "local export = {} local labels_module = "Module:labels" local qualifier_module = "Module:qualifier" local references_module = "Module:references" local function track(page) require("Module:debug/track")("pron qualifier/" .. page) return true end --[==[ This function is used by any module that wants to add support for (some subset of) left and right regular and accent qualifiers, labels and references to a template that specifies a pronunciation or related property....")
- 11:01, 7 August 2024 Sware talk contribs created page Module:languages/doSubstitutions (Created page with "local m_str_utils = require("Module:string utilities") local codepoint = m_str_utils.codepoint local gsub = m_str_utils.gsub local safe_require = require("Module:utilities").safe_require local u = m_str_utils.char local function doRemoveExceptions(text, sc, remove_exceptions) local substitutes, i = {}, 0 local function insert_substitute(m) i = i + 1 table.insert(substitutes, m) return u(0x80000 + i) end for _, exception in ipairs(remove_exceptions) do e...")
- 10:58, 7 August 2024 Sware talk contribs created page Module:languages/data/patterns (Created page with "-- Capture patterns used by Module:languages to prevent formatting from being disrupted while text is being processed. -- Certain character sequences are substituted beforehand to make pattern matching more straightforward: -- "\1" = "" -- "\2" = "" return { "((</?link>))\0", -- Special link formatting added by Module:links "((<[^<>\1\2]+>))", -- HTML tag "((\1[Ff][Ii][Ll][Ee]:[^\1\2]+\2))\0", -- File "((\1[Ii][Mm][Aa][Gg][Ee]:[^\1\2]+\2))\0", -- Image "...")
- 10:42, 7 August 2024 Sware talk contribs created page Wascotl language (Redirected page to Wascotl) Tag: New redirect
- 10:31, 7 August 2024 Sware talk contribs deleted page Module:parameters/lite (content was: "local export = {} local function clean(x) return x and #x > 0 and x or nil end -- This modifies params! -- Only supports required, aliases (a list of alternative names) function export.process(args, params) for key, options in pairs(params) do local value = clean(args[key]) local required if type(options) == "boolean" then required = options elseif type(options) ==...", and the only contributor was "Sware" (talk))
- 10:03, 7 August 2024 Sware talk contribs created page Module:utilities/require when needed (Created page with "local loaded = package.loaded local require = require local setmetatable = setmetatable return function(text, key) local module = loaded[text] if module then return key and module[key] or module end local mt = {} function mt:__index(k) module = module or key and require(text)[key] or require(text) return module[k] end function mt:__call(...) module = module or key and require(text)[key] or require(text) return module(...) end return setmetat...")
- 22:28, 6 August 2024 Sware talk contribs created page Module:data/interwikis (Created page with "local data = {} local gsub = string.gsub local next = next local ulower = require("Module:string utilities").lower for _, interwiki in next, mw.site.interwikiMap() do data[ulower((gsub(interwiki.prefix, "_", " ")))] = interwiki.isCurrentWiki and "current" or interwiki.isLocal and "local" or "external" end return data")
- 20:44, 6 August 2024 User account SN4KERR talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 10:39, 6 August 2024 Sware talk contribs created page Module:string/encode entities (Created page with "local m_str_utils = require("Module:string utilities") local codepoint = m_str_utils.codepoint local decode_entities = m_str_utils.decode_entities local find = string.find local format = string.format local gsub = string.gsub local match = string.match local pattern_escape = m_str_utils.pattern_escape local function encode_entity(ch) return "&#x" .. format("%X", codepoint(ch)) .. ";" end return function(text, charset, raw) if not raw then text = decode_entities(te...")
- 10:27, 6 August 2024 Sware talk contribs created page Module:scripts/charToScript (Created page with "local subexport = {} local m_str_utils = require("Module:string utilities") local cp = m_str_utils.codepoint local floor = math.floor local insert = table.insert local min = math.min local sort = table.sort local split = m_str_utils.split -- Copied from Module:Unicode data. local function binaryRangeSearch(codepoint, ranges) local low, mid, high low, high = 1, ranges.length or require "Module:table".length(ranges) while low <= high do mid = floor((low + high)...")
- 21:31, 4 August 2024 Sware talk contribs created page User talk:RoTM94 (Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~")
- 21:31, 4 August 2024 User account RoTM94 talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 11:11, 2 August 2024 Sware talk contribs created page User talk:Vrianne (Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~")
- 11:11, 2 August 2024 User account Vrianne talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 09:45, 31 July 2024 Sware talk contribs created page Module:data/parser extension tags (Created page with "--Note: noinclude, includeonly and onlyinclude are not parser extension tags, as they are handled in a special way by the preprocessor. Among other things, they cannot be used with {{#TAG:}}, for example. return { ["categorytree"] = "mw:Extension:CategoryTree", ["ce"] = "mw:Extension:Math", ["charinsert"] = "mw:Extension:CharInsert", ["chem"] = "mw:Extension:Math", ["dynamicpagelist"] = "mw:Extension:DynamicPageList (Wikimedia)", ["gallery"] = "mw:Help:Images#Rend...")
- 09:45, 31 July 2024 Sware talk contribs created page Module:data/magic words (Created page with "local next = next local date_and_time = "mw:Help:Magic words#Date and time" local formatting = "mw:Help:Magic words#Formatting" local labeled_section_transclusion = "mw:Extension:Labeled Section Transclusion" local liquidthreads = "mw:Extension:LiquidThreads" local localization = "mw:Help:Magic words#Localization" local miscellaneous = "mw:Help:Magic words#Miscellaneous" local namespaces = "mw:Help:Magic words#Namespaces" local namespaces_2 = "mw:Help:Magic words#Namesp...")
- 09:44, 31 July 2024 Sware talk contribs created page Module:template parser/data (Created page with "local string = string local gsub = string.gsub local load_data = mw.loadData local pairs = pairs local upper = string.upper local data = {} do local magic_words = load_data("Module:data/magic words") local parser_functions_s = {} local parser_functions_i = {} local parser_variables_s = {} local parser_variables_i = {} local transclusion_modifiers = {} for k, v in pairs(magic_words) do local name, s = v.name, v.case_sensitive if v.parser_function then...")
- 09:44, 31 July 2024 Sware talk contribs created page Module:template parser (Created page with "--[[ NOTE: This module works by using recursive backtracking to build a node tree, which can then be traversed as necessary. Because it is called by a number of high-use modules, it has been optimised for speed using a profiler, since it is used to scrape data from large numbers of pages very quickly. To that end, it rolls some of its own methods in cases where this is faster than using a function from one of the standard libraries. Please DO NOT "simplify" the code by...")
- 09:41, 31 July 2024 Sware talk contribs created page Module:etymology languages/canonical names (Created page with "return { ["Abhiri"] = "pra-abh", ["Abuzeydabadi"] = "xme-abz", ["Abyanehi"] = "xme-aby", ["Acadian French"] = "fr-aca", ["Achaemenid Elamite"] = "elx-ach", ["Achterhoeks"] = "act", ["Adamawa Fulfulde"] = "fub", ["Addu Dhivehi"] = "dv-add", ["Aeolic Greek"] = "grc-aeo", ["Afridi"] = "ps-afr", ["Akhmimic Coptic"] = "cop-akh", ["Akuapem Twi"] = "tw-aku", ["Alanic"] = "xln", ["Alsatian Alemannic German"] = "gsw-FR-als", ["Amdo Tibetan"] = "adx", ["American En...")
- 09:41, 31 July 2024 Sware talk contribs created page Module:parser/data (Created page with "local data = {} -- __index and __newindex have been excluded. data.metamethods = require("Module:table").listToSet{"__add", "__call", "__concat", "__div", "__eq", "__gc", "__ipairs", "__le", "__len", "__lt", "__metatable", "__mod", "__mode", "__mul", "__pairs", "__pow", "__sub", "__tostring", "__unm"} return data")
- 09:41, 31 July 2024 Sware talk contribs created page Module:parser (Created page with "local m_table local concat = table.concat local getmetatable = getmetatable local insert = table.insert local next = next local rawget = rawget local rawset = rawset local remove = table.remove local select = select local setmetatable = setmetatable local type = type local unpack = unpack local classes = {} local metamethods = mw.loadData("Module:parser/data").metamethods ------------------------------------------------------------------------------------ -- -- Helper...")
- 09:40, 31 July 2024 Sware talk contribs created page Module:maintenance category (Created page with "local format_categories = require("Module:utilities").format_categories local match = string.match local process_params = require("Module:parameters").process local title local export = {} local function ret(name, cat) return cat and format_categories({name}, nil, "-", nil, true) or name end function export.get_category(name, cat) title = title or mw.title.getCurrentTitle() -- All talkpages. if title.isTalkPage then return ret(name .. "/hidden", cat) end loca...")
- 09:40, 31 July 2024 Sware talk contribs created page Module:headword/page (Created page with "local require = require local m_str_utils = require("Module:string utilities") local mw = mw local string = string local table = table local ustring = mw.ustring local concat = table.concat local decode_entities = m_str_utils.decode_entities local encode_entities = m_str_utils.encode_entities local find = string.find local get_category = require("Module:maintenance category").get_category local get_etym_lang = require("Module:etymology languages").getByCanonicalName lo...")
- 09:32, 31 July 2024 Sware talk contribs created page Module:utilities/format categories with sort keys (Created page with "local data = mw.loadData("Module:utilities/format_categories/data") --[[ Format the categories with the appropriate sort key, which may be specified individually per category. CATEGORIES is a list of objects as follows: { category = "Category name", sort_key = "Sort key" or nil } The individual sort_key values are treated as individual SORT_KEY values for only that specific category. ]] -- Otherwise this function behaves like format_categories in Module:utilities....")
- 09:29, 31 July 2024 Sware talk contribs created page Module:utilities/templates (Created page with "local insert = table.insert local export = {} -- Used by {{categorize}} function export.template_categorize(frame) local args = frame:getParent().args local format = frame.args["format"] args = require("Module:parameters").process(args, { [1] = {required = true, type = "language", default = "und"}, [2] = {required = true, list = true, allow_holes = true}, ["sort"] = {list = true, separate_no_index = true, allow_holes = true}, }) local lang = args[1] if...")
- 09:28, 31 July 2024 Sware talk contribs created page Template:Topic (Created page with "{{#invoke:utilities/templates|template_categorize|format=topic}}<noinclude>{{documentation}}</noinclude>")
- 13:52, 26 July 2024 Sware talk contribs created page User talk:Kaw57 (Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~")
- 13:52, 26 July 2024 User account Kaw57 talk contribs was created by Sware talk contribs and password was sent by email (new user)
- 10:26, 25 July 2024 Sware talk contribs created page User talk:Pafan (Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~")
- 10:26, 25 July 2024 User account Pafan talk contribs was created by Sware talk contribs and password was sent by email (new user)