User contributions for Sware

A user with 49,926 edits. Account created on 14 August 2019.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (  | ) (20 | 50 | 100 | 250 | 500)

31 July 2024

  • 09:4409:44, 31 July 2024 diff hist +38,271 N 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:4409:44, 31 July 2024 diff hist −687 Module:links/data No edit summary
  • 09:4309:43, 31 July 2024 diff hist −1 Contionary:Љєрєса No edit summary
  • 09:4209:42, 31 July 2024 diff hist +27,550 Module:string utilities No edit summary
  • 09:4109:41, 31 July 2024 diff hist +18,182 N 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:4109:41, 31 July 2024 diff hist +316 N 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" current
  • 09:4109:41, 31 July 2024 diff hist +11,408 N 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:4009:40, 31 July 2024 diff hist +1,575 N 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:4009:40, 31 July 2024 diff hist +27,122 N 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:3909:39, 31 July 2024 diff hist +4,895 Module:headword/data No edit summary
  • 09:3809:38, 31 July 2024 diff hist +5 Module:utilities/data No edit summary
  • 09:3709:37, 31 July 2024 diff hist −20 Contionary:Љєрєса No edit summary
  • 09:3609:36, 31 July 2024 diff hist −323 Module:utilities/data No edit summary
  • 09:3509:35, 31 July 2024 diff hist +48 Module:utilities/templates No edit summary
  • 09:3209:32, 31 July 2024 diff hist +1,674 N 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...." current
  • 09:3109:31, 31 July 2024 diff hist −8 Module:utilities/templates No edit summary
  • 09:3009:30, 31 July 2024 diff hist +10,896 Module:utilities No edit summary
  • 09:2909:29, 31 July 2024 diff hist +1,523 N 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:2809:28, 31 July 2024 diff hist +104 N Template:Topic Created page with "{{#invoke:utilities/templates|template_categorize|format=topic}}<noinclude>{{documentation}}</noinclude>" current
  • 09:2609:26, 31 July 2024 diff hist −136 Contionary:Љєрєса No edit summary
  • 09:0809:08, 31 July 2024 diff hist +4 Contionary:тыгңөҗ a template I created for cases like this current

26 July 2024

25 July 2024

20 July 2024

19 July 2024

18 July 2024

11 July 2024

9 July 2024

8 July 2024

6 July 2024

2 July 2024

  • 22:3422:34, 2 July 2024 diff hist −2 Contionary:ðorsker No edit summary current
  • 22:3322:33, 2 July 2024 diff hist +1,019 N Module:string/char Created page with "local char = string.char local concat = table.concat local tonumber = tonumber local function err(cp) error("Codepoint " .. cp .. " is out of range: codepoints must be between 0x0 and 0x10FFFF.", 2) end local function utf8_char(cp) cp = tonumber(cp) if cp < 0 then err("-0x" .. ("%X"):format(-cp + 1)) elseif cp < 0x80 then return char(cp) elseif cp < 0x800 then return char( 0xC0 + cp / 0x40, 0x80 + cp % 0x40 ) elseif cp < 0x10000 then if cp >= 0xD8..."
  • 22:3222:32, 2 July 2024 diff hist +944 N User talk:Parsinic Man Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~" current

1 July 2024

(newest | oldest) View (  | ) (20 | 50 | 100 | 250 | 500)