Kontributet e përdoruesit për Kujdestari7

A user with 493 edits. Llogaria krijuar më 15 nëntor 2022.
Kërceni tek navigimi Kërceni tek kërkimi
Kërko tek kontributetZgjeroNgushto
⧼contribs-top⧽
⧼contribs-date⧽

30 gusht 2025

24 gusht 2025

17 gusht 2025

16 gusht 2025

10 gusht 2025

  • 10:5510 gusht 2025 10:55 ndrysh hist +1 v Moduli:IPA No edit summary Etiketa: Manual revert
  • 10:3010 gusht 2025 10:30 ndrysh hist 0 v Demolli No edit summary
  • 10:2810 gusht 2025 10:28 ndrysh hist +8.059 R Moduli:parse interface Krijoi faqen me "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 are c..." aktual
  • 10:2710 gusht 2025 10:27 ndrysh hist +81.246 R Moduli:parameter utilities Krijoi faqen me "local export = {} local debug_track_module = "Module:debug/track" local functions_module = "Module:fun" local parameters_module = "Module:parameters" local parse_interface_module = "Module:parse interface" local parse_utilities_module = "Module:parse utilities" local table_module = "Module:table" local dump = mw.dumpObject local error = error local insert = table.insert local ipairs = ipairs local next = next local pairs = pairs local require = require local tonumber = t..." aktual
  • 10:2610 gusht 2025 10:26 ndrysh hist +52 R Stampa:no deprecated lang param usage Krijoi faqen me "<onlyinclude>{{{1|}}}</onlyinclude>{{documentation}}" aktual
  • 08:3010 gusht 2025 08:30 ndrysh hist −9 v Stampa:IPA-sq No edit summary aktual
  • 08:2710 gusht 2025 08:27 ndrysh hist +1.278 R Moduli:table/listToSet Krijoi faqen me "local fun_is_callable_module = "Module:fun/isCallable" local function is_callable(...) is_callable = require(fun_is_callable_module) return is_callable(...) end --[==[ Convert `list` (a table with a list of values) into a set (a table where those values are keys instead). This is a useful way to create a fast lookup table, since looking up a table key is much, much faster than iterating over the whole list to see if it contains a given value. By default, each item is..." aktual
  • 08:1310 gusht 2025 08:13 ndrysh hist +5.933 R Moduli:table/deepEquals Krijoi faqen me "local getmetatable = getmetatable local next = next local pairs = pairs local type = type local function is_eq(a, b, seen, include_mt) -- If `a` and `b` have been compared before, return the memoized result. This will usually be true, since failures normally fail the whole check outright, but match failures are tolerated during the laborious check without this happening, since it compares key/value pairs until it finds a match, so it could be false. local memo_a = seen[..." aktual
  • 08:1310 gusht 2025 08:13 ndrysh hist +1.753 R Moduli:table/find Krijoi faqen me "local table_deep_equals_module = "Module:table/deepEquals" local deep_equals local function get_deep_equals() deep_equals, get_deep_equals = require(table_deep_equals_module), nil return deep_equals end local function equality_op(a, b) return a == b end --[==[ Given a list and a value to be found, returns the value's index if the value is in the array portion of the list, or {nil} if not found. `options` is an optional table of additional options to control the beha..." aktual
  • 08:1210 gusht 2025 08:12 ndrysh hist +2.961 R Moduli:table/insertIfNot Krijoi faqen me "local table_find_module = "Module:table/find" local insert = table.insert local type = type local function table_find(...) table_find = require(table_find_module) return table_find(...) end --[==[ Given a `list` and a `new_item` to be inserted, append the value to the end of the list if not already present (or insert at an arbitrary position, if `options.pos` is given; see below). Comparison is by value, using {deepEquals}. `options` is an optional table of additiona..." aktual
  • 08:1010 gusht 2025 08:10 ndrysh hist 0 v Moduli:yesno Kujdestari7 zhvendosi faqen Moduli:Yesno te Moduli:yesno pa lënë një ridrejtim aktual
  • 08:0910 gusht 2025 08:09 ndrysh hist +1.956 R Moduli:wikimedia languages/data Krijoi faqen me "local m = {} --[=[ This table maps *FROM* Wikimedia language codes (used in lang-specific Wikipedias and Wiktionaries) into English Wiktionary language codes. See also the following: * `interwiki_langs` in Module:translations/data, which maps in the other direction (from English Wiktionary codes to foreign Wiktionaries), specifically for {{t+}}; * the `wiktprefix` field of the `metadata` variable in MediaWiki:Gadget-TranslationAdder-Data.js, which also maps fr..." aktual
  • 08:0910 gusht 2025 08:09 ndrysh hist +5.599 R Moduli:wikimedia languages Krijoi faqen me "local export = {} local languages_module = "Module:languages" local language_like_module = "Module:language-like" local load_module = "Module:load" local wm_languages_data_module = "Module:wikimedia languages/data" local get_by_code -- Defined below. local gmatch = string.gmatch local is_known_language_tag = mw.language.isKnownLanguageTag local make_object -- Defined below. local require = require local setmetatable = setmetatable local type = type --[==[ Loaders for fu..." aktual
  • 08:0810 gusht 2025 08:08 ndrysh hist +677 R Moduli:writing systems/data Krijoi faqen me "local m = {} m["abjad"] = { "abjad", 185087, otherNames = {"consonantary", "consonantal alphabet"}, } m["abugida"] = { "abugida", 335806, otherNames = {"alphasyllabary"}, } m["alphabet"] = { "alphabet", 9779, category = "alphabetic writing system", } m["logography"] = { "logography", 3953107, otherNames = {"ideography"}, category = "logographic writing system", } m["pictography"] = { "pictography", 860735, category = "pictographic writing system", } m..." aktual
  • 08:0710 gusht 2025 08:07 ndrysh hist +390 R Moduli:string/charsetEscape Krijoi faqen me "local gsub = string.gsub local chars local function get_chars() chars, get_chars = { ["\000"] = "%z", ["%"] = "%%", ["-"] = "%-", ["]"] = "%]", ["^"] = "%^", }, nil return chars end --[==[Escapes the magic characters used in pattern character sets: {%-]^}, and converts the null character to {%z}.]==] return function(str) return (gsub(str, "[%z%%%-%]^]", chars or get_chars())) end" aktual
  • 08:0710 gusht 2025 08:07 ndrysh hist +818 R Moduli:table/pack Krijoi faqen me "--[==[ An implementation of the {table.pack} function found in Lua 5.2+, which returns a table containing a list of the arguments passed. The returned table also contains the key {n}, which is an integer giving the number of arguments passed. Note that the list in the returned table will contain gaps if any of the arguments passed were {nil}. This will also be reflected in the value of {n}, which always matches the number of arguments passed (e.g. {pack("foo")} returns th..." aktual
  • 08:0610 gusht 2025 08:06 ndrysh hist +1.953 R Moduli:string/char Krijoi faqen me "local math_module = "Module:math" local char = string.char local error = error local format = string.format local pcall = pcall local select = select local tonumber = tonumber local type = type local function to_hex(...) to_hex = require(math_module).to_hex return to_hex(...) end local function codepoint_err(cp, i) -- Throw error: to_hex can only return integers, so only show the bad value -- if it can be converted into something that looks like a codepoint. local..." aktual
  • 08:0510 gusht 2025 08:05 ndrysh hist +4.514 R Moduli:memoize Krijoi faqen me "local math_module = "Module:math" local table_pack_module = "Module:table/pack" local require = require local select = select local unpack = unpack or table.unpack -- Lua 5.2 compatibility -- table.pack: in Lua 5.2+, this is a function that wraps the parameters given -- into a table with the additional key `n` that contains the total number of -- parameters given. This is not available on Lua 5.1, so Module:table/pack -- provides the same functionality. local functio..." aktual
  • 08:0410 gusht 2025 08:04 ndrysh hist +6.035 R Moduli:writing systems Krijoi faqen me "local export = {} local en_utilities_module = "Module:en-utilities" local json_module = "Module:JSON" local language_like_module = "Module:language-like" local load_module = "Module:load" local table_module = "Module:table" local writing_systems_data_module = "Module:writing systems/data" local gmatch = string.gmatch local make_object -- Defined below. local require = require local setmetatable = setmetatable local type = type --[==[ Loaders for functions in other modul..." aktual