Kontributet e përdoruesit për Kujdestari7
A user with 493 edits. Llogaria krijuar më 15 nëntor 2022.
10 gusht 2025
- 08:0310 gusht 2025 08:03 ndrysh hist +58.032 R Moduli:scripts/data Krijoi faqen me "--[=[ When adding new scripts to this file, please don't forget to add style definitons for the script in MediaWiki:Gadget-LanguagesAndScripts.css. ]=] local concat = table.concat local insert = table.insert local ipairs = ipairs local next = next local remove = table.remove local select = select local sort = table.sort -- Loaded on demand, as it may not be needed (depending on the data). local function u(...) u = require("Module:string utilities").char return u(...." aktual
- 08:0210 gusht 2025 08:02 ndrysh hist +1.846 R Moduli:require when needed Krijoi faqen me "local getmetatable = getmetatable local ipairs = ipairs local loaded = package.loaded local pairs = pairs local require = require local select = select local setmetatable = setmetatable local tostring = tostring local unpack = unpack or table.unpack -- Lua 5.2 compatibility local function get_nested(obj, ...) local n = select("#", ...) if n == 0 then return obj end obj = obj[...] for i = 2, n do obj = obj[select(i, ...)] end return obj end local function get_o..." aktual
- 08:0110 gusht 2025 08:01 ndrysh hist +7.027 R Moduli:scripts/charToScript Krijoi faqen me "local subexport = {} local require_when_needed = require("Module:require when needed") local cp = require_when_needed("Module:string utilities", "codepoint") local floor = math.floor local get_plaintext = require_when_needed("Module:utilities", "get_plaintext") local get_script = require_when_needed("Module:scripts", "getByCode") local insert = table.insert local ipairs = ipairs local min = math.min local pairs = pairs local setmetatable = setmetatable local sort = table..." aktual
- 08:0010 gusht 2025 08:00 ndrysh hist +8.766 R Moduli:Scribunto Krijoi faqen me "local export = {} local math_module = "Module:math" local dump = mw.dumpObject local format = string.format local gsub = string.gsub local match = string.match local php_trim -- defined below local sub = string.sub local tonumber = tonumber local tostring = tostring local type = type do local php_htmlspecialchars_data local function get_php_htmlspecialchars_data() php_htmlspecialchars_data, get_php_htmlspecialchars_data = { ["\""] = """, ["&"] = "&",..." aktual
- 07:5910 gusht 2025 07:59 ndrysh hist +2.146 R Moduli:string/gline Krijoi faqen me "local error = error local find = string.find local gmatch = string.gmatch local match = string.match local sub = string.sub --[==[ Iterates over the lines in a string, treating {"\n"}, {"\r"} and {"\r\n"} as new lines. The optional {skip} parameter determines whether certain lines are skipped: * {NONE}: none (default). * {EMPTY}: empty lines: lines with a length of 0, consisting of no characters. * {BLANK}: blank lines: empty lines and lines which only consist of whitesp..." aktual
- 07:5910 gusht 2025 07:59 ndrysh hist +2.022 R Moduli:parameters/track Krijoi faqen me "local debug_track_module = "Module:debug/track" local string_gline_module = "Module:string/gline" local match = string.match local new_title = mw.title.new local require = require local traceback = debug.traceback local function debug_track(...) debug_track = require(debug_track_module) return debug_track(...) end local function gline(...) gline = require(string_gline_module) return gline(...) end local params_title local function get_params_title() params_title,..." aktual
- 07:5810 gusht 2025 07:58 ndrysh hist +5.244 R Moduli:parameters/finalizeSet Krijoi faqen me "local parameters_track_module = "Module:parameters/track" local dump = mw.dumpObject local error = error local format = string.format local pairs = pairs local tostring = tostring local type = type local function track(...) track = require(parameters_track_module) return track(...) end local type_err = 'expected set members to be of type "string" or "number", but saw %s' --[==[ -- Takes `t`, a list or key map which defines a set, and returns a key map for the set (wh..." aktual
- 07:5810 gusht 2025 07:58 ndrysh hist +2.212 R Moduli:gender and number utilities Krijoi faqen me "local export = {} local parameter_utilities_module = "Module:parameter utilities" local parse_interface_module = "Module:parse interface" --[==[ Parse a gender and number spec, possibly with multiple comma-separated gender/number specs and potentially with inline modifiers. Used by Module:parameters. `data` is an object with the following fields: * `spec`: The unparsed gender/number spec. * `paramname`: The name of the parameter where the gender/number spec was retri..." aktual
- 07:5710 gusht 2025 07:57 ndrysh hist +10.804 R Moduli:language-like Krijoi faqen me "local export = {} local string_utilities_module = "Module:string utilities" local table_module = "Module:table" local wikibase = mw.wikibase local category_name_has_suffix -- defined as export.categoryNameHasSuffix below local get_entity = wikibase.getEntity local get_entity_id_for_title = wikibase.getEntityIdForTitle local gsub = string.gsub local ipairs = ipairs local match = string.match local select = select local sitelink = wikibase.sitelink local type = type local..." aktual
- 07:5710 gusht 2025 07:57 ndrysh hist +7.278 R Moduli:JSON Krijoi faqen me "local export = {} local m_math = require("Module:math") local m_str_utils = require("Module:string utilities") local m_table = require("Module:table") local codepoint = m_str_utils.codepoint local concat = table.concat local converter -- forward declaration local find = string.find local format = string.format local gsub = string.gsub local insert = table.insert local ipairs = ipairs local is_array = m_table.isArray local is_finite_real_number = m_math.is_finite_real_num..." aktual
- 07:5610 gusht 2025 07:56 ndrysh hist +68.206 R Moduli:families/data Krijoi faqen me "--[=[ This module contains definitions for all language family codes on Wiktionary. ]=]-- local m = {} m["aav"] = { "Austroasiatic", 33199, aliases = {"Austro-Asiatic"}, } m["aav-khs"] = { "Khasian", 3073734, "aav", aliases = {"Khasic"}, } m["aav-nic"] = { "Nicobarese", 217380, "aav", } m["aav-pkl"] = { "Pnar-Khasi-Lyngngam", nil, "aav-khs", } m["afa"] = { "Afroasiatic", 25268, aliases = {"Afro-Asiatic"}, } m["alg"] = { "Algonquian", 33392, "aql"..." aktual
- 07:5510 gusht 2025 07:55 ndrysh hist +29.320 R Moduli:families/canonical names Krijoi faqen me "return { ["Abenaki-Penobscot"] = "alg-abp", ["Abkhaz-Abaza"] = "cau-abz", ["Adamawa"] = "alv-ada", ["Admiralty Islands"] = "poz-aay", ["Afroasiatic"] = "afa", ["Ainuic"] = "qfa-ain", ["Aizi"] = "kro-aiz", ["Alacalufan"] = "aqa", ["Albanian"] = "sqj", ["Algic"] = "aql", ["Algonquian"] = "alg", ["Almora"] = "sit-alm", ["Alumic"] = "nic-alu", ["Anatolian"] = "ine-ana", ["Andian"] = "cau-and", ["Angami-Pochuri"] = "tbq-anp", ["Anglic"] = "gmw-ang", ["Anglo-Fr..." aktual
- 07:5410 gusht 2025 07:54 ndrysh hist +19.252 R Moduli:families Krijoi faqen me "local export = {} local families_by_name_module = "Module:families/canonical names" local families_data_module = "Module:families/data" local json_module = "Module:JSON" local language_like_module = "Module:language-like" local languages_module = "Module:languages" local load_module = "Module:load" local table_module = "Module:table" local get_by_code -- Defined below. local gmatch = string.gmatch local insert = table.insert local ipairs = ipairs local make_object -- Def..." aktual
- 07:5310 gusht 2025 07:53 ndrysh hist +4.676 R Moduli:collation Krijoi faqen me "local export = {} local compare_module = "Module:compare" local functions_module = "Module:fun" local memoize_module = "Module:memoize" local string_utilities_module = "Module:string utilities" local utilities_module = "Module:utilities" local concat = table.concat local find = string.find local format = string.format local make_sort_function -- defined below local match = string.match local remove = table.remove local require = require local sort = table.sort local sub..." aktual
- 07:5310 gusht 2025 07:53 ndrysh hist +75.518 R Moduli:parameters Krijoi faqen me "--[==[TODO: * Change certain flag names, as some are misnomers: * Change `allow_holes` to `keep_holes`, because it's not the inverse of `disallow_holes`. * Change `allow_empty` to `keep_empty`, as it causes them to be kept as "" instead of deleted. * Sort out all the internal error calls. Manual error(format()) calls are used when certain parameters shouldn't be dumped, so find a way to avoid that. ]==] local export = {} local collation_module = "Module:collation" loca..." aktual
- 07:5210 gusht 2025 07:52 ndrysh hist +1.527 R Moduli:fun/isCallable Krijoi faqen me "local debug_track_module = "Module:debug/track" local table_get_metamethod_module = "Module:table/getMetamethod" local require = require local type = type local function debug_track(...) debug_track = require(debug_track_module) return debug_track(...) end local function get_metamethod(...) get_metamethod = require(table_get_metamethod_module) return get_metamethod(...) end --[==[ Return {true} if the input is a function or functor (an object which can be called li..." aktual
- 07:5110 gusht 2025 07:51 ndrysh hist +55.218 R Moduli:parse utilities Krijoi faqen me "local export = {} local fun_is_callable_module = "Module:fun/isCallable" local languages_module = "Module:languages" local parameters_module = "Module:parameters" local string_char_module = "Module:string/char" local string_utilities_module = "Module:string utilities" local table_insert_if_not_module = "Module:table/insertIfNot" local assert = assert local concat = table.concat local dump = mw.dumpObject local error = error local insert = table.insert local ipairs = ipai..." aktual
- 07:4710 gusht 2025 07:47 ndrysh hist +8.329 R Moduli:math Krijoi faqen me "local export = {} local byte = string.byte local ceil = math.ceil local floor = math.floor local format = string.format local is_integer -- defined below local match = string.match local select = select local tonumber = tonumber local tonumber_ext -- defined below local tostring = tostring local type = type local INF = math.huge local function sign(x, signed_0) if x > 0 then return 1 elseif x < 0 then return -1 elseif x == 0 then -- 1/(+0) is infinity and 1/(-0..." aktual
- 07:4510 gusht 2025 07:45 ndrysh hist +1.771 R Moduli:table/getUnprotectedMetatable Krijoi faqen me "local _getmetatable = debug.getmetatable -- For testing (and just in case it gets enabled). if _getmetatable ~= nil then -- Avoid debug.getmetatable() throwing an error if 0 arguments are passed, -- for parity with the other function. return function(t) return _getmetatable(t) end end _getmetatable = getmetatable local pcall = pcall local rawget = rawget local setmetatable = setmetatable local type = type --[==[ Attempts to retrieve the input value's metatable, a..." aktual
- 07:4510 gusht 2025 07:45 ndrysh hist +11.696 R Moduli:fun Krijoi faqen me "local export = {} local debug_track_module = "Module:debug/track" local table_get_unprotected_metatable = "Module:table/getUnprotectedMetatable" local chain -- defined below local chain_iter -- defined below local format = string.format local gmatch = string.gmatch local ipairs = ipairs local is_callable -- defined below local pairs = pairs local pcall = pcall local rawget = rawget local require = require local select = select local tostring = tostring local type = type..." aktual
- 07:4410 gusht 2025 07:44 ndrysh hist +8.730 R Moduli:array Krijoi faqen me "local export = {} local debug_track_module = "Module:debug/track" local function_module = "Module:fun" local table_module = "Module:table" local get_array_mt -- Defined below. local getmetatable = getmetatable local ipairs = ipairs local pairs = pairs local rawget = rawget local rawset = rawset local require = require local select = select local setmetatable = setmetatable local sort = table.sort local type = type local unpack = unpack or table.unpack -- Lua 5.2 compatib..." aktual
- 07:3810 gusht 2025 07:38 ndrysh hist +1 v Moduli:IPA/data No edit summary
- 07:3310 gusht 2025 07:33 ndrysh hist −1 v Moduli:IPA No edit summary Etiketa: Reverted
- 07:3210 gusht 2025 07:32 ndrysh hist +526 R Moduli:title/makeTitle Krijoi faqen me "local make_title = mw.title.makeTitle --[==[ A modified version of {mw.title.makeTitle} that fixes a bug which causes certain inputs to generate title objects for the empty string. Such empty string titles do not represent a valid page, and are broken in various ways (e.g. attempting to access certain keys results in an error); see phab:T240678.]==] return function(ns, title, fragment, interwiki) local title = make_title(ns, title, fragment, interwiki) return title..." aktual
- 07:3010 gusht 2025 07:30 ndrysh hist +2.807 R Moduli:debug/track Krijoi faqen me "-- TODO 1: normalize keys with leading spaces, which don't get removed when -- "Tracking/" is prefixed. -- TODO 2: avoid weird inputs like "", which don't register as invalid since -- "Tracking/" is a valid page title. -- TODO 3: use varargs instead of a table input, then recurse with track(). local title_make_title_module = "Module:title/makeTitle" -- Transclusion-based tracking as subpages of Wiktionary:Tracking. -- Tracked pages can be found at [[Special:WhatLin..." aktual
- 07:2910 gusht 2025 07:29 ndrysh hist +11.196 R Moduli:debug Krijoi faqen me "local export = {} local string_utilities_module = "Module:string utilities" local table_module = "Module:table" local byte = string.byte local concat = table.concat local escape -- defined below local format = string.format local gsub = string.gsub local insert = table.insert local match = string.match local sub = string.sub local toNFC = mw.ustring.toNFC local function is_array(...) is_array = require(table_module).isArray return is_array(...) end local function isu..." aktual
- 07:2810 gusht 2025 07:28 ndrysh hist +39.630 R Moduli:IPA/data/symbols Krijoi faqen me "local data = {} --[=[ Valid IPA symbols. Currently almost all values of "title" and "link" keys are just the comments that were used in Module:IPA. The "link" fields should be checked (those that start with an uppercase letter are checked). ]=] --[=[ local phones = {} -- Vowels. phones["i"] = { close = true, front = true, unrounded = true, vowel = true, } phones["e"] = { ["close-mid"] = true, front = true, unrounded = true, vowel = true, } phones["ɛ"..." aktual
- 07:2710 gusht 2025 07:27 ndrysh hist +5.208 R Moduli:syllables Krijoi faqen me "local export = {} local m_str_utils = require("Module:string utilities") local gsub = m_str_utils.gsub local match = m_str_utils.match local toNFD = mw.ustring.toNFD local U = m_str_utils.char local diphthongs = mw.loadData("Module:IPA/data").diphthongs local vowels = mw.loadData("Module:IPA/data/symbols").vowels .. "ᵻ" .. "ᵿ" --[[ No use for this at the moment, though it is an interesting catalogue. It might be usable for phonetic transcriptions. Diacritics adde..." aktual
- 07:2610 gusht 2025 07:26 ndrysh hist +3.565 R Moduli:references Krijoi faqen me "local export = {} local rsplit = mw.text.split --[==[ Parse a references spec as used in the {{para|ref}} param to {{tl|IPA}}, {{tl|IPAchar}}, {{tl|homophones}}, {{tl|rhymes}}, etc. and soon the {{para|f<var>N</var>ref}} param to {{tl|head}}. `parse_err` is a function of one argument to throw an error with the specified argument as the error message; defaults to `error`. Multiple references are separated by `!!!` (optionally with spaces around it), and the equivalent of..." aktual
- 07:2510 gusht 2025 07:25 ndrysh hist +45.388 R Moduli:labels Krijoi faqen me "local export = {} export.lang_specific_data_list_module = "Module:labels/data/lang" export.lang_specific_data_modules_prefix = "Module:labels/data/lang/" local load_module = "Module:load" local parse_utilities_module = "Module:parse utilities" local string_utilities_module = "Module:string utilities" local utilities_module = "Module:utilities" local insert = table.insert local require_when_needed = require("Module:utilities/require when needed") local unpack = unpack or..." aktual
- 07:2410 gusht 2025 07:24 ndrysh hist +5.747 R Moduli:pron qualifier Krijoi faqen me "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. It..." aktual
- 07:2310 gusht 2025 07:23 ndrysh hist +3.823 R Moduli:qualifier Krijoi faqen me "local export = {} local concat = table.concat --[==[ Wrap text in one or more CSS classes. `classes` should be a string; separate multiple classes with a space. ]==] function export.wrap_css(text, classes) return ("<span class=\"%s\">%s</span>"):format(classes, text) end --[==[ Wrap text in one or more qualifier CSS classes. `suffix` is the suffix describing the type of content, e.g. `brac` for parens, `content` for content, `comma` for commas. CSS classes <code>ib-<va..." aktual
- 07:2110 gusht 2025 07:21 ndrysh hist 0 v Moduli:languages Kujdestari7 zhvendosi faqen Moduli:Languages te Moduli:languages pa lënë një ridrejtim: typo aktual
- 07:2010 gusht 2025 07:20 ndrysh hist 0 v Moduli:links Kujdestari7 zhvendosi faqen Moduli:Links te Moduli:links pa lënë një ridrejtim aktual
- 07:2010 gusht 2025 07:20 ndrysh hist 0 v Moduli:scripts Kujdestari7 zhvendosi faqen Moduli:Scripts te Moduli:scripts pa lënë një ridrejtim: typo aktual
- 07:1910 gusht 2025 07:19 ndrysh hist 0 v Moduli:pages Kujdestari7 zhvendosi faqen Moduli:Pages te Moduli:pages pa lënë një ridrejtim: typo aktual
- 07:1910 gusht 2025 07:19 ndrysh hist 0 v Moduli:script utilities Kujdestari7 zhvendosi faqen Moduli:Script utilities te Moduli:script utilities pa lënë një ridrejtim: typo aktual
- 07:1810 gusht 2025 07:18 ndrysh hist 0 v Moduli:string utilities Kujdestari7 zhvendosi faqen Moduli:String utilities te Moduli:string utilities pa lënë një ridrejtim: typo aktual
- 07:1710 gusht 2025 07:17 ndrysh hist 0 v Moduli:headword/data Kujdestari7 zhvendosi faqen Moduli:Headword/data te Moduli:headword/data pa lënë një ridrejtim: typo aktual
- 07:1510 gusht 2025 07:15 ndrysh hist 0 v Moduli:load Kujdestari7 zhvendosi faqen Moduli:Load te Moduli:load pa lënë një ridrejtim: typo aktual
- 07:1410 gusht 2025 07:14 ndrysh hist 0 v Moduli:table Kujdestari7 zhvendosi faqen Moduli:Table te Moduli:table pa lënë një ridrejtim aktual
- 07:1210 gusht 2025 07:12 ndrysh hist 0 v Moduli:utilities/data Kujdestari7 zhvendosi faqen Moduli:utilitiespopo/data te Moduli:utilities/data pa lënë një ridrejtim: typo upper case U aktual
- 07:1210 gusht 2025 07:12 ndrysh hist 0 v Moduli:utilities Kujdestari7 zhvendosi faqen Moduli:utilitiespopo te Moduli:utilities pa lënë një ridrejtim: typo upper case U aktual
- 07:1210 gusht 2025 07:12 ndrysh hist 0 v Moduli:utilities/data Kujdestari7 zhvendosi faqen Moduli:Utilities/data te Moduli:utilitiespopo/data pa lënë një ridrejtim
- 07:1210 gusht 2025 07:12 ndrysh hist 0 v Moduli:utilities Kujdestari7 zhvendosi faqen Moduli:Utilities te Moduli:utilitiespopo pa lënë një ridrejtim
- 07:0210 gusht 2025 07:02 ndrysh hist 0 v Moduli:utilities/data Kujdestari7 zhvendosi faqen Moduli:Utilities-temp/data te Moduli:Utilities/data pa lënë një ridrejtim: typo upper case U
- 07:0210 gusht 2025 07:02 ndrysh hist 0 v Moduli:utilities Kujdestari7 zhvendosi faqen Moduli:Utilities-temp te Moduli:Utilities pa lënë një ridrejtim: typo upper case U
- 06:5910 gusht 2025 06:59 ndrysh hist 0 v Moduli:utilities/data Kujdestari7 zhvendosi faqen Moduli:Utilities/data te Moduli:Utilities-temp/data pa lënë një ridrejtim: typo
- 06:5910 gusht 2025 06:59 ndrysh hist 0 v Moduli:utilities Kujdestari7 zhvendosi faqen Moduli:Utilities te Moduli:Utilities-temp pa lënë një ridrejtim: typo
- 06:5010 gusht 2025 06:50 ndrysh hist +13.170 R Moduli:headword/data Krijoi faqen me "local headword_page_module = "Module:headword/page" local list_to_set = require("Module:table").listToSet local data = {} ------ 1. Lists which are converted into sets. ------ -- Zero-plurals (i.e. invariable plurals). local irregular_plurals = list_to_set({ "cmavo", "cmene", "fu'ivla", "gismu", "Han tu", "hanja", "hanzi", "jyutping", "kana", "kanji", "lujvo", "phrasebook", "pinyin", "rafsi", }, function(_, item) return item end) -- Irregular non-zero p..."