Main public logs
Jump to navigation
Jump to search
Combined display of all publicly available logs of Wiktionary except the abuse-filter abuse log. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:44, 24 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-verbal/testcases (Created page with "local tests = require('Module:UnitTests') local gez_ver = require('Module:gez-verbal') function tests:check_conj(root, stem, form, person, expected) self:equals(root .. ", stem=" .. stem .. ", form=" .. form .. ", person=" .. person, gez_ver.conj(root, stem, form, person), expected) end function tests:test_conj() local examples = {{"ቅትል", "Ga", "pf", "3ms", "ቀተለ"}} self:iterate(examples, "check_conj") end return tests")
- 21:31, 24 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-verbal (Created page with "local sub = mw.ustring.sub local split = mw.ustring.split local com = require('Module:Ethi-common') local export = {} -- local function with_suffix(base, final_components, suffix) -- return sub(base, 1, -2) .. com.from_components(final_components) .. (suffix or '') -- end local function o(char, new_order) local c = com.to_components(char) c.order = new_order return com.from_components(c) end local function apply_orders(string, orders) local output...")
- 19:39, 23 April 2024 Iwsfutcmd talk contribs moved page Module:gez-noun to Module:gez-decl (This module now handles adjectives as well as nouns, so the name has been modified to reflect that)
- 19:37, 23 April 2024 Iwsfutcmd talk contribs created page Module:gez-nominal/testcases/documentation (Created page with "{{#invoke:gez-nominal/testcases|run_tests}}")
- 19:37, 23 April 2024 Iwsfutcmd talk contribs created page Module:gez-nominal/testcases (Created page with "local tests = require('Module:UnitTests') local gez_nom = require('Module:gez-nominal') function tests:check_external_plural(base, gender, expected_form) self:equals(base .. ", gender=" .. gender, gez_nom.external_plural(base, gender), expected_form) end function tests:test_external_plural() local examples = {{"ክቡር", "m", "ክቡራን"}, {"ክብርት", "f", "ክብርታት"}} self:iterate(examples, "check_external_plural") end function tests:chec...")
- 19:36, 23 April 2024 Iwsfutcmd talk contribs created page Module:gez-nominal (Created page with "local sub = mw.ustring.sub local com = require('Module:Ethi-common') local export = {} local function with_suffix(base, final_components, suffix) return sub(base, 1, -2) .. com.from_components(final_components) .. (suffix or '') end local function accusative_or_construct_form(base) local c = com.to_components(sub(base, -1)) if c.order == 4 or c.order == 5 or c.order == 7 then return base elseif c.order == 2 then c.order = 7 elseif c...")
- 19:27, 23 April 2024 Iwsfutcmd talk contribs moved page Module:User:iwsfutcmd/gez-noun to Module:User:iwsfutcmd/gez-decl
- 21:44, 12 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-nominal/testcases/documentation (Created page with "{{#invoke:User:iwsfutcmd/gez-nominal/testcases|run_tests}}")
- 21:44, 12 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-nominal/testcases (Created page with "local tests = require('Module:UnitTests') local gez_noun = require('Module:User:iwsfutcmd/gez-noun') function tests:check_external_plural(base, gender, expected_form) self:equals(base .. ", gender=" .. gender, gez_noun.external_plural(base, gender), expected_form) end function tests:test_external_plural() local examples = {{"ክቡር", "m", "ክቡራን"}, {"ክብርት", "f", "ክብርታት"}} self:iterate(examples, "check_external_plural") end funct...")
- 21:43, 12 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-nominal (Created page with "local sub = mw.ustring.sub local com = require('Module:Ethi-common') local m_strutils = require("Module:string utilities") local m_links = require("Module:links") local lang = require("Module:languages").getByCode("gez") local export = {} local function with_suffix(base, final_components, suffix) return sub(base, 1, -2) .. com.from_components(final_components) .. (suffix or '') end local function accusative_or_construct_form(base) local c = com.to_components(s...")
- 18:57, 10 April 2024 Iwsfutcmd talk contribs created page Module:Ethi-common/testcases/documentation (Created page with "{{#invoke:Ethi-common/testcases|run_tests}}")
- 18:57, 10 April 2024 Iwsfutcmd talk contribs created page Module:gez-noun/testcases/documentation (Created page with "{{#invoke:gez-noun/testcases|run_tests}}")
- 04:48, 10 April 2024 Iwsfutcmd talk contribs created page Template:R:gez:Tropper-Hasselbach-Andee (Created page with "{{cite-book|author=Josef Tropper|authorlink=Josef Tropper|author2=Rebecca Hasselbach-Andee|authorlink2=Rebecca Hasselbach-Andee|title=Classical Ethiopic: A Grammar of Gəˁəz|publisher=The Pennsylvania State University Press|year=2021|isbn=9781575068411|page={{{page|}}}|pages={{{pages|}}}}}<noinclude>{{refcat}}</noinclude>") Tag: no-documentation
- 04:20, 10 April 2024 Iwsfutcmd talk contribs created page Template:gez-decl/documentation (Created page with "{{documentation subpage}} This the declension table template for Ge'ez (Ethiopic) nouns, it's powered by Module:gez-noun which can extrapolate full declensions from the nominative/genitive absolute form. ==Usage== The template takes at minimum the nominative/genitive (non-accusative) absolute form, which is the first argument. Other arguments that can be included are: * <code>sb=</code>: The base singular form for pronominal suffixes if it differs from normal pat...")
- 04:19, 10 April 2024 Iwsfutcmd talk contribs created page Template:gez-decl (Created page with "{{#invoke:gez-noun|show}}<noinclude>{{documentation}}</noinclude>")
- 04:19, 10 April 2024 Iwsfutcmd talk contribs created page Module:gez-noun/testcases (Created page with "local tests = require('Module:UnitTests') local gez_noun = require('Module:gez-noun') function tests:check_external_plural(base, gender, expected_form) self:equals(base .. ", gender=" .. gender, gez_noun.external_plural(base, gender), expected_form) end function tests:test_external_plural() local examples = {{"ክቡር", "m", "ክቡራን"}, {"ክብርት", "f", "ክብርታት"}} self:iterate(examples, "check_external_plural") end function tests:check...")
- 04:18, 10 April 2024 Iwsfutcmd talk contribs created page Module:gez-noun (Created page with "local sub = mw.ustring.sub local com = require('Module:Ethi-common') local m_strutils = require("Module:string utilities") local m_links = require("Module:links") local lang = require("Module:languages").getByCode("gez") local export = {} local function accusative_or_construct_form(base) local c = com.to_components(sub(base, -1)) if c.order == 4 or c.order == 5 or c.order == 7 then return base elseif c.order == 2 then c.order = 7 elseif...")
- 04:16, 10 April 2024 Iwsfutcmd talk contribs created page Module:Ethi-common/testcases (Created page with "local tests = require('Module:UnitTests') local ethi_common = require('Module:User:iwsfutcmd/Ethi-common') function tests:check_components(ethi, expected_components) local components = ethi_common.to_components(ethi) self:equals_deep(ethi, components, expected_components) self:equals_deep("base=" .. components.base .. ", order=" .. components.order .. ", labiovelar=" .. tostring(components.labiovelar) .. ", palatalized=" .. tostring(...")
- 04:16, 10 April 2024 Iwsfutcmd talk contribs created page Module:Ethi-common (Created page with "local export = {} local codepoint = require("Module:string/codepoint") local u = require("Module:string/char") local labiovelars = {"ቈ", "ቘ", "ኈ", "ኰ", "ዀ", "ጐ"} local palatals_to_base = { ["ፘ"] = "ረ", ["ፙ"] = "መ", ["ፚ"] = "ፈ" } local base_to_palatals = {} for k, v in pairs(palatals_to_base) do base_to_palatals[v] = k end function export.to_components(char) local cp = codepoint(char) local base_cp, order = math.floor(cp /...")
- 01:46, 10 April 2024 Iwsfutcmd talk contribs created page Template:User:Iwsfutcmd/gez-decl/documentation (Created page with "{{documentation subpage}} {{documentation needed}}<!-- Replace this with a short description of the purpose of the template, and how to use it. --> {{Template:User:Iwsfutcmd/gez-decl|ንጉሥ}} <includeonly> Category:Uncategorized templates<!-- replace this category with the category of your choice --> </includeonly>")
- 01:43, 10 April 2024 Iwsfutcmd talk contribs created page Template:User:Iwsfutcmd/gez-decl (Created page with "{{#invoke:User:iwsfutcmd/gez-noun|ንጉሥ}}<noinclude>{{documentation}}</noinclude>")
- 01:07, 10 April 2024 Iwsfutcmd talk contribs created page User:Iwsfutcmd/sandbox (Created page with "<div><div class="NavFrame" style="display:inline-block;min-width:30em"> <div class="NavHead" align="left" style="min-width:30em">{title}</div> <div class="NavContent" align="center" style="min-width:30em"> {| class="wikitable inflection-table" style="text-align:center;margin:0" {| class="wikitable" |- ! rowspan="2" | Number ! rowspan="2" colspan="2" | State ! colspan="8" | Case |- ! colspan="4" | Nominative/Genitive ! colspan="4" | Accusative |- ! rowspan="7" | Singular...")
- 21:31, 9 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-noun/testcases/documentation (Created page with "{{#invoke:User:iwsfutcmd/Ethi-common/testcases|run_tests}}")
- 21:31, 9 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-noun/testcases (Created page with "local tests = require('Module:UnitTests') local gez_noun = require('Module:User:iwsfutcmd/gez-noun') function tests:check_accusative(base, expected_accusative) self:equals(base, gez_noun.accusative_form(base), expected_accusative) end function tests:test_components() local examples = {{"ንጉሥ", "ንጉሣ"}} self:iterate(examples, "check_accusative") end return tests")
- 21:27, 9 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/gez-noun (Created page with "local com = require('Module:User:iwsfutcmd/Ethi-common') local export = {} function export.accusative_form(base) local last_char_components = com.to_components(string.sub(base, -1, -1)) local order = last_char_components.order if order == 4 or order == 5 or order == 7 then return base elseif order == 2 then last_char_components.order = 7 elseif order == 3 then last_char_components.order = 5 else last_char_compone...")
- 20:32, 9 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/Ethi-common/testcases/documentation (Created page with "{{#invoke:User:iwsfutcmd/Ethi-common/testcases|run_tests}}")
- 20:30, 9 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/Ethi-common/testcases (Created page with "local tests = require('Module:UnitTests') local ethi_common = require('Module:User:iwsfutcmd:Ethi-common') function tests:check_components(ethi, components) self:equals_deep(ethi, ethi_common.components(ethi), components) end function tests:test_components() local examples = { {"ጩ", {base = "ጨ", order = 2, labiovelar = false, palatalized = false, alt = false}} } self:iterate(examples, "check_components") end return tests")
- 20:30, 9 April 2024 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/Ethi-common (Created page with "local export = {} local codepoint = require("Module:string/codepoint") local u = require("Module:string/char") local labiovelars = {"ቈ", "ቘ", "ኈ", "ኰ", "ዀ", "ጐ"} local palatals = { ["ፘ"] = "ረ", ["ፙ"] = "መ", ["ፚ"] = "ፈ" } function export.components(char) local cp = codepoint(char) local base_cp, order = math.floor(cp / 8) * 8, (cp % 8) + 1 local base = u(base_cp) local labiovelar = false local palatalized = false...")
- 19:39, 8 April 2024 Iwsfutcmd talk contribs created page ᡧᡠᠨ ᠵᡝᠮᠪᡳ (Created page with "==Manchu== ===Etymology=== {{com|mnc|ᡧᡠᠨ|ᠵᡝᠮᠪᡳ|t1=sun|t2=eat}} ===Pronunciation=== {{mnc-IPA}} ====See also==== * {{l|mnc|ᠪᡳᠶᠠ ᠵᡝᠮᠪᡳ}}")
- 19:31, 8 April 2024 Iwsfutcmd talk contribs created page Template:R:mnc:Norman:2013 (Created page with "{{cite-book |author=Jerry Norman |authorlink=en:Jerry Norman (sinologist) |year=2013 |title=A Comprehensive Manchu-English Dictionary |publisher=Harvard University Press |page={{{page|}}} |pages={{{pages|}}} }} <noinclude>{{documentation}}{{refcat}}</noinclude>")
- 19:15, 8 April 2024 Iwsfutcmd talk contribs created page ᠪᡳᠶᠠ ᠵᡝᠮᠪᡳ (Created page with "==Manchu== ===Etymology=== {{com|mnc|ᠪᡳᠶᠠ|ᠵᡝᠮᠪᡳ|t1=moon|t2=eat}} ===Pronunciation=== {{mnc-IPA}} ====See also==== * {{l|mnc|ᡥᡠᠨ ᠵᡝᠮᠪᡳ}}")
- 19:14, 8 April 2024 Iwsfutcmd talk contribs created page ᡥᡠᠨ ᠵᡝᠮᠪᡳ (Created page with "==Manchu== ===Etymology=== {{com|mnc|ᡥᡠᠨ|ᠵᡝᠮᠪᡳ|t1=sun|t2=eat}} ===Pronunciation=== {{mnc-IPA}} ====See also==== * {{l|mnc|ᠪᡳᠶᠠ ᠵᡝᠮᠪᡳ}}")
- 09:15, 19 May 2023 Iwsfutcmd talk contribs created page Module:zh/data/ltc-pron/孿 (derived from Kangxi p281#09) Tags: Mobile edit Mobile web edit
- 20:43, 18 May 2023 Iwsfutcmd talk contribs created page Module:ltc-pron/baxter (initial edit)
- 19:16, 18 May 2023 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/ltc-pron/baxter (Created page with "local export = {} local baxterInitial = { [1] = "p", [2] = "ph", [3] = "b", [4] = "m", [5] = "t", [6] = "th", [7] = "d", [8] = "n", [9] = "tr", [10] = "trh", [11] = "dr", [12] = "nr", [13] = "ts", [14] = "tsh", [15] = "dz", [16] = "s", [17] = "z", [18] = "tsr", [19] = "tsrh", [20] = "dzr", [21] = "sr", [22] = "zr", [23] = "tsy", [24] = "tsyh", [25] = "dzy", [26] = "sy", [27] = "zy", [28] = "k", [29] = "kh", [30] = "g", [31] = "ng", [32] = "x", [33] = "h", [34] =...")
- 10:22, 20 April 2023 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/ltc-pron/data (Created page with "local data = {} data.init_type = { ["幫"] = 1, ["帮"] = 1, ["非"] = 1, ["滂"] = 2, ["敷"] = 2, ["並"] = 3, ["并"] = 3, ["奉"] = 3, ["明"] = 4, ["微"] = 4, ["端"] = 5, ["透"] = 6, ["定"] = 7, ["泥"] = 8, ["知"] = 9, ["徹"] = 10, ["澄"] = 11, ["孃"] = 12, ["娘"] = 12, ["精"] = 13, ["清"] = 14, ["從"] = 15, ["从"] = 15, ["心"] = 16, ["邪"] = 17, ["莊"] = 18, ["庄"] = 18, ["初"] = 19, ["崇"] = 20, ["生"] = 21, ["俟"] = 22, ["章"] = 23,...")
- 10:07, 20 April 2023 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/zh-pron (Created page with "local export = {} local m_string_utils = require("Module:string utilities") local codepoint = mw.ustring.codepoint local find = m_string_utils.find local gsub = m_string_utils.gsub local len = m_string_utils.len local match = m_string_utils.match local u = mw.ustring.char local langname = { ["cdo"] = "Min Dong", ["cmn"] = "Mandarin", ["cjy"] = "Jin", ["dng"] = "Dungan", ["gan"] = "Gan", ["hak"] = "Hakka", ["hsn"] = "Xiang", ["mnp"] = "Min Bei", ["nan"] = "Min...")
- 10:06, 20 April 2023 Iwsfutcmd talk contribs created page Template:User:iwsfutcmd/zh-pron (Created page with "<includeonly>{{#invoke:User:iwsfutcmd/zh-pron|make}}</includeonly><!-- --><noinclude>{{documentation}}</noinclude>")
- 10:03, 20 April 2023 Iwsfutcmd talk contribs created page Module:User:iwsfutcmd/ltc-pron (Created page with "local export = {} local m_string_utils = require("Module:string utilities") local codepoint = mw.ustring.codepoint local gsub = m_string_utils.gsub local match = m_string_utils.match local len = m_string_utils.len local u = mw.ustring.char local m_ltc_predict = require("Module:ltc-pron/predict") local m_cmn_pron = require("Module:cmn-pron") local data = mw.loadData("Module:ltc-pron/data") function export.infer_categories(text) local t = mw.text.split(text, "", true)...")
- 06:47, 5 December 2022 Iwsfutcmd talk contribs created page Reconstruction:Proto-Semitic/dalt- (initial page creation) Tags: Mobile edit Mobile web edit
- 06:23, 5 December 2022 Iwsfutcmd talk contribs created page Template:R:sem-pro:Fox:2003 (template created) Tags: no-documentation Mobile edit Mobile web edit
- 21:06, 22 July 2022 Iwsfutcmd talk contribs created page Reconstruction:Proto-Semitic/šin (Created page with "{{reconstruction}} ==Proto-Semitic== ===Etymology=== Cognate with {{cog|egy|sn}}. ===Pronoun=== {{head|sem-pro|pronoun|head=*šin(ā)|g=f}} # they (feminine third-person plural personal pronoun) ====See also==== {{sem-personal pronouns}} ====Descendants==== * East Semitic: ** {{desc|akk|šina|alt=𒅆𒈾|tr=šina}} * {{desc|shv|sɛn}} * West Semitic: ** Central Semitic: *** {{desc|ar|هُنَّ}} *** Northwest Semitic: **** {{desc|arc|הנין}} ****: {{desc|tm...")
- 10:23, 3 January 2021 Iwsfutcmd talk contribs created page Talk:𐤎𐤎 (/sys/ pronunciation: new section) Tags: Mobile edit Mobile web edit
- 23:41, 7 April 2020 Iwsfutcmd talk contribs created page Appendix:Tai-Kadai Swadesh lists (Tai-Kadai is an alternate name for Kra-Dai) Tag: New redirect
- 01:44, 10 October 2018 Iwsfutcmd talk contribs created page Reconstruction:Proto-Semitic/θ̣Vrr- (Created page with "{{reconstructed}} ==Proto-Semitic== ===Noun=== {{head|sem-pro|noun}} # flint ====Descendants==== * Akkadian: {{l|akk|𒉌𒂟𒅗|tr=ṣurru [NA4.ZÚ]}} * Hebrew: {{l|h...")
- 01:37, 10 October 2018 Iwsfutcmd talk contribs created page Reconstruction:Proto-Semitic/ṭīn- (Created page with "{{reconstructed}} ==Proto-Semitic== ===Noun=== {{head|sem-pro|noun}} # clay ====Descendants==== * Akkadian: {{l|akk|𒅎|tr=ṭīṭu [IM], ṭiṭṭu [IM]}} * Hebrew:...")
- 01:32, 10 October 2018 Iwsfutcmd talk contribs created page Reconstruction:Proto-Semitic/mVdr- (Created page with "{{reconstructed}} ==Proto-Semitic== ===Noun=== {{head|sem-pro|noun}} # clod ====Descendants==== * Biblical Hebrew: {{l|hbo|מֶדֶר|tr=mädär}} * Arabic: {{l|ar|مَ...")
- 01:24, 10 October 2018 Iwsfutcmd talk contribs created page Reconstruction:Proto-Semitic/ʿapar- (Created page with "{{reconstructed}} ==Proto-Semitic== ===Noun=== {{head|sem-pro|noun}} # soil, dust ====Descendants==== * Akkadian: {{l|akk|𒅖|tr=eperu [SAḪAR]}} * Ugaritic: {{l|...")
- 23:21, 9 October 2018 Iwsfutcmd talk contribs created page Reconstruction:Proto-Semitic/qarqar- (Created page with "{{reconstructed}} ==Proto-Semitic== ===Noun=== {{head|sem-pro|noun}} # ground, floor ====Descendants==== * Akkadian: {{l|akk|𒆠|tr=ḳaḳḳaru [KI]}} * Arabic:...")
- 22:42, 20 June 2013 User account Iwsfutcmd talk contribs was created automatically