Jhyet a̱tyunta̱m si̱ 197.210.70.90

Zop jhyetNgaatTa̱luk
⧼contribs-top⧽
⧼contribs-date⧽

14 Zwat A̱ni̱nai 2023

  • 17:5317:53, 14 Zwat A̱ni̱nai 2023 vwuon nkha +88 N Module:languages/findBestScript/docCreated page with "Implements <tt>Language:findBestScript</tt>. See Module:languages for documentation." mi̱ di̱ yong huni
  • 17:5217:52, 14 Zwat A̱ni̱nai 2023 vwuon nkha +3,414 N Module:languages/findBestScriptCreated page with "return function (export, self, text, scripts, forceDetect, useRequire) -- Ensure that "Hant", "Hans" and "Hani" are moved to the end of the list (in that order, if present), as they are a special-case. local oldScripts, Hant, Hans, Hani, finalCheck = scripts scripts = {} for _, script in ipairs(oldScripts) do if script._code == "Hant" then Hant = script elseif script._code == "Hans" then Hans = script elseif script._code == "Hani" then Hani = script..." mi̱ di̱ yong huni
  • 17:5117:51, 14 Zwat A̱ni̱nai 2023 vwuon nkha +6,201 N Module:languages/dataCreated page with "local u = mw.ustring.char local export = {} --[=[ Here is a list of the language fields by order of frequency according to User:Erutuon/language_stuff. If the order changes, change the order here for potentially greater efficiency. local fields = { "canonical_name", "wikidata_item", "family", "scripts", "other_names", "ancestors", "type", "translit", "entry_name", "sort_key", "override_translit", "wikimedia_codes", "standard_chars", "wikipedia_article..." mi̱ di̱ yong huni
  • 17:4317:43, 14 Zwat A̱ni̱nai 2023 vwuon nkha +4,662 N Module:parameters/dataCreated page with "local shallowcopy = require("Module:table").shallowcopy local function no_equals(t) local t_no_equals = {} for k, v in pairs(t) do if type(k) == "string" then t_no_equals[k:gsub("=", "")] = v else t_no_equals[k] = v end end return t_no_equals end local alias_of_4 = {alias_of = 4} local allow_empty = {allow_empty = true} local boolean = {type = "boolean"} local boolean_default_false = {type = "boolean", default = false} local boolean_list_allow_holes = {..." mi̱ di̱ yong huni
  • 17:3617:36, 14 Zwat A̱ni̱nai 2023 vwuon nkha +954 N Module:links/docCreated page with "This module provides many useful utility functions for creating and processing wikilinks within Wiktionary. It is used by the linking templates {{temp|m}} and {{temp|l}} through the functions in Module:links/templates. ==Functions== {{module documentation|section_level=3}} ==Changes== * 2013-09-13: Category:Terms with manual transliterations different from the automated ones and Category:Terms with redundant transliterations or..." mi̱ di̱ yong huni
  • 17:3517:35, 14 Zwat A̱ni̱nai 2023 vwuon nkha +44,064 N Module:linksCreated page with "local export = {} --[=[ Unsupported titles, pages with high memory usage, extraction modules and part-of-speech names are listed at Module:links/data. Other modules used: Module:script utilities Module:scripts Module:languages and its submodules Module:gender and number Module:debug/track ]=] -- These are prefixed with u to avoid confusion with the default string methods -- of the same name. local concat = table.concat local..." mi̱ di̱ yong huni
  • 17:3417:34, 14 Zwat A̱ni̱nai 2023 vwuon nkha +245 N Module:links/data/docCreated page with "This module contains data used by Module:links. The function at the bottom of the module transforms the tables, so that they contain {{code|lua|2=[item1] = true, [item2] = true, ...}}. <includeonly> Category:Data modules </includeonly>" mi̱ di̱ yong huni
  • 17:3417:34, 14 Zwat A̱ni̱nai 2023 vwuon nkha +5,891 N Module:links/dataCreated page with "local encode = mw.text.encode local u = mw.ustring.char local data = {} data.ignore_cap = { ["ko"] = true, } data.phonetic_extraction = { ["th"] = "Module:th", ["km"] = "Module:km", } data.pos_tags = { ["a"] = "adjective", ["adv"] = "adverb", ["int"] = "interjection", ["n"] = "noun", ["pron"] = "pronoun", ["v"] = "verb", ["vi"] = "intransitive verb", ["vt"] = "transitive verb", ["vti"] = "transitive and intransitive verb", } --[[ The "actual title" is the..." mi̱ di̱ yong huni
  • 17:3117:31, 14 Zwat A̱ni̱nai 2023 vwuon nkha +1,852 N Module:links/print dataCreated page with "local export = {} local function make_anchor(text, anchor) return '<span id="' .. (anchor or text) .. '">' .. text .. '</span>' end function export.show() local data = mw.loadData "Module:links/data" local output = {} local insert = table.insert local ugsub = mw.ustring.gsub local get_codepoint = mw.ustring.codepoint local ulen = mw.ustring.len local sorted_pairs = require "Module:table".sortedPairs local is_whitespace = require "Module:Unicode data".i..." mi̱ di̱ yong huni
  • 17:3017:30, 14 Zwat A̱ni̱nai 2023 vwuon nkha +9,638 N Module:Unicode data/combiningCreated page with "local data = { singles = { [0x000315] = 232, [0x00031A] = 232, [0x00031B] = 216, [0x000345] = 240, [0x000346] = 230, [0x000357] = 230, [0x000358] = 232, [0x00035B] = 230, [0x00035C] = 233, [0x00035F] = 233, [0x000362] = 233, [0x000591] = 220, [0x000596] = 220, [0x00059A] = 222, [0x00059B] = 220, [0x0005AA] = 220, [0x0005AD] = 222, [0x0005AE] = 228, [0x0005AF] = 230, [0x0005B0] = 10, [0x0005B1] = 11, [0x0005B2] = 12, [0x00..." mi̱ di̱ yong huni
  • 17:1217:12, 14 Zwat A̱ni̱nai 2023 vwuon nkha +267 N Module:yesno/docCreated page with "This module returns a function that will convert various values to {{code|lua|false}} or {{code|lua|true}}. It can be used to interpret boolean template parameters, if Module:parameters is not being used. <includeonly> Category:Lua metamodules </includeonly>" mi̱ di̱ yong huni
  • 17:1117:11, 14 Zwat A̱ni̱nai 2023 vwuon nkha +647 N Module:yesnoCreated page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. local lower = string.lower local type = type local booleans = { [true] = true, [false] = false, ["true"] = true, ["false"] = false, [1] = true, [0] = false, ["1"] = true, ["0"] = false, ["yes"] = true, ["no"] = false, ["y"] = true, ["n"] = false, ["t"] = true, ["f"] = false, ["on"] = true, ["off"] = false, } return function (val, defaul..." mi̱ di̱ yong huni