Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (  | ) (20 | 50 | 100 | 250 | 500)
  • 17:01, 11 January 2025 Sware talk contribs imported Module:languages/data/3/e by file upload (1 revision)
  • 17:01, 11 January 2025 Sware talk contribs imported Module:languages/data/3/d by file upload (1 revision)
  • 17:01, 11 January 2025 Sware talk contribs imported Module:languages/data/3/c by file upload (1 revision)
  • 17:01, 11 January 2025 Sware talk contribs imported Module:languages/data/3/b by file upload (1 revision)
  • 17:01, 11 January 2025 Sware talk contribs imported Module:languages/data/3/a by file upload (1 revision)
  • 16:45, 11 January 2025 Sware talk contribs created page Module:languages/data/3/m (Created page with "local m_langdata = require("Module:languages/data") -- Loaded on demand, as it may not be needed (depending on the data). local function u(...) u = require("Module:string utilities").char return u(...) end local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared local m = {} m["maa"] = { "San Jerónimo Tecóatl Mazatec", 7692927, "omq-maz", "Latn", } m["mab"] = { "Yutanduchi Mixtec", 12645448, "omq-mxt", "Latn", } m["mad"] = {...")
  • 16:45, 11 January 2025 Sware talk contribs created page Module:languages/data/3/b (Created page with "local m_langdata = require("Module:languages/data") -- Loaded on demand, as it may not be needed (depending on the data). local function u(...) u = require("Module:string utilities").char return u(...) end local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared local m = {} m["baa"] = { "Babatana", 2877785, "poz-ocw", "Latn", } m["bab"] = { "Bainouk-Gunyuño", 35508, "alv-bny", "Latn", } m["bac"] = { "Baduy", 3449885, "poz-...")
  • 16:44, 11 January 2025 Sware talk contribs created page Module:languages/data/3/a (Created page with "local m_langdata = require("Module:languages/data") -- Loaded on demand, as it may not be needed (depending on the data). local function u(...) u = require("Module:string utilities").char return u(...) end local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared local m = {} m["aaa"] = { "Ghotuo", 35463, "alv-yek", "Latn", } m["aab"] = { "Alumu-Tesu", 35034, "nic-alu", "Latn", } m["aac"] = { "Ari", 1811224, "paa-pag", "Latn...")
  • 16:44, 11 January 2025 Sware talk contribs created page Module:languages/data/3/q (Created page with "local m_langdata = require("Module:languages/data") -- Loaded on demand, as it may not be needed (depending on the data). local function u(...) u = require("Module:string utilities").char return u(...) end local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared local m = {} m["qua"] = { "Quapaw", 3412974, "sio-dhe", "Latn", } m["quc"] = { "K'iche'", 36494, "myn", "Latn", } m["qui"] = { "Quileute", 3414490, "chi", "Latn", }...")
  • 16:44, 11 January 2025 Sware talk contribs created page Module:languages/data/2/extra (Created page with "local m = {} m["aa"] = { aliases = {"Qafar"}, } m["ab"] = { aliases = {"Abkhazian", "Abxazo"}, } m["ae"] = { aliases = {"Zend", "Old Bactrian"}, } m["af"] = { } m["ak"] = { varieties = {"Twi-Fante", "Twi", {"Fante", "Fanti"}, "Asante", "Akuapem"}, } m["am"] = { } m["an"] = { } m["ar"] = { -- FIXME, some of the following are varieties but it's not clear which ones aliases = {"Standard Arabic", "Literary Arabic", "High Arabic"}, varieties = {"Modern Standard...")
  • 16:43, 11 January 2025 Sware talk contribs created page Module:languages/data/2 (Created page with "local m_langdata = require("Module:languages/data") -- Loaded on demand, as it may not be needed (depending on the data). local function u(...) u = require("Module:string utilities").char return u(...) end 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...")
  • 13:06, 11 January 2025 Sware talk contribs created page Module:writing systems/data (Created page with "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", }...")
  • 13:06, 11 January 2025 Sware talk contribs created page Module:writing systems (Created page with "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 mod...")
  • 13:05, 11 January 2025 Sware talk contribs created page Module:require when needed (Created page with "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 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_obj(mt) local obj = require(mt[1]) if...")
  • 13:04, 11 January 2025 Sware talk contribs created page Module:scripts/by name (Created page with "return { ["Ayer"] = "Tahano Hikamu", ["Roka"] = "Rokadong Curakjang", ["Rsnold"] = "Old Raysian", ["Pann"] = "Pannonian", ["Adlam"] = "Adlm", ["Afaka"] = "Afak", ["Ahom"] = "Ahom", ["Anatolian hieroglyphic"] = "Hluw", ["Ancient North Arabian"] = "Narb", ["Ancient South Arabian"] = "Sarb", ["Arabic"] = "Arab", ["Armenian"] = "Armn", ["Assamese"] = "as-Beng", ["Avestan"] = "Avst", ["Balinese"] = "Bali", ["Bamum"] = "Bam...")
  • 13:02, 11 January 2025 Sware talk contribs created page Module:JSON (Created page with "local export = {} local m_table = require("Module:table") local codepoint = require("Module:string utilities").codepoint local concat = table.concat local converter -- forward declaration local format = string.format local getmetatable = getmetatable local index_ipairs = m_table.indexIpairs local insert = table.insert local is_array = m_table.isArray local is_finite_real_number = require("Module:math").is_finite_real_number local is_utf8 = mw.ustring.isutf8 local pairs...")
  • 13:00, 11 January 2025 Sware talk contribs created page Module:Unicode data/data (Created page with "-- General data used by Module:Unicode data. local export = {} export.planes = { [ 0] = "Basic Multilingual Plane"; [ 1] = "Supplementary Multilingual Plane"; [ 2] = "Supplementary Ideographic Plane"; [ 3] = "Tertiary Ideographic Plane"; [14] = "Supplementary Special-purpose Plane"; [15] = "Supplementary Private Use Area-A"; [16] = "Supplementary Private Use Area-B"; } export.unsupported_title = { [0x0020] = "Unsupported titles/Space"; [0x0023] = "Unsuppor...")
  • 13:00, 11 January 2025 Sware talk contribs created page Module:Unicode data/combining classes (Created page with "return { ["\204\128"] = 230, -- U+0300 ["\204\129"] = 230, -- U+0301 ["\204\130"] = 230, -- U+0302 ["\204\131"] = 230, -- U+0303 ["\204\132"] = 230, -- U+0304 ["\204\133"] = 230, -- U+0305 ["\204\134"] = 230, -- U+0306 ["\204\135"] = 230, -- U+0307 ["\204\136"] = 230, -- U+0308 ["\204\137"] = 230, -- U+0309 ["\204\138"] = 230, -- U+030A ["\204\139"] = 230, -- U+030B ["\204\140"] = 230, -- U+030C ["\204\141"] = 230, -- U+030D ["\204\142"] = 230, -- U+030E...")
  • 02:42, 11 January 2025 Sware talk contribs created page Module:labels/data/qualifiers (Created page with "local labels = {} -- Qualifiers and similar labels. -- NOTE: This module is loaded both by Module:labels and by Module:accent qualifier. -- Helper labels labels["_"] = { display = "", omit_preComma = true, omit_postComma = true, } labels[";"] = { omit_preComma = true, omit_postComma = true, omit_preSpace = true, } labels[":"] = { omit_preComma = true, omit_postComma = true, omit_preSpace = true, } labels["-"] = { -- hyphen omit_preComma = true,...")
  • 02:41, 11 January 2025 Sware talk contribs created page Module:labels/data/lang (Created page with "-- Table listing all of the languages with lang-specific labels modules. local langs_with_lang_specific_modules = { ["ab"] = true, ["ady"] = true, ["ae"] = true, ["af"] = true, ["afb"] = true, ["aii"] = true, ["ain"] = true, ["ajp"] = true, ["ak"] = true, ["akk"] = true, ["amf"] = true, ["an"] = true, ["ang"] = true, ["apc"] = true, ["ar"] = true, ["arc"] = true, ["arq"] = true, ["arz"] = true, ["as"] = true, ["az"] = true, ["bar"] = true, ["bcl"] =...")
  • 00:15, 11 January 2025 Sware talk contribs created page Contionary:ůlnįůn (Created page with "==Pine== {{POC}} ===Pronunciation=== * {{IPA all|pine|[ˈœʎːɲœn]}} ===Noun=== {{head|pine|noun|g=?}} # crook, bend? ## back of the elbow, crook of the arm, elbow pit ## back of the knee, ham ## back of the ear")
  • 00:06, 11 January 2025 Sware talk contribs created page Category:Pine pluralia tantum (Created page with "p")
  • 00:06, 11 January 2025 Sware talk contribs created page Category:Pine terms by etymology (Created page with "t")
  • 00:05, 11 January 2025 Sware talk contribs created page Category:Pine compound terms (Created page with "c")
  • 20:17, 9 January 2025 Sware talk contribs created page Contionary:nįaṡkagukki (Created page with "==Pine== {{POC}} ===Pronunciation=== * {{IPA all|pine|[ˈɲaʃːkaɡʊʰkɪ]|q=Pine}} ===Etymology=== {{com|pine|nįaṡk-|t1=to hide, to be secret|skagut|t2=skill|-ki}} ===Noun=== {{head|pine|noun|g=p|affix=-ki}} # magic")
  • 19:47, 9 January 2025 Sware talk contribs created page Module:families/code to canonical name (Created page with "return { ["alo"] = "Alopian", ["alo-cst"] = "Coastal Alopian", ["alo-inl"] = "Inland Alopian", ["alo-tdr"] = "Tundra Alopian", ["alo-fre"] = "Forest Alopian", ["aav"] = "Austroasiatic", ["aav-khs"] = "Khasian", ["aav-nic"] = "Nicobarese", ["aav-pkl"] = "Pnar-Khasi-Lyngngam", ["afa"] = "Afroasiatic", ["alg"] = "Algonquian", ["alg-abp"] = "Abenaki-Penobscot", ["alg-ara"] = "Arapahoan", ["alg-eas"] = "Eastern Algonquian", ["alg-sfk"] = "Sac-Fox-Kickapoo", ["...")
  • 19:44, 9 January 2025 Sware talk contribs created page Module:etymology languages/code to canonical name (Created page with "return { ["aae"] = "Arbëresh Albanian", ["aat"] = "Arvanitika Albanian", ["act"] = "Achterhoeks", ["adx"] = "Amdo Tibetan", ["ae-old"] = "Old Avestan", ["ae-yng"] = "Younger Avestan", ["ain-hok"] = "Hokkaido Ainu", ["ain-kur"] = "Kuril Ainu", ["ain-sak"] = "Sakhalin Ainu", ["akk-lbb"] = "Late Babylonian", ["akk-mas"] = "Middle Assyrian", ["akk-mbb"] = "Middle Babylonian", ["akk-nas"] = "Neo-Assyrian", ["akk-nbb"] = "Neo-Babylonian", ["akk-oas"] = "Old Ass...")
  • 21:48, 8 January 2025 Sware talk contribs created page Module:Unicode data/category (Created page with "return { singles = { [0x00020] = "Zs", [0x00024] = "Sc", [0x00028] = "Ps", [0x00029] = "Pe", [0x0002A] = "Po", [0x0002B] = "Sm", [0x0002C] = "Po", [0x0002D] = "Pd", [0x0005B] = "Ps", [0x0005C] = "Po", [0x0005D] = "Pe", [0x0005E] = "Sk", [0x0005F] = "Pc", [0x00060] = "Sk", [0x0007B] = "Ps", [0x0007C] = "Sm", [0x0007D] = "Pe", [0x0007E] = "Sm", [0x000A0] = "Zs", [0x000A1] = "Po", [0x000A6] = "So", [0x000A7] = "Po", [0x000A8] =...")
  • 21:45, 8 January 2025 Sware talk contribs created page Module:Unicode data/control (Created page with "local Cc, Cf, Cs, Co, Cn = "control", "format", "surrogate", "private-use", "unassigned" local Zs, Zl, Zp = "space-separator", "line-separator", "paragraph-separator" local data = { singles = { [0x000020] = Zs, [0x0000A0] = Zs, [0x0000AD] = Cf, [0x00038B] = Cn, [0x00038D] = Cn, [0x0003A2] = Cn, [0x000530] = Cn, [0x000590] = Cn, [0x00061C] = Cf, [0x0006DD] = Cf, [0x00070E] = Cn, [0x00070F] = Cf, [0x00083F] = Cn, [0x00085F] = Cn, [0x00088F...")
  • 21:39, 8 January 2025 Sware talk contribs created page Module:Lang/langx (Created page with "--[[--------------------------< R T L _ T >-------------------------------------------------------------------- table of language tags that render text right-to-left Data in this table scraped from {{lang-xx}} templates that set |rtl=yes keys (tags) in this table must be lowercase. TODO: in the long run, do we need this table? Can't {{langx}} apply dir="rtl" attribute automatically? ]] local rtl_t = { ----------< I S O 6 3 9 - 1 >---------- ['ae'] = true, ['ar']...")
  • 21:39, 8 January 2025 Sware talk contribs created page Module:Lang/configuration (Created page with "--[[--------------------------< T E M P L A T E S _ T >-------------------------------------------------------- ]] local templates_t = { lang = 'Lang', langx = 'Langx', langxx = 'Lang-xx', transliteration = 'Transliteration', } --[[--------------------------< K N O W N _ P A R A M S >------------------------------------------------------ lists of all parameters known to {{lang}}, {{langx}}, {{lang-xx}} templates. Exception: |fn= is known to {{lang}} but is not...")
  • 21:38, 8 January 2025 Sware talk contribs created page Module:Lang/ISO 639 synonyms (Created page with "-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an", ["asm"] = "as", ["ava"] = "av", ["ave"] = "ae", ["aym"] = "ay", ["aze"] = "az", ["bak"] = "ba", ["bam"] = "bm", ["bel"] = "be", ["ben"] = "bn", ["bih"] = "bh", ["bis"] = "bi", ["bod"] = "bo", ["bos"] = "bs", ["bre"] = "br", ["bul"] = "bg", ["cat"] = "ca", ["ces"] = "cs", ["cha"] = "ch", ["che"] = "ce",...")
  • 21:38, 8 January 2025 Sware talk contribs created page Module:Lang/data/iana suppressed scripts (Created page with "-- File-Date: 2024-11-19 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] = {"ab", "be", "bg", "kk", "mk", "ru", "uk"}, ["Deva"] = {"hi", "mr", "ne", "kok", "mai"}, ["Ethi"] = {"am", "ti"}, ["Geor"] = {"ka"}, ["Grek"] = {"el"}, ["Gujr"] = {"gu"}, ["Guru"] = {"pa"}, ["Hebr"] = {"he", "iw", "yi"}, ["Jpan"] = {"ja"}, ["Khmr"] = {"km"}, ["Knda"] = {"kn"}, ["Kore"] = {"ko"}, ["Laoo"] = {"lo...")
  • 21:37, 8 January 2025 Sware talk contribs created page Module:Lang/data/iana variants (Created page with "-- File-Date: 2024-11-19 return { ["1606nict"] = { ["descriptions"] = {"Late Middle French (to 1606)"}, ["prefixes"] = {"frm"}, }, ["1694acad"] = { ["descriptions"] = {"Early Modern French"}, ["prefixes"] = {"fr"}, }, ["1901"] = { ["descriptions"] = {"Traditional German orthography"}, ["prefixes"] = {"de"}, }, ["1959acad"] = { ["descriptions"] = {"\"Academic\" (\"governmental\") variant of Belarusian as codified in 1959"}, ["prefixes"] = {"be"},...")
  • 21:37, 8 January 2025 Sware talk contribs created page Module:Lang/data/iana regions (Created page with "-- File-Date: 2024-11-19 return { ["AC"] = {"Ascension Island"}, ["AD"] = {"Andorra"}, ["AE"] = {"United Arab Emirates"}, ["AF"] = {"Afghanistan"}, ["AG"] = {"Antigua and Barbuda"}, ["AI"] = {"Anguilla"}, ["AL"] = {"Albania"}, ["AM"] = {"Armenia"}, ["AO"] = {"Angola"}, ["AQ"] = {"Antarctica"}, ["AR"] = {"Argentina"}, ["AS"] = {"American Samoa"}, ["AT"] = {"Austria"}, ["AU"] = {"Australia"}, ["AW"] = {"Aruba"}, ["AX"] = {"Åland Islands"}, ["AZ"] = {"Azer...")
  • 21:36, 8 January 2025 Sware talk contribs created page Module:Lang/data/iana scripts (Created page with "-- File-Date: 2024-11-19 return { ["Adlm"] = {"Adlam"}, ["Afak"] = {"Afaka"}, ["Aghb"] = {"Caucasian Albanian"}, ["Ahom"] = {"Ahom", "Tai Ahom"}, ["Arab"] = {"Arabic"}, ["Aran"] = {"Arabic (Nastaliq variant)"}, ["Armi"] = {"Imperial Aramaic"}, ["Armn"] = {"Armenian"}, ["Avst"] = {"Avestan"}, ["Bali"] = {"Balinese"}, ["Bamu"] = {"Bamum"}, ["Bass"] = {"Bassa Vah"}, ["Batk"] = {"Batak"}, ["Beng"] = {"Bengali", "Bangla"}, ["Bhks"] = {"Bhaiksuki"}, ["Blis"] =...")
  • 21:36, 8 January 2025 Sware talk contribs created page Module:Lang/data/iana languages (Created page with "-- File-Date: 2024-11-19 local active = { ["aa"] = {"Afar"}, ["ab"] = {"Abkhazian"}, ["ae"] = {"Avestan"}, ["af"] = {"Afrikaans"}, ["ak"] = {"Akan"}, ["am"] = {"Amharic"}, ["an"] = {"Aragonese"}, ["ar"] = {"Arabic"}, ["as"] = {"Assamese"}, ["av"] = {"Avaric"}, ["ay"] = {"Aymara"}, ["az"] = {"Azerbaijani"}, ["ba"] = {"Bashkir"}, ["be"] = {"Belarusian"}, ["bg"] = {"Bulgarian"}, ["bh"] = {"Bihari languages"}, ["bi"] = {"Bislama"}, ["bm"] = {"Bambara"}, ["...")
  • 21:32, 8 January 2025 Sware talk contribs created page Template:Langx (Created page with "<includeonly>{{#invoke:lang|langx}}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 21:18, 8 January 2025 Sware talk contribs created page 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...")
  • 12:45, 8 January 2025 Sware talk contribs created page 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:42, 8 January 2025 Sware talk contribs created page 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:41, 8 January 2025 Sware talk contribs created page 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:31, 8 January 2025 Sware talk contribs created page 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:31, 8 January 2025 Sware talk contribs created page 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:30, 8 January 2025 Sware talk contribs created page 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, }")
  • 10:58, 8 January 2025 Sware talk contribs deleted page User:PrestonGore (Mass deletion of pages added by PrestonGore)
  • 10:57, 8 January 2025 Sware talk contribs blocked PrestonGore talk contribs with an expiration time of indefinite (account creation disabled)
  • 10:34, 8 January 2025 Sware talk contribs created page 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\\"]...")
  • 10:26, 8 January 2025 Sware talk contribs created page 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"}, [...")
  • 09:31, 8 January 2025 Sware talk contribs created page Template:IPA all (Redirected page to Template:IPA-all) Tag: New redirect
(newest | oldest) View (  | ) (20 | 50 | 100 | 250 | 500)