User contributions for Sware
Jump to navigation
Jump to search
8 January 2025
- 21:1921:19, 8 January 2025 diff hist −2,072 Module:fun No edit summary
- 21:1821:18, 8 January 2025 diff hist +3,997 N Module:memoize Created page with "local format = string.format local select = select local unpack = unpack ----- M E M O I Z A T I O N----- -- Memoizes a function or callable table. -- Supports any number of arguments and return values. -- If the optional parameter `simple` is set, then the memoizer will use a faster implementation, but this is only compatible with one argument and one return value. If `simple` is set, additional arguments will be accepted, but this should only be done if those argument..."
- 21:1721:17, 8 January 2025 diff hist +9,140 Module:string utilities No edit summary
- 21:1621:16, 8 January 2025 diff hist +1,210 Module:template parser/data No edit summary
- 19:5019:50, 8 January 2025 diff hist +82 Module:table No edit summary
- 13:0313:03, 8 January 2025 diff hist +607 User talk:The Ramosian →Module:languages and Contionary: new section current
- 12:5912:59, 8 January 2025 diff hist −167 Module:headword/page No edit summary
- 12:5112:51, 8 January 2025 diff hist −118 Contionary:ljūðatungla No edit summary current
- 12:5112:51, 8 January 2025 diff hist +92 Module:headword No edit summary
- 12:5012:50, 8 January 2025 diff hist +140 Template:Valthungian/n.st.n.a-syl No edit summary current
- 12:4912:49, 8 January 2025 diff hist −163 Module:headword/page No edit summary
- 12:4712:47, 8 January 2025 diff hist 0 Module:languages No edit summary
- 12:4712:47, 8 January 2025 diff hist 0 Module:links No edit summary
- 12:4512:45, 8 January 2025 diff hist +6,504 N Module:parse interface Created page with "local export = {} local string_utilities_module = "Module:string utilities" local parse_utilities_module = "Module:parse utilities" local table_module = "Module:table" --[==[ Loaders for functions in other modules, which overwrite themselves with the target function when called. This ensures modules are only loaded when needed, retains the speed/convenience of locally-declared pre-loaded functions, and has no overhead after the first call, since the target functions ar..."
- 12:4412:44, 8 January 2025 diff hist +3,947 Module:parameter utilities No edit summary
- 12:4212:42, 8 January 2025 diff hist +4,048 N Module:math Created page with "local export = {} local format = string.format local is_integer -- defined as export.is_integer below local log = math.log local log10 = math.log10 local select = select local tonumber = tonumber local tostring = tostring local type = type --[==[ Returns true if the given value is a finite real number, or false if not.]==] function export.is_finite_real_number(n) return n and type(n) == "number" and n - n == 0 -- INF, -INF and NAN fail here. end --[==[ Returns true i..."
- 12:4212:42, 8 January 2025 diff hist +14,066 Module:table No edit summary
- 12:4112:41, 8 January 2025 diff hist +11,813 N Module:en-utilities Created page with "local export = {} local add_suffix -- Defined below. local find = string.find local match = string.match local reverse = string.reverse local sub = string.sub local toNFD = mw.ustring.toNFD local ugsub = mw.ustring.gsub local ulower = mw.ustring.lower local umatch = mw.ustring.match local usub = mw.ustring.sub local vowels = "aæᴀᴁɐɑɒ@eᴇǝⱻəɛɘɜɞɤiıɪɨᵻoøœᴏɶɔᴐɵuᴜʉᵾɯꟺʊʋʌyʏ" local hyphens = "%-‐‑‒–—" --[==[ Loaders for..."
- 12:4012:40, 8 January 2025 diff hist +8,205 Module:headword No edit summary
- 12:3612:36, 8 January 2025 diff hist +1,012 Module:headword/templates No edit summary
- 12:3112:31, 8 January 2025 diff hist −103 Contionary:ljūðatungla No edit summary
- 12:3112:31, 8 January 2025 diff hist +2,444 N Module:load Created page with "local export = {} local load_data = mw.loadData local loaded = package.loaded local main_loader = package.loaders[2] local require = require local setmetatable = setmetatable local loaders, loaded_data, mt local function get_mt() mt, get_mt = {__mode = "kv"}, nil return mt end -- main_loader returns a loader function if the module exists, or nil if it doesn't. local function get_loader(modname) if loaders == nil then local loader = main_loader(modname) loaders..."
- 12:3112:31, 8 January 2025 diff hist +16,593 N Module:pages Created page with "local export = {} local string_utilities_module = "Module:string utilities" local concat = table.concat local find = string.find local format = string.format local getmetatable = getmetatable local get_current_section -- Defined below. local get_pagetype -- Defined below. local gsub = string.gsub local insert = table.insert local is_internal_title -- Defined below. local is_title -- Defined below. local lower = string.lower local match = string.match local new_title =..."
- 12:3012:30, 8 January 2025 diff hist +349 N Module:data/metamethods Created page with "return { __add = true, __call = true, __concat = true, __div = true, __eq = true, __gc = true, __index = true, __ipairs = true, __le = true, __len = true, __lt = true, __metatable = true, __mod = true, __mode = true, __mul = true, __newindex = true, __pairs = true, __pow = true, __sub = true, __tostring = true, __unm = true, }" current
- 12:2912:29, 8 January 2025 diff hist +2,080 Module:parser No edit summary
- 12:2812:28, 8 January 2025 diff hist +18,177 Module:template parser No edit summary
- 12:2612:26, 8 January 2025 diff hist +527 Module:headword/data No edit summary
- 12:2612:26, 8 January 2025 diff hist +15,431 Module:headword/page No edit summary
- 12:1612:16, 8 January 2025 diff hist −326 Contionary:ljūðatungla No edit summary
- 11:2711:27, 8 January 2025 diff hist +18,516 Module:parameters No edit summary
- 11:1011:10, 8 January 2025 diff hist +18 Contionary:vuy →Pronunciation
- 11:0711:07, 8 January 2025 diff hist −1,407 Module:IPA No edit summary
- 10:5310:53, 8 January 2025 diff hist −16 Template:Infobox language No edit summary
- 10:3710:37, 8 January 2025 diff hist +17 Module:IPA No edit summary
- 10:3410:34, 8 January 2025 diff hist +7,083 N Module:IPA/data/X-SAMPA Created page with "local U = require("Module:string/char") local gmatch = mw.ustring.gmatch local data = { -- not in official X-SAMPA; from http://www.kneequickie.com/kq/Z-SAMPA ["b\\"] = { "ⱱ" }, ["b_<"] = { "ɓ" }, ["d`"] = { "ɖ", has_descender = true }, ["d_<"] = { "ɗ" }, -- not in official X-SAMPA; Wikipedia-specific ["d`_<"] = { "ᶑ", has_descender = true }, ["g"] = { "ɡ", has_descender = true }, ["g_<"] = { "ɠ", has_descender = true }, ["h\\"] = { "ɦ" }, ["j\\"]..." current
- 10:2910:29, 8 January 2025 diff hist +40 Module:IPA/data/symbols No edit summary
- 10:2810:28, 8 January 2025 diff hist −102 Module:IPA/data No edit summary
- 10:2710:27, 8 January 2025 diff hist −265 Template:IPA-all No edit summary current
- 10:2710:27, 8 January 2025 diff hist −1,040 Module:IPA No edit summary
- 10:2610:26, 8 January 2025 diff hist +8,034 N Module:IPA/templates Created page with "local export = {} local m_IPA = require("Module:IPA") local parameter_utilities_module = "Module:parameter utilities" -- Used for Template:IPA. function export.IPA(frame) local parent_args = frame:getParent().args local include_langname = frame.args.include_langname local compat = parent_args.lang local offset = compat and 0 or 1 local lang_arg = compat and "lang" or 1 local params = { [lang_arg] = {required = true, type = "language", default = "en"}, [..."
- 10:2510:25, 8 January 2025 diff hist +19,108 Module:IPA Undo revision 410245 by Sware (talk) Tag: Undo
- 10:2510:25, 8 January 2025 diff hist −19,108 Module:IPA No edit summary Tag: Reverted
- 09:3109:31, 8 January 2025 diff hist +30 N Template:IPA all Redirected page to Template:IPA-all current Tag: New redirect
6 January 2025
- 18:0518:05, 6 January 2025 diff hist +41 N Template:WIP Redirected page to Template:Under construction current Tag: New redirect
- 00:1000:10, 6 January 2025 diff hist +622 User talk:Tselios No edit summary current
- 00:0200:02, 6 January 2025 diff hist +950 N User talk:Tselios Created page with "{{subst:User:Sware/Template:Welcome2}} — ~~~~"
3 January 2025
- 14:3114:31, 3 January 2025 diff hist +659 Module:headword No edit summary
- 14:3014:30, 3 January 2025 diff hist +60 Module:headword/templates No edit summary
2 January 2025
- 16:1716:17, 2 January 2025 diff hist +4 m Module:guim-translit No edit summary current
- 16:1516:15, 2 January 2025 diff hist +6 Contionary:быриндж No edit summary