Mga ambag ni 50.200.33.170

Maghanap ng ambagIpakitaItago
⧼contribs-top⧽
⧼contribs-date⧽

5 Abril 2023

  • 17:5317:53, 5 Abril 2023 iba noon +3,411 Module:links/templatesNo edit summary
  • 17:4317:43, 5 Abril 2023 iba noon +456 B Module:languages/data/patternsNilikha ang pahina na may '-- Capture patterns used by Module:languages to prevent formatting from being disrupted while text is being processed. return { "((\127'\"`UNIQ%-%-%l+%-%x+%-QINU`\"'\127))", -- Strip marker "((<[^<>]+>))", -- HTML tag "('*(''').-'*('''))", -- Bold "('*('').-'*(''))", -- Italics "((%[%[)[^%[|]-(%]%]))", -- Bare internal link "((%[%[)[^%[|]-(|).-(%]%]))", -- Piped internal link "((%[)[^[%]]*(%]))", -- External link "((https?://%S+))" -- URL }' nananatili
  • 17:4117:41, 5 Abril 2023 iba noon +3,336 B Module:languages/findBestScriptNilikha ang pahina na may 'return function (export, self, text, scripts, forceDetect) -- 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 else...' nananatili
  • 17:3917:39, 5 Abril 2023 iba noon +22,372 Module:string utilitiesNo edit summary nananatili
  • 17:3617:36, 5 Abril 2023 iba noon +1,377 B Module:utilities/dataNilikha ang pahina na may 'local data = {} data.notneeded = { ["und"] = true, ["cmn"] = true, ["ja"] = true, ["zu"] = true, ["nan"] = true, ["yue"] = true, ["ko"] = true, } data.neededhassubpage = { ["ga"] = true, ["gv"] = true, ["nv"] = true, ["roa-jer"] = true, ["fr"] = true, ["rm"] = true, ["prg"] = true, ["gd"] = true, ["twf"] = true, ["en"] = true, ["ro"] = true, ["egl"] = true, ["roa-tar"] = true, ["gl"] = true, ["ast"] = true, ["br"] = true, } --[[ Script...' nananatili
  • 17:3417:34, 5 Abril 2023 iba noon +5,670 Module:utilitiesNo edit summary nananatili
  • 17:3017:30, 5 Abril 2023 iba noon +5,274 B Module:links/dataNilikha ang pahina na may '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 page name with the pr...' nananatili
  • 17:2517:25, 5 Abril 2023 iba noon +5,558 B Module:languages/dataNilikha ang pahina na may '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...' nananatili
  • 17:2317:23, 5 Abril 2023 iba noon +46,739 B Module:languages/data/2Nilikha ang pahina na may 'local u = mw.ustring.char local m_langdata = require("Module:languages/data") local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared -- Ideally, we want to move these into Module:languages/data, but because (a) it's necessary to use require on that module, and (b) they're only used in this data module, it's less memory-efficient to do that at the moment. If it becomes possible to use mw.loadData, then these should be moved there...' nananatili
  • 17:2117:21, 5 Abril 2023 iba noon +3,888 B Module:languages/errorNilikha ang pahina na may '--[=[ Throw an error for an invalid language code or script code. `lang_code` (required) is the bad code and can be nil or a non-string. `param` (required) is the name of the parameter in which the code was contained. It can be a string, a number (for a numeric param, in which case the param will show up in the error message as an ordinal such as "first" or "second"), or `true` if no parameter can be clearly identified. It can also be a function of one argume...' nananatili
  • 17:2017:20, 5 Abril 2023 iba noon +882 B Module:languages/errorGetByNilikha ang pahina na may 'local export = {} function export.code(code, paramForError, allowEtymLang, allowFamily) local codetext = nil if allowEtymLang and allowFamily then codetext = "language, etymology language or family code" elseif allowEtymLang then codetext = "language or etymology language code" elseif allowFamily then codetext = "language or family code" else codetext = "language code" end require("Module:languages/error")(code, paramForError, codetext) end funct...' nananatili
  • 17:1817:18, 5 Abril 2023 iba noon +32,309 Module:languagesNo edit summary
  • 17:1617:16, 5 Abril 2023 iba noon +1,019 B Module:script utilities/dataNilikha ang pahina na may 'local data = {} data.translit = { ["term"] = { --[=[ can't be done until Kana transliterations are correctly parsed by Module:links ["tag"] = "i", ]=] ["classes"] = "mention-tr", }, ["usex"] = { ["tag"] = "i", ["classes"] = "e-transliteration", }, ["head"] = { ["classes"] = "headword-tr", ["dir"] = "ltr", }, ["default"] = {}, } data.transcription = { ["head"] = { ["tag"] = "span", ["classes"] = "headword-ts", ["dir"] = "ltr", },...' nananatili
  • 17:1417:14, 5 Abril 2023 iba noon +11,022 Module:script utilitiesNo edit summary nananatili
  • 17:1017:10, 5 Abril 2023 iba noon +2,703 B Module:te-translitNilikha ang pahina na may 'local export = {} local consonants = { ['క']='k' , ['ఖ']='kh' , ['గ']='g' , ['ఘ']='gh' , ['ఙ']='ṅ' , ['చ']='c' , ['ఛ']='ch' , ['జ']='j' , ['ఝ']='jh' , ['ఞ']='ñ' , ['ట']='ṭ' , ['ఠ']='ṭh' , ['డ']='ḍ' , ['ఢ']='ḍh' , ['ణ']='ṇ' , ['త']='t' , ['థ']='th' , ['ద']='d' , ['ధ']='dh' , ['న']='n' , ['ప']='p' , ['ఫ']='ph' , ['బ']='b' , ['భ']='bh' , ['మ']='m' , ['య']='y' , ['ర']='r' , ['ల']='l' ,...' nananatili
  • 17:0617:06, 5 Abril 2023 iba noon +12,399 B Module:thNilikha ang pahina na may 'local export = {} local gsub = mw.ustring.gsub local sub = mw.ustring.sub local match = mw.ustring.match local m_translit = require("Module:th-translit") function export.new(frame) local title = mw.title.getCurrentTitle().text local args = frame:getParent().args local phonSpell = args[1] or title local pos = args[2] or "" local def = args[3] or "{{rfdef|th}}" local pos2 = args[4] or (args[5] and "" or false) local def2 = args[5] or "{{rfdef|th}}" local p...' nananatili
  • 17:0317:03, 5 Abril 2023 iba noon +2,235 B Module:sa-translitNilikha ang pahina na may 'local export = {} local consonants = { ['क']='k', ['ख']='kh', ['ग']='g', ['घ']='gh', ['ङ']='ṅ', ['च']='c', ['छ']='ch', ['ज']='j', ['झ']='jh', ['ञ']='ñ', ['ट']='ṭ', ['ठ']='ṭh', ['ड']='ḍ', ['ढ']='ḍh', ['ण']='ṇ', ['त']='t', ['थ']='th', ['द']='d', ['ध']='dh', ['न']='n', ['प']='p', ['फ']='ph', ['ब']='b', ['भ']='bh', ['म']='m', ['य']='y', ['र']='r', ['ल']='l', ['व']='v', ['ळ']='ḷ', ['...' nananatili