ဝိက်ရှေန်နရဳ
mnwwiktionary
https://mnw.wiktionary.org/wiki/%E1%80%9D%E1%80%AD%E1%80%80%E1%80%BA%E1%80%9B%E1%80%BE%E1%80%B1%E1%80%94%E1%80%BA%E1%80%94%E1%80%9B%E1%80%B3:%E1%80%99%E1%80%AF%E1%80%80%E1%80%BA%E1%80%9C%E1%80%AD%E1%80%80%E1%80%BA%E1%80%90%E1%80%99%E1%80%BA
MediaWiki 1.47.0-wmf.5
case-sensitive
မဳဒဳယာ
တၟေင်
ဓရီုကျာ
ညးလွပ်
ညးလွပ် ဓရီုကျာ
ဝိက်ရှေန်နရဳ
ဝိက်ရှေန်နရဳ ဓရီုကျာ
ဝှာင်
ဝှာင် ဓရီုကျာ
မဳဒဳယာဝဳကဳ
မဳဒဳယာဝဳကဳ ဓရီုကျာ
ထာမ်ပလိက်
ထာမ်ပလိက် ဓရီုကျာ
ရီု
ရီု ဓရီုကျာ
ကဏ္ဍ
ကဏ္ဍ ဓရီုကျာ
အဆက်လက္ကရဴ
အဆက်လက္ကရဴ ဓရီုကျာ
ကာရန်
ကာရန် ဓရီုကျာ
အဘိဓာန်
အဘိဓာန် ဓရီုကျာ
ဗီုပြၚ်သိုၚ်တၟိ
ဗီုပြၚ်သိုၚ်တၟိ ဓရီုကျာ
TimedText
TimedText talk
မဝ်ဂျူ
မဝ်ဂျူ ဓရီုကျာ
Event
Event talk
မဝ်ဂျူ:languages/data/2
828
653
396449
395453
2026-06-07T11:58:55Z
咽頭べさ
33
396449
Scribunto
text/plain
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 less memory-efficient to do that at the moment. If it becomes possible to use mw.loadData, then these should be moved there.
s["de-Latn-sortkey"] = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.diaer .. c.ringabove,
from = {"æ", "œ", "ß"},
to = {"ae", "oe", "ss"}
}
s["de-Latn-standardchars"] = "AaÄäBbCcDdEeFfGgHhIiJjKkLlMmNnOoÖöPpQqRrSsẞßTtUuÜüVvWwXxYyZz"
s["ka-stripdiacritics"] = {remove_diacritics = c.circ}
s["no-sortkey"] = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.macron .. c.dacute .. c.caron .. c.cedilla,
remove_exceptions = {"å"},
from = {"æ", "ø", "å"},
to = {"z" .. p[1], "z" .. p[2], "z" .. p[3]}
}
s["no-standardchars"] = "AaBbDdEeFfGgHhIiJjKkLlMmNnOoPpRrSsTtUuVvYyÆæØøÅå" .. c.punc
s["tg-stripdiacritics"] = {remove_diacritics = c.grave .. c.acute}
s["tk-stripdiacritics"] = {remove_diacritics = c.macron}
local m = {}
m["aa"] = {
"အဖှာၚ်",
27811,
"cus-eas",
"Latn, Ethi",
strip_diacritics = {
Latn = {remove_diacritics = c.acute},
},
}
m["ab"] = {
"အာပ်ဟန်",
5111,
"cau-abz",
"Cyrl, Geor, Latn",
translit = {
Cyrl = "ab-translit",
-- Geor translit in [[Module:scripts/data]]
},
override_translit = true,
display_text = {
Cyrl = s["cau-Cyrl-displaytext"]
},
strip_diacritics = {
Cyrl = {
remove_diacritics = c.acute,
from = {"^а%-"},
to = {"а"},
},
Latn = s["cau-Latn-stripdiacritics"],
},
sort_key = {
Cyrl = {
from = {
"х'ә", -- 3 chars
"гь", "гә", "ӷь", "ҕь", "ӷә", "ҕә", "дә", "ё", "жь", "жә", "ҙә", "ӡә", "ӡ'", "кь", "кә", "қь", "қә", "ҟь", "ҟә", "ҫә", "тә", "ҭә", "ф'", "хь", "хә", "х'", "ҳә", "ць", "цә", "ц'", "ҵә", "ҵ'", "шь", "шә", "џь", -- 2 chars
"ӷ", "ҕ", "ҙ", "ӡ", "қ", "ҟ", "ԥ", "ҧ", "ҫ", "ҭ", "ҳ", "ҵ", "ҷ", "ҽ", "ҿ", "ҩ", "џ", "ә", -- 1 char
"^а",
},
to = {
"х" .. p[4],
"г" .. p[1], "г" .. p[2], "г" .. p[5], "г" .. p[6], "г" .. p[7], "г" .. p[8], "д" .. p[1], "е" .. p[1], "ж" .. p[1], "ж" .. p[2], "з" .. p[2], "з" .. p[4], "з" .. p[5], "к" .. p[1], "к" .. p[2], "к" .. p[4], "к" .. p[5], "к" .. p[7], "к" .. p[8], "с" .. p[2], "т" .. p[1], "т" .. p[3], "ф" .. p[1], "х" .. p[1], "х" .. p[2], "х" .. p[3], "х" .. p[6], "ц" .. p[1], "ц" .. p[2], "ц" .. p[3], "ц" .. p[5], "ц" .. p[6], "ш" .. p[1], "ш" .. p[2], "ы" .. p[3],
"г" .. p[3], "г" .. p[4], "з" .. p[1], "з" .. p[3], "к" .. p[3], "к" .. p[6], "п" .. p[1], "п" .. p[2], "с" .. p[1], "т" .. p[2], "х" .. p[5], "ц" .. p[4], "ч" .. p[1], "ч" .. p[2], "ч" .. p[3], "ы" .. p[1], "ы" .. p[2], "ь" .. p[1],
"",
}
},
},
}
m["ae"] = {
"အဗါတ်သတေန်",
29572,
"ira-cen",
"Avst, Gujr",
translit = {
Avst = "Avst-translit"
},
}
m["af"] = {
"အေက်ဖရိကာန်",
14196,
"gmw-frk",
"Latn, Arab",
ancestors = "nl",
sort_key = {
Latn = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.diaer .. c.ringabove .. c.cedilla .. "'",
from = {"['ʼ]n"},
to = {"n" .. p[1]}
}
},
}
m["ak"] = {
"အကာန်",
28026,
"alv-ctn",
"Latn",
}
m["am"] = {
"အာန်ဟာရိစ်",
28244,
"sem-eth",
"Ethi",
translit = "Ethi-translit",
}
m["an"] = {
"အာဒါဂေန်",
8765,
"roa-nar",
"Latn",
}
m["ar"] = {
"အာရဗဳ",
13955,
"sem-arb",
"Arab, Hebr, Syrc, Brai, Nbat",
translit = {
Arab = "ar-translit"
},
strip_diacritics = {
Arab = "ar-stripdiacritics",
},
-- Hebr display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["as"] = {
"အိသ်ဇြာံမဳ",
29401,
"inc-bas",
"as-Beng",
ancestors = "inc-mas",
translit = "as-translit",
}
m["av"] = {
"အာဗာ",
29561,
"cau-ava",
"Cyrl, Latn, Arab",
ancestors = "oav",
translit = {
Cyrl = "cau-nec-translit",
Arab = "ar-translit",
},
override_translit = true,
display_text = {
Cyrl = s["cau-Cyrl-displaytext"],
},
strip_diacritics = {
Cyrl = s["cau-Cyrl-stripdiacritics"],
Latn = s["cau-Latn-stripdiacritics"],
},
sort_key = {
Cyrl = {
from = {"гъ", "гь", "гӏ", "ё", "кк", "къ", "кь", "кӏ", "лъ", "лӏ", "тӏ", "хх", "хъ", "хь", "хӏ", "цӏ", "чӏ"},
to = {"г" .. p[1], "г" .. p[2], "г" .. p[3], "е" .. p[1], "к" .. p[1], "к" .. p[2], "к" .. p[3], "к" .. p[4], "л" .. p[1], "л" .. p[2], "т" .. p[1], "х" .. p[1], "х" .. p[2], "х" .. p[3], "х" .. p[4], "ц" .. p[1], "ч" .. p[1]}
},
},
}
m["ay"] = {
"အာဲမာရာ",
4627,
"sai-aym",
"Latn",
}
m["az"] = {
"အာက်သေတ်ဗါဲဇြေနဳ",
9292,
"trk-ogz",
"Latn, Cyrl, fa-Arab",
ancestors = "trk-oat",
dotted_dotless_i = true,
strip_diacritics = {
Latn = {
from = {"ʼ"},
to = {"'"},
},
["fa-Arab"] = {
module = "ar-stripdiacritics",
["from"] = {
"ۆ",
"ۇ",
"وْ",
"ڲ",
"ؽ",
},
["to"] = {
"و",
"و",
"و",
"گ",
"ی",
},
},
},
display_text = {
Latn = {
from = {"'"},
to = {"ʼ"}
}
},
sort_key = {
Latn = {
from = {
"i", -- Ensure "i" comes after "ı".
"ç", "ə", "ğ", "x", "ı", "q", "ö", "ş", "ü", "w"
},
to = {
"i" .. p[1],
"c" .. p[1], "e" .. p[1], "g" .. p[1], "h" .. p[1], "i", "k" .. p[1], "o" .. p[1], "s" .. p[1], "u" .. p[1], "z" .. p[1]
}
},
Cyrl = {
from = {"ғ", "ә", "ы", "ј", "ҝ", "ө", "ү", "һ", "ҹ"},
to = {"г" .. p[1], "е" .. p[1], "и" .. p[1], "и" .. p[2], "к" .. p[1], "о" .. p[1], "у" .. p[1], "х" .. p[1], "ч" .. p[1]}
},
},
}
m["ba"] = {
"ဗေတ်ခဳ",
13389,
"trk-kbu",
"Cyrl",
translit = "ba-translit",
override_translit = true,
sort_key = {
from = {"ғ", "ҙ", "ё", "ҡ", "ң", "ө", "ҫ", "ү", "һ", "ә"},
to = {"г" .. p[1], "д" .. p[1], "е" .. p[1], "к" .. p[1], "н" .. p[1], "о" .. p[1], "с" .. p[1], "у" .. p[1], "х" .. p[1], "э" .. p[1]}
},
}
m["be"] = {
"ဗါလာရုဇ်",
9091,
"zle",
"Cyrl, Latn",
ancestors = "zle-mbe",
translit = {
Cyrl = "be-translit",
},
strip_diacritics = {
Cyrl = {
remove_diacritics = c.grave .. c.acute,
},
Latn = {
remove_diacritics = c.grave .. c.acute,
remove_exceptions = {"Ć", "ć", "Ń", "ń", "Ś", "ś", "Ź", "ź"},
},
},
sort_key = {
Cyrl = {
remove_diacritics = c.grave .. c.acute,
from = {"ґ", "ё", "і", "ў"},
to = {"г" .. p[1], "е" .. p[1], "и" .. p[1], "у" .. p[1]}
},
Latn = {
remove_diacritics = c.grave .. c.acute,
remove_exceptions = {"Ć", "ć", "Ń", "ń", "Ś", "ś", "Ź", "ź"},
from = {"ć", "č", "dz", "dź", "dž", "ch", "ł", "ń", "ś", "š", "ŭ", "ź", "ž"},
to = {"c" .. p[1], "c" .. p[2], "d" .. p[1], "d" .. p[2], "d" .. p[3], "h" .. p[1], "l" .. p[1], "n" .. p[1], "s" .. p[1], "s" .. p[2], "u" .. p[1], "z" .. p[1], "z" .. p[2]}
},
},
standard_chars = {
Cyrl = "АаБбВвГгДдЕеЁёЖжЗзІіЙйКкЛлМмНнОоПпРрСсТтУуЎўФфХхЦцЧчШшЫыЬьЭэЮюЯя",
Latn = "AaBbCcĆćČčDdEeFfGgHhIiJjKkLlŁłMmNnŃńOoPpRrSsŚśŠšTtUuŬŭVvYyZzŹźŽž",
(c.punc:gsub("'", "")) -- Exclude apostrophe.
},
}
m["bg"] = {
"ဗူလ်ဂရဳယာန်",
7918,
"zls",
"Cyrl",
ancestors = "cu-bgm",
translit = "bg-translit",
strip_diacritics = {
remove_diacritics = c.grave .. c.acute,
remove_exceptions = {"%f[^%z%s]ѝ%f[%z%s]"},
},
sort_key = {
remove_diacritics = c.grave .. c.acute,
remove_exceptions = {"%f[^%z%s]ѝ%f[%z%s]"},
},
standard_chars = "АаБбВвГгДдЕеЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЬьЮюЯя" .. c.punc,
}
m["bh"] = {
"ဗဳဟာရဳ",
135305,
"inc-eas",
"Deva",
}
m["bi"] = {
"ဗဳသလာမာ",
35452,
"crp",
"Latn",
ancestors = "en",
}
m["bm"] = {
"ဗီုဗရာ",
33243,
"dmn-emn",
"Latn, Nkoo",
sort_key = {
Latn = {
from = {"ɛ", "ɲ", "ŋ", "ɔ"},
to = {"e" .. p[1], "n" .. p[1], "n" .. p[2], "o" .. p[1]}
},
},
}
m["bn"] = {
"ဘၚ်္ဂါလဳ",
9610,
"inc-bas",
"Beng, Newa",
ancestors = "inc-mbn",
translit = {
Beng = "bn-translit"
},
}
m["bo"] = {
"တိဗိတ်",
34271,
"sit-tib",
"Tibt", -- sometimes Deva?
ancestors = "xct",
override_translit = true,
-- Tibt translit, display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["br"] = {
"ဗရဳတေန်",
12107,
"cel-brs",
"Latn",
ancestors = "xbm",
sort_key = {
from = {"ch", "c['ʼ’]h"},
to = {"c" .. p[1], "c" .. p[2]}
},
}
m["ca"] = {
"ကာတ်တလာန်",
7026,
"roa-ocr",
"Latn",
ancestors = "roa-oca",
sort_key = {remove_diacritics = c.grave .. c.acute .. c.diaer .. c.cedilla .. "·"},
standard_chars = "AaÀàBbCcÇçDdEeÉéÈèFfGgHhIiÍíÏïJjLlMmNnOoÓóÒòPpQqRrSsTtUuÚúÜüVvXxYyZz·" .. c.punc,
}
m["ce"] = {
"ချက်ခ်ချေၚ်",
33350,
"cau-vay",
"Cyrl, Latn, Arab",
translit = {
Cyrl = "cau-nec-translit",
Arab = "ar-translit",
},
override_translit = true,
display_text = {
Cyrl = s["cau-Cyrl-displaytext"]
},
strip_diacritics = {
Cyrl = s["cau-Cyrl-stripdiacritics"],
Latn = s["cau-Latn-stripdiacritics"],
},
sort_key = {
Cyrl = {
from = {"аь", "гӏ", "ё", "кх", "къ", "кӏ", "оь", "пӏ", "тӏ", "уь", "хь", "хӏ", "цӏ", "чӏ", "юь", "яь"},
to = {"а" .. p[1], "г" .. p[1], "е" .. p[1], "к" .. p[1], "к" .. p[2], "к" .. p[3], "о" .. p[1], "п" .. p[1], "т" .. p[1], "у" .. p[1], "х" .. p[1], "х" .. p[2], "ц" .. p[1], "ч" .. p[1], "ю" .. p[1], "я" .. p[1]}
},
},
}
m["ch"] = {
"ချာမဝ်ရဝ်",
33262,
"poz",
"Latn",
sort_key = {
remove_diacritics = "'",
from = {"å", "ch", "ñ", "ng"},
to = {"a" .. p[1], "c" .. p[1], "n" .. p[1], "n" .. p[2]}
},
}
m["co"] = {
"ခဝ်သဳကာန်",
33111,
"roa-itr",
"Latn",
sort_key = {
from = {"chj", "ghj", "sc", "sg"},
to = {"c" .. p[1], "g" .. p[1], "s" .. p[1], "s" .. p[2]}
},
standard_chars = "AaÀàBbCcDdEeÈèFfGgHhIiÌìÏïJjLlMmNnOoÒòPpQqRrSsTtUuÙùÜüVvZz" .. c.punc,
}
m["cr"] = {
"ခရေဝ်",
33390,
"alg",
"Latn, Cans",
translit = {
Cans = "cr-translit"
},
}
m["cs"] = {
"ချက်ခ်",
9056,
"zlw",
"Latn",
ancestors = "cs-ear",
sort_key = {
from = {"á", "č", "ď", "é", "ě", "ch", "í", "ň", "ó", "ř", "š", "ť", "ú", "ů", "ý", "ž"},
to = {"a" .. p[1], "c" .. p[1], "d" .. p[1], "e" .. p[1], "e" .. p[2], "h" .. p[1], "i" .. p[1], "n" .. p[1], "o" .. p[1], "r" .. p[1], "s" .. p[1], "t" .. p[1], "u" .. p[1], "u" .. p[2], "y" .. p[1], "z" .. p[1]}
},
standard_chars = "AaÁáBbCcČčDdĎďEeÉéĚěFfGgHhIiÍíJjKkLlMmNnŇňOoÓóPpRrŘřSsŠšTtŤťUuÚúŮůVvYyÝýZzŽž" .. c.punc,
}
m["cu"] = {
"ခရေတ်သလာဗဝ်နေတ်တြေံ",
35499,
"zls",
"Cyrs, Glag, Zname",
translit = {
Cyrs = "Cyrs-translit",
Glag = "Glag-translit"
},
-- Cyrs strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["cv"] = {
"ချူဝါတ်",
33348,
"trk-ogr",
"Cyrl",
ancestors = "cv-mid",
translit = "cv-translit",
override_translit = true,
sort_key = {
from = {"ӑ", "ё", "ӗ", "ҫ", "ӳ"},
to = {"а" .. p[1], "е" .. p[1], "е" .. p[2], "с" .. p[1], "у" .. p[1]}
},
}
m["cy"] = {
"ဝေလ",
9309,
"cel-brw",
"Latn",
ancestors = "wlm",
sort_key = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.diaer .. "'",
from = {"ch", "dd", "ff", "ng", "ll", "ph", "rh", "th"},
to = {"c" .. p[1], "d" .. p[1], "f" .. p[1], "g" .. p[1], "l" .. p[1], "p" .. p[1], "r" .. p[1], "t" .. p[1]}
},
standard_chars = "ÂâAaBbCcDdEeÊêFfGgHhIiÎîLlMmNnOoÔôPpRrSsTtUuÛûWwŴŵYyŶŷ" .. c.punc,
}
m["da"] = {
"ဒိန်နေတ်",
9035,
"gmq-eas",
"Latn",
ancestors = "gmq-oda",
sort_key = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.macron .. c.dacute .. c.caron .. c.cedilla,
remove_exceptions = {"å"},
from = {"æ", "ø", "å"},
to = {"z" .. p[1], "z" .. p[2], "z" .. p[3]}
},
standard_chars = "AaBbDdEeFfGgHhIiJjKkLlMmNnOoPpRrSsTtUuVvYyÆæØøÅå" .. c.punc,
}
m["de"] = {
"ဂျာမာန်",
188,
"gmw-hgm",
"Latn, Latf, Brai",
ancestors = "de-ear",
sort_key = {
Latn = s["de-Latn-sortkey"],
Latf = s["de-Latn-sortkey"],
},
standard_chars = {
Latn = s["de-Latn-standardchars"],
Latf = s["de-Latn-standardchars"],
Brai = c.braille,
c.punc
}
}
m["dv"] = {
"ဒိဝေဟဳ",
32656,
"inc-ins",
"Thaa, Diak",
translit = {
Thaa = "dv-translit",
Diak = "Diak-translit",
},
override_translit = true,
}
m["dz"] = {
"သောၚ်ခါ",
33081,
"sit-tib",
"Tibt",
ancestors = "xct",
override_translit = true,
-- Tibt translit, display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["ee"] = {
"အဳဝါ",
30005,
"alv-gbe",
"Latn",
sort_key = {
remove_diacritics = c.tilde,
from = {"ɖ", "dz", "ɛ", "ƒ", "gb", "ɣ", "kp", "ny", "ŋ", "ɔ", "ts", "ʋ"},
to = {"d" .. p[1], "d" .. p[2], "e" .. p[1], "f" .. p[1], "g" .. p[1], "g" .. p[2], "k" .. p[1], "n" .. p[1], "n" .. p[2], "o" .. p[1], "t" .. p[1], "v" .. p[1]}
},
}
m["el"] = {
"ဂရေတ်",
9129,
"grk",
"Grek, Polyt, Brai",
ancestors = "el-kth",
translit = "el-translit",
override_translit = true,
-- Grek and Polyt display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
standard_chars = {
Grek = "΅·ͺ΄ΑαΆάΒβΓγΔδΕεέΈΖζΗηΉήΘθΙιΊίΪϊΐΚκΛλΜμΝνΞξΟοΌόΠπΡρΣσςΤτΥυΎύΫϋΰΦφΧχΨψΩωΏώ",
Brai = c.braille,
c.punc
},
}
m["en"] = {
"အၚ်္ဂလိက်",
1860,
"gmw-ang",
"Latn, Brai, Shaw, Dsrt", -- entries in Shaw or Dsrt might require prior discussion
wikimedia_codes = "en, simple",
ancestors = "en-ear",
sort_key = {
Latn = {
-- Many of these are needed for sorting language names.
remove_diacritics = "'\"%-%.,%s·ʻʼ" .. c.diacritics,
-- These are found in pagenames.
from = {"[ɒæ🅱¢©ᴄðđəǝɜɡħʜıɨłŋɲøɔœꝑꝓꝕßʋ]"},
to = {{
["ɒ"] = "a", ["æ"] = "ae", ["🅱"] = "b", ["¢"] = "c", ["©"] = "c",
["ᴄ"] = "c", ["ð"] = "d", ["đ"] = "d", ["ə"] = "e", ["ǝ"] = "e",
["ɜ"] = "e", ["ɡ"] = "g", ["ħ"] = "h", ["ʜ"] = "h", ["ı"] = "i",
["ɨ"] = "i", ["ł"] = "l", ["ŋ"] = "n", ["ɲ"] = "n", ["ø"] = "o",
["ɔ"] = "o", ["œ"] = "oe", ["ꝑ"] = "p", ["ꝓ"] = "p", ["ꝕ"] = "p",
["ß"] = "ss", ["ʋ"] = "v",
}},
},
},
standard_chars = {
Latn = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz",
Brai = c.braille,
c.punc
},
}
m["eo"] = {
"အေက်သပရေန်တဝ်",
143,
"art",
"Latn",
sort_key = {
remove_diacritics = c.grave .. c.acute,
from = {"ĉ", "ĝ", "ĥ", "ĵ", "ŝ", "ŭ"},
to = {"c" .. p[1], "g" .. p[1], "h" .. p[1], "j" .. p[1], "s" .. p[1], "u" .. p[1]}
},
standard_chars = "AaBbCcĈĉDdEeFfGgĜĝHhĤĥIiJjĴĵKkLlMmNnOoPpRrSsŜŝTtUuŬŭVvZz" .. c.punc,
}
m["es"] = {
"သပုၚ်",
1321,
"roa-cas",
"Latn, Brai",
ancestors = "es-ear",
sort_key = {
Latn = {
remove_exceptions = {"ñ"},
remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.macron .. c.diaer .. c.cedilla,
from = {"ª", "æ", "ñ", "º", "œ"},
to = {"a", "ae", "n" .. p[1], "o", "oe"}
},
},
standard_chars = {
Latn = "AaÁáBbCcDdEeÉéFfGgHhIiÍíJjLlMmNnÑñOoÓóPpQqRrSsTtUuÚúÜüVvXxYyZz",
Brai = c.braille,
c.punc
},
}
m["et"] = {
"အေက်သတဝ်နဳယာန်",
9072,
"urj-fin",
"Latn",
sort_key = {
from = {
"š", "ž", "õ", "ä", "ö", "ü", -- 2 chars
"z" -- 1 char
},
to = {
"s" .. p[1], "s" .. p[3], "w" .. p[1], "w" .. p[2], "w" .. p[3], "w" .. p[4],
"s" .. p[2]
}
},
standard_chars = "AaBbDdEeFfGgHhIiJjKkLlMmNnOoPpRrSsTtUuVvÕõÄäÖöÜü" .. c.punc,
}
m["eu"] = {
"ဗက်ခ်",
8752,
"euq",
"Latn",
sort_key = {
from = {"ç", "ñ"},
to = {"c" .. p[1], "n" .. p[1]}
},
standard_chars = "AaBbDdEeFfGgHhIiJjKkLlMmNnÑñOoPpRrSsTtUuXxZz" .. c.punc,
}
m["fa"] = {
"ပါရှေန်",
9168,
"ira-swi",
"fa-Arab, Hebr",
ancestors = "fa-cls",
strip_diacritics = {
["fa-Arab"] = {
-- character "ۂ" code U+06C2 to "ه" and "هٔ" (U+0647 + U+0654) to "ه"; hamzatu l-waṣli to a regular alif
from = {"هٔ", "ٱ"}, -- character "ۂ" code U+06C2 to "ه"; hamzatu l-waṣli to a regular alif
to = {"ه", "ا"},
remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.superalef,
},
},
-- Hebr display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["ff"] = {
"ဖှောတ်လာ",
33454,
"alv-fwo",
"Latn, Adlm",
}
m["fi"] = {
"ဖေန်လာန်",
1412,
"urj-fin",
"Latn",
display_text = {
from = {"'"},
to = {"’"}
},
strip_diacritics = { -- used to indicate gemination of the next consonant
remove_diacritics = "ˣ",
from = {"’"},
to = {"'"},
},
sort_key = { -- [[Appendix:Finnish alphabet#Collation]] + "aͤ" and "oͤ" as historical variants of "ä" and "ö".
remove_diacritics = "'’:" .. c.diacritics,
remove_exceptions = {
"a[" .. c.ringabove .. c.diaer .. c.small_e .. "]", -- åäaͤ
"o[" .. c.diaer .. c.tilde .. c.dacute .. c.small_e .. "]", -- öõőoͤ
"u[" .. c.diaer .. c.dacute .. "]" -- üű
},
from = {"æ", "[ðđ]", "ł", "ŋ", "œ", "ß", "þ", "u[" .. c.diaer .. c.dacute .. "]", "å", "aͤ", "o[" .. c.tilde .. c.dacute .. c.small_e .. "]", "ø", "(.)['%-]"},
to = {"ae", "d", "l", "n", "oe", "ss", "th", "y", "z" .. p[1], "ä", "ö", "ö", "%1"}
},
standard_chars = "AaBbDdEeFfGgHhIiJjKkLlMmNnOoPpRrSsTtUuVvYyÄäÖö" .. c.punc,
}
m["fj"] = {
"ဖရဳဂျိ",
33295,
"poz-pcc",
"Latn",
}
m["fo"] = {
"ဖာရဝ်သဳ",
25258,
"gmq-ins",
"Latn",
sort_key = {
from = {"á", "ð", "í", "ó", "ú", "ý", "æ", "ø"},
to = {"a" .. p[1], "d" .. p[1], "i" .. p[1], "o" .. p[1], "u" .. p[1], "y" .. p[1], "z" .. p[1], "z" .. p[2]}
},
standard_chars = "AaÁáBbDdÐðEeFfGgHhIiÍíJjKkLlMmNnOoÓóPpRrSsTtUuÚúVvYyÝýÆæØø" .. c.punc,
}
m["fr"] = {
"ပြၚ်သေတ်",
150,
"roa-oil",
"Latn, Brai",
ancestors = "frm",
sort_key = {
Latn = s["roa-oil-sortkey"]
},
standard_chars = {
Latn = "AaÀàÂâBbCcÇçDdEeÉéÈèÊêËëFfGgHhIiÎîÏïJjLlMmNnOoÔôŒœPpQqRrSsTtUuÙùÛûÜüVvXxYyZz",
Brai = c.braille,
c.punc
},
}
m["fy"] = {
"ဖရေဝ်သဳယာန်လက္ကရဴ",
27175,
"gmw-fri",
"Latn",
sort_key = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.diaer,
from = {"y"},
to = {"i"}
},
standard_chars = "AaâäàÆæBbCcDdEeéêëèFfGgHhIiïìYyỳJjKkLlMmNnOoôöòPpRrSsTtUuúûüùVvWwZz" .. c.punc,
}
m["ga"] = {
"အာဲယျာလာန်",
9142,
"cel-gae",
"Latn, Latg",
ancestors = "mga",
sort_key = {
remove_diacritics = c.acute,
from = {"ḃ", "ċ", "ḋ", "ḟ", "ġ", "ṁ", "ṗ", "ṡ", "ṫ"},
to = {"bh", "ch", "dh", "fh", "gh", "mh", "ph", "sh", "th"}
},
standard_chars = "AaÁáBbCcDdEeÉéFfGgHhIiÍíLlMmNnOoÓóPpRrSsTtUuÚúVv" .. c.punc,
}
m["gd"] = {
"သကတ်ဂဴလိစ်",
9314,
"cel-gae",
"Latn, Latg",
ancestors = "mga",
sort_key = {remove_diacritics = c.grave .. c.acute},
standard_chars = "AaÀàBbCcDdEeÈèFfGgHhIiÌìLlMmNnOoÒòPpRrSsTtUuÙù" .. c.punc,
}
m["gl"] = {
"ဂလဳသဳယာန်",
9307,
"roa-gap",
"Latn",
sort_key = {
remove_diacritics = c.acute,
from = {"ñ"},
to = {"n" .. p[1]}
},
standard_chars = "AaÁáBbCcDdEeÉéFfGgHhIiÍíÏïLlMmNnÑñOoÓóPpQqRrSsTtUuÚúÜüVvXxZz" .. c.punc,
}
m["gu"] = {
"ဂုဂျာရတဳ",
5137,
"inc-wes",
"Arab, Gujr",
ancestors = "inc-mgu",
translit = {
Gujr = "gu-translit",
},
strip_diacritics = {
Arab = {remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.kasra .. c.shadda .. c.sukun},
Gujr = {remove_diacritics = "઼"},
},
}
m["gv"] = {
"မာက်",
12175,
"cel-gae",
"Latn",
ancestors = "mga",
sort_key = {remove_diacritics = c.cedilla .. "-"},
standard_chars = "AaBbCcÇçDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwYy" .. c.punc,
}
m["ha"] = {
"ဟဴသာ",
56475,
"cdc-wst",
"Latn, Arab",
strip_diacritics = {
Latn = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.macron}
},
sort_key = {
Latn = {
from = {"ɓ", "b'", "ɗ", "d'", "ƙ", "k'", "sh", "ƴ", "'y"},
to = {"b" .. p[1], "b" .. p[2], "d" .. p[1], "d" .. p[2], "k" .. p[1], "k" .. p[2], "s" .. p[1], "y" .. p[1], "y" .. p[2]}
},
},
}
m["he"] = {
"ဟဳဗရဝ်",
9288,
"sem-can",
"Hebr, Phnx, Brai, Samr",
ancestors = "he-med",
-- Hebr display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
-- Samr strip_diacritics, sort_key in [[Module:scripts/data]]
-- Phnx translit in [[Module:scripts/data]] (NOTE: not present before, presumably an accidental omission)
}
m["hi"] = {
"ဟိန္ဒဳ",
1568,
"inc-hnd",
"Deva, Kthi, Newa",
translit = {
Deva = "hi-translit"
},
standard_chars = {
Deva = "अआइईउऊएऐओऔकखगघङचछजझञटठडढणतथदधनपफबभमयरलवशषसहत्रज्ञक्षक़ख़ग़ज़झ़ड़ढ़फ़काखागाघाङाचाछाजाझाञाटाठाडाढाणाताथादाधानापाफाबाभामायारालावाशाषासाहात्राज्ञाक्षाक़ाख़ाग़ाज़ाझ़ाड़ाढ़ाफ़ाकिखिगिघिङिचिछिजिझिञिटिठिडिढिणितिथिदिधिनिपिफिबिभिमियिरिलिविशिषिसिहित्रिज्ञिक्षिक़िख़िग़िज़िझ़िड़िढ़िफ़िकीखीगीघीङीचीछीजीझीञीटीठीडीढीणीतीथीदीधीनीपीफीबीभीमीयीरीलीवीशीषीसीहीत्रीज्ञीक्षीक़ीख़ीग़ीज़ीझ़ीड़ीढ़ीफ़ीकुखुगुघुङुचुछुजुझुञुटुठुडुढुणुतुथुदुधुनुपुफुबुभुमुयुरुलुवुशुषुसुहुत्रुज्ञुक्षुक़ुख़ुग़ुज़ुझ़ुड़ुढ़ुफ़ुकूखूगूघूङूचूछूजूझूञूटूठूडूढूणूतूथूदूधूनूपूफूबूभूमूयूरूलूवूशूषूसूहूत्रूज्ञूक्षूक़ूख़ूग़ूज़ूझ़ूड़ूढ़ूफ़ूकेखेगेघेङेचेछेजेझेञेटेठेडेढेणेतेथेदेधेनेपेफेबेभेमेयेरेलेवेशेषेसेहेत्रेज्ञेक्षेक़ेख़ेग़ेज़ेझ़ेड़ेढ़ेफ़ेकैखैगैघैङैचैछैजैझैञैटैठैडैढैणैतैथैदैधैनैपैफैबैभैमैयैरैलैवैशैषैसैहैत्रैज्ञैक्षैक़ैख़ैग़ैज़ैझ़ैड़ैढ़ैफ़ैकोखोगोघोङोचोछोजोझोञोटोठोडोढोणोतोथोदोधोनोपोफोबोभोमोयोरोलोवोशोषोसोहोत्रोज्ञोक्षोक़ोख़ोग़ोज़ोझ़ोड़ोढ़ोफ़ोकौखौगौघौङौचौछौजौझौञौटौठौडौढौणौतौथौदौधौनौपौफौबौभौमौयौरौलौवौशौषौसौहौत्रौज्ञौक्षौक़ौख़ौग़ौज़ौझ़ौड़ौढ़ौफ़ौक्ख्ग्घ्ङ्च्छ्ज्झ्ञ्ट्ठ्ड्ढ्ण्त्थ्द्ध्न्प्फ्ब्भ्म्य्र्ल्व्श्ष्स्ह्त्र्ज्ञ्क्ष्क़्ख़्ग़्ज़्झ़्ड़्ढ़्फ़्।॥०१२३४५६७८९॰",
c.punc
},
}
m["ho"] = {
"ဟဳရဳမိုတု",
33617,
"crp",
"Latn",
ancestors = "meu",
}
m["ht"] = {
"ဟေဲယှေန် ခရေဝ်အဝ်လ်",
33491,
"crp",
"Latn",
ancestors = "ht-sdm",
sort_key = {
from = {
"oun", -- 3 chars
"an", "ch", "è", "en", "ng", "ò", "on", "ou", "ui" -- 2 chars
},
to = {
"o" .. p[4],
"a" .. p[1], "c" .. p[1], "e" .. p[1], "e" .. p[2], "n" .. p[1], "o" .. p[1], "o" .. p[2], "o" .. p[3], "u" .. p[1]
}
},
}
m["hu"] = {
"ဟာန်ဂါရေဝ်",
9067,
"urj-ugr",
"Latn, Hung",
ancestors = "ohu",
sort_key = {
Latn = {
from = {
"dzs", -- 3 chars
"á", "cs", "dz", "é", "gy", "í", "ly", "ny", "ó", "ö", "ő", "sz", "ty", "ú", "ü", "ű", "zs", -- 2 chars
},
to = {
"d" .. p[2],
"a" .. p[1], "c" .. p[1], "d" .. p[1], "e" .. p[1], "g" .. p[1], "i" .. p[1], "l" .. p[1], "n" .. p[1], "o" .. p[1], "o" .. p[2], "o" .. p[3], "s" .. p[1], "t" .. p[1], "u" .. p[1], "u" .. p[2], "u" .. p[3], "z" .. p[1],
}
},
},
standard_chars = {
Latn = "AaÁáBbCcDdEeÉéFfGgHhIiÍíJjKkLlMmNnOoÓóÖöŐőPpQqRrSsTtUuÚúÜüŰűVvWwXxYyZz",
c.punc
},
}
m["hy"] = {
"အာမေနဳယျာ",
8785,
"hyx",
"Armn, Brai",
ancestors = "axm",
-- Armn translit in [[Module:scripts/data]]
override_translit = true,
strip_diacritics = {
Armn = {
remove_diacritics = "՛՜՞՟",
from = {"եւ", "<sup>յ</sup>", "<sup>ի</sup>", "<sup>է</sup>", "յ̵", "ՙ", "՚"},
to = {"և", "յ", "ի", "է", "ֈ", "ʻ", "’"}
},
},
sort_key = {
Armn = {
from = {
"ու", "եւ", -- 2 chars
"և" -- 1 char
},
to = {
"ւ", "եվ",
"եվ"
}
},
},
}
m["hz"] = {
"ဟေရေရုဝ်",
33315,
"bnt-swb",
"Latn",
}
m["ia"] = {
"အေန်တာလိၚ်္ဂဝ်",
35934,
"art",
"Latn",
}
m["id"] = {
"အိန်ဒဝ်နဳသဳယျာ",
9240,
"poz-mly",
"Latn",
ancestors = "ms",
standard_chars = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz" .. c.punc,
}
m["ie"] = {
"အေန်တာလိၚ်္ဂဝေ",
35850,
"art",
"Latn",
type = "appendix-constructed",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.circ},
}
m["ig"] = {
"အေတ်ဗါဝ်",
33578,
"alv-igb",
"Latn",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.macron},
sort_key = {
from = {"gb", "gh", "gw", "ị", "kp", "kw", "ṅ", "nw", "ny", "ọ", "sh", "ụ"},
to = {"g" .. p[1], "g" .. p[2], "g" .. p[3], "i" .. p[1], "k" .. p[1], "k" .. p[2], "n" .. p[1], "n" .. p[2], "n" .. p[3], "o" .. p[1], "s" .. p[1], "u" .. p[1]}
},
}
m["ii"] = {
"သေဲဆိုန်ယဳ",
34235,
"tbq-nlo",
"Yiii",
translit = "ii-translit",
}
m["ik"] = {
"အဳနုဗဳယာတ်",
27183,
"esx-inu",
"Latn",
sort_key = {
from = {
"ch", "ġ", "dj", "ḷ", "ł̣", "ñ", "ng", "r̂", "sr", "zr", -- 2 chars
"ł", "ŋ", "ʼ" -- 1 char
},
to = {
"c" .. p[1], "g" .. p[1], "h" .. p[1], "l" .. p[1], "l" .. p[3], "n" .. p[1], "n" .. p[2], "r" .. p[1], "s" .. p[1], "z" .. p[1],
"l" .. p[2], "n" .. p[2], "z" .. p[2]
}
},
}
m["io"] = {
"ဣဒဝ်",
35224,
"art",
"Latn",
}
m["is"] = {
"အာက်သလာန်",
294,
"gmq-ins",
"Latn",
sort_key = {
from = {"á", "ð", "é", "í", "ó", "ú", "ý", "þ", "æ", "ö"},
to = {"a" .. p[1], "d" .. p[1], "e" .. p[1], "i" .. p[1], "o" .. p[1], "u" .. p[1], "y" .. p[1], "z" .. p[1], "z" .. p[2], "z" .. p[3]}
},
standard_chars = "AaÁáBbDdÐðEeÉéFfGgHhIiÍíJjKkLlMmNnOoÓóPpRrSsTtUuÚúVvXxYyÝýÞþÆæÖö" .. c.punc,
}
m["it"] = {
"အဳတခ်လဳ",
652,
"roa-itr",
"Latn",
ancestors = "roa-oit",
sort_key = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.diaer .. c.ringabove},
standard_chars = "AaÀàBbCcDdEeÈèÉéFfGgHhIiÌìLlMmNnOoÒòPpQqRrSsTtUuÙùVvZz" .. c.punc,
}
m["iu"] = {
"အေၚ်နုကတဳတောတ်",
29921,
"esx-inu",
"Cans, Latn",
translit = {
Cans = "cr-translit"
},
override_translit = true,
}
m["ja"] = {
"ဂျပါန်",
5287,
"jpx",
"Jpan, Latn, Brai",
ancestors = "ja-ear",
translit = s["jpx-translit"],
link_tr = true,
display_text = s["jpx-displaytext"],
strip_diacritics = s["jpx-stripdiacritics"],
sort_key = s["jpx-sortkey"],
}
m["jv"] = {
"ဂျာဗာ",
33549,
"poz",
"Latn, Java, Arab",
ancestors = "kaw",
translit = {
Java = "jv-translit"
},
link_tr = true,
strip_diacritics = {
Latn = {remove_diacritics = c.circ} -- Modern jv don't use ê
},
sort_key = {
Latn = {
from = {"å", "dh", "é", "è", "ng", "ny", "th"},
to = {"a" .. p[1], "d" .. p[1], "e" .. p[1], "e" .. p[2], "n" .. p[1], "n" .. p[2], "t" .. p[1]}
},
},
}
m["ka"] = {
"ဂျဝ်ဂျဳယျာ",
8108,
"ccs-gzn",
"Geor, Geok, Hebr", -- Hebr is used to write Judeo-Georgian
ancestors = "ka-mid",
-- Geor, Geok translit in [[Module:scripts/data]]
override_translit = true,
strip_diacritics = {
Geor = s["ka-stripdiacritics"],
Geok = s["ka-stripdiacritics"],
},
-- Hebr display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["kg"] = {
"ခါမ်ဂဝ်",
33702,
"bnt-kng",
"Latn",
}
m["ki"] = {
"ခဳခူယူ",
33587,
"bnt-kka",
"Latn",
}
m["kj"] = {
"ကောန်ယာမာ",
1405077,
"bnt-ova",
"Latn",
}
m["kk"] = {
"ကဇက်",
9252,
"trk-kno",
"Cyrl, Latn, kk-Arab",
translit = {
Cyrl = {
from = {
"Ё", "ё", "Й", "й", "Нг", "нг", "Ӯ", "ӯ", -- 2 chars; are "Ӯ" and "ӯ" actually used?
"А", "а", "Ә", "ә", "Б", "б", "В", "в", "Г", "г", "Ғ", "ғ", "Д", "д", "Е", "е", "Ж", "ж", "З", "з", "И", "и", "К", "к", "Қ", "қ", "Л", "л", "М", "м", "Н", "н", "Ң", "ң", "О", "о", "Ө", "ө", "П", "п", "Р", "р", "С", "с", "Т", "т", "У", "у", "Ұ", "ұ", "Ү", "ү", "Ф", "ф", "Х", "х", "Һ", "һ", "Ц", "ц", "Ч", "ч", "Ш", "ш", "Щ", "щ", "Ъ", "ъ", "Ы", "ы", "І", "і", "Ь", "ь", "Э", "э", "Ю", "ю", "Я", "я", -- 1 char
},
to = {
"E", "e", "İ", "i", "Ñ", "ñ", "U", "u",
"A", "a", "Ä", "ä", "B", "b", "V", "v", "G", "g", "Ğ", "ğ", "D", "d", "E", "e", "J", "j", "Z", "z", "İ", "i", "K", "k", "Q", "q", "L", "l", "M", "m", "N", "n", "Ñ", "ñ", "O", "o", "Ö", "ö", "P", "p", "R", "r", "S", "s", "T", "t", "U", "u", "Ū", "ū", "Ü", "ü", "F", "f", "X", "x", "H", "h", "S", "s", "Ç", "ç", "Ş", "ş", "Ş", "ş", "", "", "Y", "y", "I", "ı", "", "", "É", "é", "Ü", "ü", "Ä", "ä",
}
}
},
-- override_translit = true,
sort_key = {
Cyrl = {
from = {"ә", "ғ", "ё", "қ", "ң", "ө", "ұ", "ү", "һ", "і"},
to = {"а" .. p[1], "г" .. p[1], "е" .. p[1], "к" .. p[1], "н" .. p[1], "о" .. p[1], "у" .. p[1], "у" .. p[2], "х" .. p[1], "ы" .. p[1]}
},
},
standard_chars = {
Cyrl = "АаӘәБбВвГгҒғДдЕеЁёЖжЗзИиЙйКкҚқЛлМмНнҢңОоӨөПпРрСсТтУуҰұҮүФфХхҺһЦцЧчШшЩщЪъЫыІіЬьЭэЮюЯя",
c.punc
},
}
m["kl"] = {
"ဂရိန်လာန်",
25355,
"esx-inu",
"Latn",
sort_key = {
from = {"æ", "ø", "å"},
to = {"z" .. p[1], "z" .. p[2], "z" .. p[3]}
}
}
m["km"] = {
"ခမေန်",
9205,
"mkh-kmr",
"Khmr",
ancestors = "xhm",
translit = "km-translit",
}
m["kn"] = {
"ကာန်နဒါ",
33673,
"dra-kan",
"Knda, Tutg",
ancestors = "dra-mkn",
-- Knda translit in [[Module:scripts/data]]
}
m["ko"] = {
"ကိုဝ်ရဳယျာ",
9176,
"qfa-kor",
"Kore, Brai",
ancestors = "ko-ear",
translit = {
Kore = "ko-translit",
},
-- Kore strip_diacritics in [[Module:scripts/data]]
}
m["kr"] = {
"ကနူရဳ",
36094,
"ssa-sah",
"Latn, Arab",
-- the sortkey and strip_diacritics are only for standard Kanuri; when dialectal entries get added, someone will have to work out how the dialects should be represented orthographically
strip_diacritics = {
Latn = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.breve}
},
sort_key = {
Latn = {
from = {"ǝ", "ny", "ɍ", "sh"},
to = {"e" .. p[1], "n" .. p[1], "r" .. p[1], "s" .. p[1]}
},
},
}
m["ks"] = {
"ကာဒ်ရှ်မဳယျာ",
33552,
"inc-kas",
"ks-Arab, Deva, Shrd, Latn",
translit = {
["ks-Arab"] = "ks-Arab-translit",
Deva = "ks-Deva-translit",
-- Shrd translit in [[Module:scripts/data]]
},
}
-- "kv" is treated as "koi", "kpv", see [[WT:LT]]
m["kw"] = {
"ခမ်နေတ်",
25289,
"cel-brs",
"Latn",
ancestors = "cnx",
sort_key = {
from = {"ch"},
to = {"c" .. p[1]}
},
}
m["ky"] = {
"ကာဇေတ်",
9255,
"trk-kkp",
"Cyrl, Latn, Arab",
translit = {
Cyrl = "ky-translit"
},
override_translit = true,
sort_key = {
Cyrl = {
from = {"ё", "ң", "ө", "ү"},
to = {"е" .. p[1], "н" .. p[1], "о" .. p[1], "у" .. p[1]}
},
},
}
m["la"] = {
"လပ်တေန်",
397,
"itc-laf",
"Latn, Ital",
ancestors = "itc-ola",
-- Ital translit in [[Module:scripts/data]] (NOTE: formerly not present, probably an accidental omission)
display_text = {
Latn = s["itc-Latn-displaytext"]
},
strip_diacritics = {
Latn = s["itc-Latn-stripdiacritics"]
},
sort_key = {
Latn = s["itc-Latn-sortkey"]
},
standard_chars = {
Latn = "AaBbCcDdEeFfGgHhIiLlMmNnOoPpQqRrSsTtUuVvXx",
c.punc
},
}
m["lb"] = {
"လူဇေန်ဘာဂျ်",
9051,
"gmw-hgm",
"Latn, Brai",
ancestors = "gmw-cfr",
sort_key = {
Latn = {
from = {"ä", "ë", "é"},
to = {"z" .. p[1], "z" .. p[2], "z" .. p[3]}
},
},
}
m["lg"] = {
"လူဂါန်ဒါ",
33368,
"bnt-nyg",
"Latn",
strip_diacritics = {remove_diacritics = c.acute .. c.circ},
sort_key = {
from = {"ŋ"},
to = {"n" .. p[1]}
},
}
m["li"] = {
"လိမ်ဗူရ်ဂိသ်",
102172,
"gmw-frk",
"Latn",
ancestors = "dum",
}
m["ln"] = {
"လေန်ဂါလာ",
36217,
"bnt-bmo",
"Latn",
sort_key = {
remove_diacritics = c.acute .. c.circ .. c.caron,
from = {"ɛ", "gb", "mb", "mp", "nd", "ng", "nk", "ns", "nt", "ny", "nz", "ɔ"},
to = {"e" .. p[1], "g" .. p[1], "m" .. p[1], "m" .. p[2], "n" .. p[1], "n" .. p[2], "n" .. p[3], "n" .. p[4], "n" .. p[5], "n" .. p[6], "n" .. p[7], "o" .. p[1]}
},
}
m["lo"] = {
"သေံလဴ",
9211,
"tai-swe",
"Laoo",
translit = "lo-translit",
sort_key = "Laoo-sortkey",
standard_chars = "0-9ກຂຄງຈຊຍດຕຖທນບປຜຝພຟມຢຣລວສຫອຮຯ-ໝ" .. c.punc,
}
m["lt"] = {
"လေတ်တူယဵုနဳယျာ",
9083,
"bat-eas",
"Latn",
ancestors = "olt",
display_text = "lt-common",
strip_diacritics = "lt-common",
sort_key = "lt-common",
standard_chars = "AaĄąBbCcČčDdEeĘęĖėFfGgHhIiĮįYyJjKkLlMmNnOoPpRrSsŠšTtUuŲųŪūVvZzŽž" .. c.punc,
}
m["lu"] = {
"ဠူဘ-ကာတေန်ဂါ",
36157,
"bnt-lub",
"Latn",
}
m["lv"] = {
"လပ်ဗဳယာ",
9078,
"bat-eas",
"Latn",
strip_diacritics = {
-- This attempts to convert vowels with tone marks to vowels either with or without macrons. Specifically, there should be no macrons if the vowel is part of a diphthong (including resonant diphthongs such pìrksts -> pirksts not #pīrksts). What we do is first convert the vowel + tone mark to a vowel + tilde in a decomposed fashion, then remove the tilde in diphthongs, then convert the remaining vowel + tilde sequences to macroned vowels, then delete any other tilde. We leave already-macroned vowels alone: Both e.g. ar and ār occur before consonants. FIXME: This still might not be sufficient.
from = {"([Ee])" .. c.cedilla, "[" .. c.grave .. c.circ .. c.tilde .."]", "([aAeEiIoOuU])" .. c.tilde .."?([lrnmuiLRNMUI])" .. c.tilde .. "?([^aAeEiIoOuU])", "([aAeEiIoOuU])" .. c.tilde .."?([lrnmuiLRNMUI])" .. c.tilde .."?$", "([iI])" .. c.tilde .. "?([eE])" .. c.tilde .. "?", "([aAeEiIuU])" .. c.tilde, c.tilde},
to = {"%1", c.tilde, "%1%2%3", "%1%2", "%1%2", "%1" .. c.macron}
},
sort_key = {
from = {"ā", "č", "ē", "ģ", "ī", "ķ", "ļ", "ņ", "š", "ū", "ž"},
to = {"a" .. p[1], "c" .. p[1], "e" .. p[1], "g" .. p[1], "i" .. p[1], "k" .. p[1], "l" .. p[1], "n" .. p[1], "s" .. p[1], "u" .. p[1], "z" .. p[1]}
},
standard_chars = "AaĀāBbCcČčDdEeĒēFfGgĢģHhIiĪīJjKkĶķLlĻļMmNnŅņOoPpRrSsŠšTtUuŪūVvZzŽž" .. c.punc,
}
m["mg"] = {
"မာလာဂါသဳ",
7930,
"poz-bre",
"Latn, Arab",
}
m["mh"] = {
"မာချဲလဳ",
36280,
"poz-mic",
"Latn",
sort_key = {
from = {"ā", "ļ", "m̧", "ņ", "n̄", "o̧", "ō", "ū"},
to = {"a" .. p[1], "l" .. p[1], "m" .. p[1], "n" .. p[1], "n" .. p[2], "o" .. p[1], "o" .. p[2], "u" .. p[1]}
},
}
m["mi"] = {
"မဝ်ရဳ",
36451,
"poz-pep",
"Latn",
sort_key = {
remove_diacritics = c.macron,
from = {"ng", "wh"},
to = {"n" .. p[1], "w" .. p[1]}
},
}
m["mk"] = {
"မက်သဳဒဝ်နဳယျာ",
9296,
"zls",
"Cyrl, Polyt",
ancestors = "cu",
translit = {
Cyrl = "mk-translit",
-- FIXME: formerly no translit specified for Polyt; unclear if the default [[Module:grc-translit]] is
-- acceptable, so we disable it for now
Polyt = false,
},
strip_diacritics = {
Cyrl = {
remove_diacritics = c.acute,
remove_exceptions = {"Ѓ", "ѓ", "Ќ", "ќ"}
},
},
sort_key = {
Cyrl = {
remove_diacritics = c.grave,
remove_exceptions = {"ѓ", "ќ"},
from = {"ѓ", "ѕ", "ј", "љ", "њ", "ќ", "џ"},
to = {"д" .. p[1], "з" .. p[1], "и" .. p[1], "л" .. p[1], "н" .. p[1], "т" .. p[1], "ч" .. p[1]}
},
},
-- Polyt display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
standard_chars = {
Cyrl = "АаБбВвГгДдЃѓЕеЖжЗзЅѕИиЈјКкЛлЉљМмНнЊњОоПпРрСсТтЌќУуФфХхЦцЧчЏџШш",
c.punc
},
}
m["ml"] = {
"မလေဝ်ယျလာမ်",
36236,
"dra-mal",
"Mlym",
override_translit = true,
-- Mlym translit in [[Module:scripts/data]]
}
m["mn"] = {
"မန်ဂဝ်လဳယျာ",
9246,
"xgn-cen",
"Cyrl, Mong, Latn, Brai",
ancestors = "cmg",
translit = {
Cyrl = "mn-translit",
-- Mong translit in [[Module:scripts/data]]
},
override_translit = true,
-- Mong display_text and strip_diacritics in [[Module:scripts/data]]
strip_diacritics = {
Cyrl = {remove_diacritics = c.grave .. c.acute},
},
sort_key = {
Cyrl = {
remove_diacritics = c.grave,
from = {"ё", "ө", "ү"},
to = {"е" .. p[1], "о" .. p[1], "у" .. p[1]}
},
},
standard_chars = {
Cyrl = "АаБбВвГгДдЕеЁёЖжЗзИиЙйЛлМмНнОоӨөРрСсТтУуҮүХхЦцЧчШшЫыЬьЭэЮюЯя—",
Brai = c.braille,
c.punc
},
}
-- "mo" is treated as "ro", see [[WT:LT]]
m["mr"] = {
"မာရဒဳ",
1571,
"inc-sou",
"Deva, Modi",
ancestors = "omr",
translit = {
Deva = "mr-translit",
Modi = "mr-Modi-translit",
},
strip_diacritics = {
Deva = {
from = {"च़", "ज़", "झ़"},
to = {"च", "ज", "झ"}
},
},
}
m["ms"] = {
"မလေဝ်",
9237,
"poz-mly",
"Latn, ms-Arab",
ancestors = "ms-cla",
standard_chars = {
Latn = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz",
c.punc
},
}
m["mt"] = {
"မာလ်တဳ",
9166,
"sem-arb",
"Latn",
display_text = {
from = {"'"},
to = {"’"}
},
strip_diacritics = {
from = {"’"},
to = {"'"},
},
ancestors = "sqr",
sort_key = {
from = {
"ċ", "ġ", "ż", -- Convert into PUA so that decomposed form does not get caught by the next step.
"([cgz])", -- Ensure "c" comes after "ċ", "g" comes after "ġ" and "z" comes after "ż".
"g" .. p[1] .. "ħ", -- "għ" after initial conversion of "g".
p[3], p[4], "ħ", "ie", p[5] -- Convert "ċ", "ġ", "ħ", "ie", "ż" into final output.
},
to = {
p[3], p[4], p[5],
"%1" .. p[1],
"g" .. p[2],
"c", "g", "h" .. p[1], "i" .. p[1], "z"
}
},
}
m["my"] = {
"ဗၟာ",
9228,
"tbq-brm",
"Mymr",
ancestors = "obr",
translit = "my-translit",
override_translit = true,
sort_key = {
from = {"ျ", "ြ", "ွ", "ှ", "ဿ"},
to = {"္ယ", "္ရ", "္ဝ", "္ဟ", "သ္သ"}
},
}
m["na"] = {
"နာဥူရူ",
13307,
"poz-mic",
"Latn",
}
m["nb"] = {
"နဝ်ဝေ ဗော်ခ်မဝ်",
25167,
"gmq",
"Latn",
wikimedia_codes = "no",
ancestors = "gmq-mno, da", -- da as an (but not the) ancestor of nb was agreed on - do not change without discussion
sort_key = s["no-sortkey"],
standard_chars = s["no-standardchars"],
}
m["nd"] = {
"နဒေဗဝ်လေဝ် လ္ပာ်သၟဝ်ကျာ",
35613,
"bnt-ngu",
"Latn",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.macron .. c.caron},
}
m["ne"] = {
"နဳပဝ်",
33823,
"inc-pah",
"Deva, Newa",
translit = {
Deva = "ne-translit"
},
}
m["ng"] = {
"အွန်ဒွန်ဂါ",
33900,
"bnt-ova",
"Latn",
}
m["nl"] = {
"ဒါတ်",
7411,
"gmw-frk",
"Latn, Brai",
ancestors = "dum",
sort_key = {
Latn = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.diaer .. c.ringabove .. c.cedilla .. "'"},
},
standard_chars = {
Latn = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZzÄäËëÏïÖöÜü",
Brai = c.braille,
c.punc
},
}
m["nn"] = {
"နဝ်ဝေ နဳနိုတ်",
25164,
"gmq-wes",
"Latn",
ancestors = "gmq-mno",
strip_diacritics = {
remove_diacritics = c.grave .. c.acute,
},
sort_key = s["no-sortkey"],
standard_chars = s["no-standardchars"],
}
m["no"] = {
"နဝ်ဝေ",
9043,
"gmq-wes",
"Latn",
ancestors = "gmq-mno",
sort_key = s["no-sortkey"],
standard_chars = s["no-standardchars"],
}
m["nr"] = {
"အာန်ဒေဗေလေဝ် လ္ပာ်ဒိုဟ်သမၠုၚ်ကျာ",
36785,
"bnt-ngu",
"Latn",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.macron .. c.caron},
}
m["nv"] = {
"နာဝါဟဝ်",
13310,
"apa",
"Latn, Brai",
sort_key = {
remove_diacritics = c.acute .. c.ogonek,
from = {
"chʼ", "tłʼ", "tsʼ", -- 3 chars
"ch", "dl", "dz", "gh", "hw", "kʼ", "kw", "sh", "tł", "ts", "zh", -- 2 chars
"ł", "ʼ" -- 1 char
},
to = {
"c" .. p[2], "t" .. p[2], "t" .. p[4],
"c" .. p[1], "d" .. p[1], "d" .. p[2], "g" .. p[1], "h" .. p[1], "k" .. p[1], "k" .. p[2], "s" .. p[1], "t" .. p[1], "t" .. p[3], "z" .. p[1],
"l" .. p[1], "z" .. p[2]
}
},
}
m["ny"] = {
"ချဳချေန်ဝါ",
33273,
"bnt-nys",
"Latn",
strip_diacritics = {remove_diacritics = c.acute .. c.circ},
sort_key = {
from = {"ng'"},
to = {"ng"}
},
}
m["oc"] = {
"အောက်စဳတာန်",
14185,
"roa-ocr",
"Latn, Hebr",
ancestors = "pro",
sort_key = {
Latn = {
remove_diacritics = c.grave .. c.acute .. c.diaer .. c.cedilla,
from = {"([lns])·h"},
to = {"%1h"}
},
},
-- Hebr display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["oj"] = {
"အဝ်ဂျဳဗဝေ",
33875,
"alg",
"Cans, Latn",
sort_key = {
Latn = {
from = {"aa", "ʼ", "ii", "oo", "sh", "zh"},
to = {"a" .. p[1], "h" .. p[1], "i" .. p[1], "o" .. p[1], "s" .. p[1], "z" .. p[1]}
},
},
}
m["om"] = {
"အဝ်ရဝ်မဝ်",
33864,
"cus-eas",
"Latn, Ethi",
}
m["or"] = {
"အဝ်ရေဝ်ယာ",
33810,
"inc-eas",
"Orya",
ancestors = "inc-mor",
translit = "or-translit",
}
m["os"] = {
"အဝ်ဇြဳယာန်",
33968,
"xsc-sar",
"Cyrl, Geor, Latn",
ancestors = "oos",
translit = {
Cyrl = "os-translit",
-- Geor translit in [[Module:scripts/data]]
},
override_translit = true,
display_text = {
Cyrl = {
from = {"æ"},
to = {"ӕ"}
},
Latn = {
from = {"ӕ"},
to = {"æ"}
},
},
strip_diacritics = {
Cyrl = {
remove_diacritics = c.grave .. c.acute,
from = {"æ"},
to = {"ӕ"}
},
Latn = {
from = {"ӕ"},
to = {"æ"}
},
},
sort_key = {
Cyrl = {
from = {"ӕ", "гъ", "дж", "дз", "ё", "къ", "пъ", "тъ", "хъ", "цъ", "чъ"},
to = {"а" .. p[1], "г" .. p[1], "д" .. p[1], "д" .. p[2], "е" .. p[1], "к" .. p[1], "п" .. p[1], "т" .. p[1], "х" .. p[1], "ц" .. p[1], "ч" .. p[1]}
},
},
}
m["pa"] = {
"ပါန်ချာပဳ",
58635,
"inc-pan",
"Guru, pa-Arab",
ancestors = "inc-opa",
translit = {
Guru = "Guru-translit",
["pa-Arab"] = "pa-Arab-translit",
},
strip_diacritics = {
["pa-Arab"] = {
remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.nunghunna,
from = {"ݨ", "ࣇ"},
to = {"ن", "ل"}
},
},
}
m["pi"] = {
"ပါဠိ",
36727,
"inc-mid",
"Latn, Brah, Deva, Beng, Sinh, Mymr, Thai, Lana, Laoo, Khmr, Cakm", --and also Khom
ancestors = "sa",
translit = {
-- Brah translit in [[Module:scripts/data]]
Deva = "sa-translit",
Beng = "pi-translit",
Sinh = "si-translit",
Mymr = "pi-translit",
Thai = "pi-translit",
Lana = "pi-translit",
Laoo = "pi-translit",
Khmr = "pi-translit",
Cakm = "Cakm-translit",
},
strip_diacritics = {
Thai = {
from = {"ึ", u(0xF700), u(0xF70F)}, -- FIXME: Not clear what's going on with the PUA characters here.
to = {"ิํ", "ฐ", "ญ"}
},
Mymr = {
remove_diacritics = c.VS01,
},
},
sort_key = { -- FIXME: This needs to be converted into the current standardized format.
from = {"ā", "ī", "ū", "ḍ", "ḷ", "m[" .. c.dotabove .. c.dotbelow .. "]", "ṅ", "ñ", "ṇ", "ṭ", "([เโ])([ก-ฮ])", "([ເໂ])([ກ-ຮ])", "ᩔ", "ᩕ", "ᩖ", "ᩘ", "([ᨭ-ᨱ])ᩛ", "([ᨷ-ᨾ])ᩛ", "ᩤ", u(0xFE00), u(0x200D)},
to = {"a~", "i~", "u~", "d~", "l~", "m~", "n~", "n~~", "n~~~", "t~", "%2%1", "%2%1", "ᩈ᩠ᩈ", "᩠ᩁ", "᩠ᩃ", "ᨦ᩠", "%1᩠ᨮ", "%1᩠ᨻ", "ᩣ"}
},
}
m["pl"] = {
"ပဝ်လာန်",
809,
"zlw-lch",
"Latn",
ancestors = "zlw-mpl",
sort_key = {
from = {"ą", "ć", "ę", "ł", "ń", "ó", "ś", "ź", "ż"},
to = {"a" .. p[1], "c" .. p[1], "e" .. p[1], "l" .. p[1], "n" .. p[1], "o" .. p[1], "s" .. p[1], "z" .. p[1], "z" .. p[2]}
},
standard_chars = "AaĄąBbCcĆćDdEeĘęFfGgHhIiJjKkLlŁłMmNnŃńOoÓóPpRrSsŚśTtUuWwYyZzŹźŻż" .. c.punc,
}
m["ps"] = {
"ပါသတုန်",
58680,
"ira-pat",
"ps-Arab",
strip_diacritics = {remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.zwarakay .. c.superalef},
}
m["pt"] = {
"ပဝ်တူဂြဳ",
5146,
"roa-gap",
"Latn, Brai",
sort_key = {
Latn = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.macron .. c.diaer .. c.cedilla,
from = {"ª", "æ", "º", "œ"},
to = {"a", "ae", "o", "oe"}
},
},
standard_chars = {
Latn = "AaÁáÂâÃãBbCcÇçDdEeÉéÊêFfGgHhIiÍíJjLlMmNnOoÓóÔôÕõPpQqRrSsTtUuÚúVvXxZz",
Brai = c.braille,
c.punc
},
}
m["qu"] = {
"ခေန်ချူဝါ",
5218,
"qwe",
"Latn",
}
m["rm"] = {
"ရဝ်မာန်",
13199,
"roa-rhe",
ancestors = "rm-old",
"Latn",
sort_key = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.diaer .. c.small_e},
}
m["ro"] = {
"ရဝ်မေနဳယျာ",
7913,
"roa-eas",
"Latn, Cyrl, Cyrs",
translit = {
Cyrl = "ro-translit"
},
sort_key = {
Latn = {
remove_diacritics = c.grave .. c.acute,
from = {"ă", "â", "î", "ș", "ț"},
to = {"a" .. p[1], "a" .. p[2], "i" .. p[1], "s" .. p[1], "t" .. p[1]}
},
Cyrl = {
from = {"ӂ"},
to = {"ж" .. p[1]}
},
},
-- Cyrs strip_diacritics, sort_key in [[Module:scripts/data]]; presumably not present
standard_chars = {
Latn = "AaĂăÂâBbCcDdEeFfGgHhIiÎîJjLlMmNnOoPpRrSsȘșTtȚțUuVvXxZz",
Cyrl = "АаБбВвГгДдЕеЖжӁӂЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЫыЬьЭэЮюЯя",
c.punc
},
}
m["ru"] = {
"ရုဿျှာ",
7737,
"zle",
"Cyrl, Brai",
ancestors = "zle-mru",
translit = {
Cyrl = "ru-translit"
},
display_text = {
Cyrl = {
from = {"'"},
to = {"’"}
},
},
strip_diacritics = {
Cyrl = {
remove_diacritics = c.grave .. c.acute .. c.diaer,
remove_exceptions = {"Ё", "ё", "Ѣ̈", "ѣ̈", "Я̈", "я̈"},
from = {"’"},
to = {"'"},
},
},
sort_key = {
Cyrl = {
remove_diacritics = c.grave .. c.acute .. c.diaer,
from = {
"і", "ѣ", "ѳ", "ѵ"
},
to = {
"и" .. p[1], "ь" .. p[1], "я" .. p[2], "я" .. p[3]
}
},
},
standard_chars = {
Cyrl = "АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя—",
Brai = c.braille,
(c.punc:gsub("'", "")) -- Exclude apostrophe.
},
}
m["rw"] = {
"ရဝါန်ဒါ ရုန်ဒဳ",
3217514,
"bnt-glb",
"Latn",
strip_diacritics = {remove_diacritics = c.acute .. c.circ .. c.macron .. c.caron},
}
m["sa"] = {
"သံသကြိုတ်",
11059,
"inc",
"as-Beng, Bali, Beng, Bhks, Brah, Mymr, xwo-Mong, Deva, Gujr, Guru, Gran, Hani, Java, Kthi, Knda, Kawi, Khar, Khmr, Laoo, Mlym, mnc-Mong, Marc, Modi, Mong, Nand, Newa, Orya, Phag, Ranj, Saur, Shrd, Sidd, Sinh, Soyo, Lana, Takr, Taml, Tang, Telu, Thai, Tibt, Tutg, Tirh, Zanb", --and also Khom; script codes sorted by canonical name rather than code for [[MOD:sa-convert]]
translit = {
Beng = "sa-Beng-translit",
["as-Beng"] = "sa-Beng-translit",
-- Brah translit in [[Module:scripts/data]]
Deva = "sa-translit",
Gujr = "sa-Gujr-translit",
Guru = "sa-Guru-translit",
Java = "sa-Java-translit",
Kthi = "sa-Kthi-translit",
Khmr = "pi-translit",
Knda = "sa-Knda-translit",
Lana = "pi-translit",
Laoo = "pi-translit",
Mlym = "sa-Mlym-translit",
Modi = "sa-Modi-translit",
-- Mong, mnc-Mong, xwo-Mong translit in [[Module:scripts/data]]
-- NOTE: Formerly used xal-translit for transliterating xwo-Mong but that only handles Cyrillic; it has
-- code to transliterate xwo-Mong but it's broken so I've replaced it with the default xwo-translit.
Mymr = "pi-translit",
Orya = "sa-Orya-translit",
-- Shrd translit in [[Module:scripts/data]]
-- Sidd translit in [[Module:scripts/data]]
Sinh = "si-translit",
Taml = "sa-Taml-translit",
Telu = "sa-Telu-translit",
Thai = "pi-translit",
-- Tibt translit in [[Module:scripts/data]]
},
-- Mong display_text and strip_diacritics in [[Module:scripts/data]]
-- Tibt display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
strip_diacritics = {
Thai = {
from = {"ึ", u(0xF700), u(0xF70F)}, -- FIXME: Not clear what's going on with the PUA characters here.
to = {"ิํ", "ฐ", "ญ"}
},
Mymr = {
remove_diacritics = c.VS01,
},
Deva = { -- Don't use remove_diacritics for accent marks, as १ and ३ should also be removed if (and only if) they carry any.
from = {"[१३]?[" .. c.anudatta .. c.udatta .. c.dsvarita .. c.tsvarita .. "]+"},
to = {""},
},
},
sort_key = {
Latn = {
from = {"ā", "ī", "ū", "ḍ", "ḷ", "ḹ", "m[" .. c.dotabove .. c.dotbelow .. "]", "ṅ", "ñ", "ṇ", "ṛ", "ṝ", "ś", "ṣ", "ṭ"},
to = {"a~", "i~", "u~", "d~", "l~", "l~~", "m~", "n~", "n~~", "n~~~", "r~", "r~~", "s~", "s~~", "t~"},
},
Thai = "Thai-sortkey",
Laoo = "Laoo-sortkey",
Lana = { -- Tai Tham
from = {"ᩔ", "ᩕ", "ᩖ", "ᩘ", "([ᨭ-ᨱ])ᩛ", "([ᨷ-ᨾ])ᩛ", "ᩤ"},
to = {"ᩈ᩠ᩈ", "᩠ᩁ", "᩠ᩃ", "ᨦ᩠", "%1᩠ᨮ", "%1᩠ᨻ", "ᩣ"},
},
Mymr = {
remove_diacritics = c.VS01,
},
-- FIXME: The previous sort key which mixed all scripts removed ZWJ; I don't know which script(s) this was
-- intended for and there are no other languages which remove it in the sort key AFAIK. If it needs to be
-- removed, specify the script(s) it needs to be removed under or add handling for the "all" script that applies
-- regardless of script.
--all = {
-- remove_diacritics = c.ZWJ,
--},
},
}
m["sc"] = {
"သာဒဳနဳယာန်",
33976,
"roa-sou",
"Latn",
}
m["sd"] = {
"သိန္ဓိ",
33997,
"inc-snd",
"sd-Arab, Deva, Sind, Khoj",
translit = {
Sind = "Sind-translit",
["sd-Arab"] = "sd-Arab-translit"
},
strip_diacritics = {
["sd-Arab"] = {
remove_diacritics = c.kashida .. c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.superalef,
from = {"ٱ"},
to = {"ا"}
},
},
}
m["se"] = {
"သာမိ သၟဝ်ကျာ",
33947,
"smi",
"Latn",
display_text = {
from = {"'"},
to = {"ˈ"}
},
strip_diacritics = {remove_diacritics = c.macron .. c.dotbelow .. "'ˈ"},
sort_key = {
from = {"á", "č", "đ", "ŋ", "š", "ŧ", "ž"},
to = {"a" .. p[1], "c" .. p[1], "d" .. p[1], "n" .. p[1], "s" .. p[1], "t" .. p[1], "z" .. p[1]}
},
standard_chars = "AaÁáBbCcČčDdĐđEeFfGgHhIiJjKkLlMmNnŊŋOoPpRrSsŠšTtŦŧUuVvZzŽž" .. c.punc,
}
m["sg"] = {
"သၚ်ဂဝ်",
33954,
"crp",
"Latn",
ancestors = "ngb",
}
m["sh"] = {
"သာဗ်ခြဝ်ဨရှဳယာန်",
9301,
"zls",
"Latn, Cyrl, Glag, Arab",
ietf_subtag = "hbs", -- ISO 639-3 code, since "sh" is deprecated from ISO 639-1
wikimedia_codes = "sh, bs, hr, sr",
strip_diacritics = {
Latn = {
remove_diacritics = c.grave .. c.acute .. c.tilde .. c.macron .. c.dgrave .. c.invbreve,
remove_exceptions = {"Ć", "ć", "Ś", "ś", "Ź", "ź"}
},
Cyrl = {
remove_diacritics = c.grave .. c.acute .. c.tilde .. c.macron .. c.dgrave .. c.invbreve,
remove_exceptions = {"З́", "з́", "С́", "с́"}
},
},
sort_key = {
Latn = {
remove_diacritics = c.grave .. c.acute .. c.tilde .. c.macron .. c.dgrave .. c.invbreve,
remove_exceptions = {"ć", "ś", "ź"},
from = {"č", "ć", "dž", "đ", "lj", "nj", "š", "ś", "ž", "ź"},
to = {"c" .. p[1], "c" .. p[2], "d" .. p[1], "d" .. p[2], "l" .. p[1], "n" .. p[1], "s" .. p[1], "s" .. p[2], "z" .. p[1], "z" .. p[2]}
},
Cyrl = {
remove_diacritics = c.grave .. c.acute .. c.tilde .. c.macron .. c.dgrave .. c.invbreve,
remove_exceptions = {"з́", "с́"},
from = {"ђ", "з́", "ј", "љ", "њ", "с́", "ћ", "џ"},
to = {"д" .. p[1], "з" .. p[1], "и" .. p[1], "л" .. p[1], "н" .. p[1], "с" .. p[1], "т" .. p[1], "ч" .. p[1]}
},
},
standard_chars = {
Latn = "AaBbCcČčĆćDdĐđEeFfGgHhIiJjKkLlMmNnOoPpRrSsŠšTtUuVvZzŽž",
Cyrl = "АаБбВвГгДдЂђЕеЖжЗзИиЈјКкЛлЉљМмНнЊњОоПпРрСсТтЋћУуФфХхЦцЧчЏџШш",
c.punc
},
}
m["si"] = {
"သိၚ်္ဃဵုရ်",
13267,
"inc-ins",
"Sinh",
translit = "si-translit",
override_translit = true,
}
m["sk"] = {
"သၠဝ်ဝေန်နဳယျာ",
9058,
"zlw",
"Latn",
ancestors = "zlw-osk",
sort_key = {remove_diacritics = c.acute .. c.circ .. c.diaer .. c.caron},
standard_chars = "AaÁáÄäBbCcČčDdĎďEeÉéFfGgHhIiÍíJjKkLlĹ弾MmNnŇňOoÓóÔôPpRrŔŕSsŠšTtŤťUuÚúVvYyÝýZzŽž" .. c.punc,
}
m["sl"] = {
"သၠဝ်ဝေနဳ",
9063,
"zls",
"Latn",
strip_diacritics = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.macron .. c.dgrave .. c.invbreve .. c.dotbelow,
remove_exceptions = {"Ć", "ć", "Ǵ", "ǵ", "Ś", "ś", "Ź", "ź"},
from = {"Ə", "ə", "Ł", "ł"},
to = {"E", "e", "L", "l"},
},
sort_key = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.macron .. c.dotabove .. c.ringabove .. c.dgrave .. c.invbreve .. c.dotbelow .. c.ringbelow .. c.ogonek,
remove_exceptions = {"ć", "ǵ", "ś", "ź"},
from = {"ä", "č", "ć", "đ", "ə", "ë", "ǧ", "ǵ", "ï", "ł", "ö", "š", "ś", "ü", "ž", "ź"},
to = {"a" .. p[1], "c" .. p[1], "c" .. p[2], "d" .. p[1], "e", "e" .. p[1], "g" .. p[1], "g" .. p[2], "i" .. p[1], "l", "o" .. p[1], "s" .. p[1], "s" .. p[2], "u" .. p[1], "z" .. p[1], "z" .. p[2]},
},
standard_chars = "AaBbCcČčDdEeFfGgHhIiJjKkLlMmNnOoPpRrSsŠšTtUuVvZzŽž" .. c.punc,
}
m["sm"] = {
"သမဝ်အာန်",
34011,
"poz-pnp",
"Latn",
}
m["sn"] = {
"သျှိနာ",
34004,
"bnt-sho",
"Latn",
strip_diacritics = {remove_diacritics = c.acute},
}
m["so"] = {
"သဝ်မာလဳ",
13275,
"cus-som",
"Latn, Arab, Osma",
strip_diacritics = {
Latn = {remove_diacritics = c.grave .. c.acute .. c.circ}
},
}
m["sq"] = {
"အလ်ဗနဳယာန်",
8748,
"sqj",
"Latn, Grek, ota-Arab, Elba, Todr, Vith",
translit = {
Elba = "Elba-translit",
Vith = "Vith-translit",
},
-- Grek display_text, sort_key in [[Module:scripts/data]]
strip_diacritics = {
Latn = {
remove_diacritics = c.acute .. c.circ,
from = {'^[ie] (%w)', '^të (%w)'}, to = {'%1', '%1'},
},
Grek = { -- Diacritic removal from Grek-stripdiacritics excluded.
from = m_langdata.chars_substitutions["Grek-stripdiacritics"].from,
to = m_langdata.chars_substitutions["Grek-stripdiacritics"].to,
},
},
sort_key = {
Latn = {
remove_diacritics = c.acute .. c.circ .. c.tilde .. c.breve .. c.caron,
from = {'^[ie] (%w)', '^të (%w)', 'ç', 'dh', 'ë', 'gj', 'll', 'nj', 'rr', 'sh', 'th', 'xh', 'zh'},
to = {'%1', '%1', 'c'..p[1], 'd'..p[1], 'e'..p[1], 'g'..p[1], 'l'..p[1], 'n'..p[1], 'r'..p[1], 's'..p[1], 't'..p[1], 'x'..p[1], 'z'..p[1]},
}
-- TODO: Grek if the default sort key is unsuitable
},
standard_chars = {
Latn = "AaBbCcÇçDdEeËëFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvXxYyZz",
c.punc
},
}
m["ss"] = {
"သဝါဇြဳ",
34014,
"bnt-ngu",
"Latn",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.macron .. c.caron},
}
m["st"] = {
"သူထူ",
34340,
"bnt-sts",
"Latn",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.macron .. c.caron},
}
m["su"] = {
"သာန်ဓနဳ",
34002,
"poz-msa",
"Latn, Sund, Arab",
ancestors = "osn",
translit = {
Sund = "Sund-translit"
},
}
m["sv"] = {
"သွဳဒေန်",
9027,
"gmq-eas",
"Latn",
ancestors = "gmq-osw-lat",
sort_key = {
remove_diacritics = c.grave .. c.acute .. c.circ .. c.tilde .. c.macron .. c.dacute .. c.caron .. c.cedilla .. "':",
remove_exceptions = {"å"},
from = {"ø", "æ", "œ", "ß", "å", "aͤ", "oͤ"},
to = {"o", "ae", "oe", "ss", "z" .. p[1], "ä", "ö"}
},
standard_chars = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpRrSsTtUuVvXxYyÅåÄäÖö" .. c.punc,
}
m["sw"] = {
"သဝါတ်ဟဳလဳ",
7838,
"bnt-swh",
"Latn, Arab",
sort_key = {
Latn = {
from = {"ng'"},
to = {"ng" .. p[1]}
},
},
}
m["ta"] = {
"တမဳလ်",
5885,
"dra-tam",
"Taml",
ancestors = "ta-mid",
translit = "ta-translit",
override_translit = true,
}
m["te"] = {
"တေလုဂု",
8097,
"dra-tel",
"Telu",
translit = "te-translit",
override_translit = true,
}
m["tg"] = {
"တာဇိက်",
9260,
"ira-swi",
"Cyrl, fa-Arab, Latn",
ancestors = "fa-cls",
translit = {
Cyrl = "tg-translit"
},
override_translit = true,
strip_diacritics = {
Cyrl = s["tg-stripdiacritics"],
Latn = s["tg-stripdiacritics"],
},
sort_key = {
Cyrl = {
from = {"ғ", "ё", "ӣ", "қ", "ӯ", "ҳ", "ҷ"},
to = {"г" .. p[1], "е" .. p[1], "и" .. p[1], "к" .. p[1], "у" .. p[1], "х" .. p[1], "ч" .. p[1]}
},
},
}
m["th"] = {
"သေံ",
9217,
"tai-swe",
"Thai, Khomt, Brai",
translit = {
Thai = "th-translit"
},
sort_key = {
Thai = "Thai-sortkey"
},
}
m["ti"] = {
"တဳဂျရေဝ်ယျာ",
34124,
"sem-eth",
"Ethi",
translit = "Ethi-translit",
}
m["tk"] = {
"တာခ်မေန်",
9267,
"trk-ogz",
"Latn, Cyrl, Arab",
strip_diacritics = {
Latn = s["tk-stripdiacritics"],
Cyrl = s["tk-stripdiacritics"],
},
sort_key = {
Latn = {
from = {"ç", "ä", "ž", "ň", "ö", "ş", "ü", "ý"},
to = {"c" .. p[1], "e" .. p[1], "j" .. p[1], "n" .. p[1], "o" .. p[1], "s" .. p[1], "u" .. p[1], "y" .. p[1]}
},
Cyrl = {
from = {"ё", "җ", "ң", "ө", "ү", "ә"},
to = {"е" .. p[1], "ж" .. p[1], "н" .. p[1], "о" .. p[1], "у" .. p[1], "э" .. p[1]}
},
},
ancestors = "trk-eog",
}
m["tl"] = {
"တာဂါလံက်",
34057,
"phi",
"Latn, Tglg",
translit = {
Tglg = "tl-translit"
},
override_translit = true,
strip_diacritics = {
Latn = {remove_diacritics = c.grave .. c.acute .. c.circ}
},
standard_chars = {
Latn = "AaBbKkDdEeGgHhIiLlMmNnOoPpRrSsTtUuWwYy",
c.punc
},
sort_key = {
Latn = "tl-sortkey",
},
}
m["tn"] = {
"သွာနာ",
34137,
"bnt-sts",
"Latn",
}
m["to"] = {
"ထံၚ်ဂံၚ်",
34094,
"poz-ton",
"Latn",
strip_diacritics = {remove_diacritics = c.acute},
sort_key = {remove_diacritics = c.macron},
}
m["tr"] = {
"တူရကဳ",
256,
"trk-ogz",
"Latn",
ancestors = "ota",
dotted_dotless_i = true,
sort_key = {
from = {
-- Ignore circumflex, but account for capital Î wrongly becoming ı + circ due to dotted dotless I logic.
"ı" .. c.circ, c.circ,
"i", -- Ensure "i" comes after "ı".
"ç", "ğ", "ı", "ö", "ş", "ü"
},
to = {
"i", "",
"i" .. p[1],
"c" .. p[1], "g" .. p[1], "i", "o" .. p[1], "s" .. p[1], "u" .. p[1]
}
},
standard_chars = "AaÂâBbCcÇçDdEeFfGgĞğHhIıİiÎîJjKkLlMmNnOoÖöPpRrSsŞşTtUuÛûÜüVvYyZz" .. c.punc,
}
m["ts"] = {
"သွေန်ဂါ",
34327,
"bnt-tsr",
"Latn",
}
m["tt"] = {
"တာတာ",
25285,
"trk-kbu",
"Cyrl, Latn, tt-Arab",
translit = {
Cyrl = "tt-translit",
["tt-Arab"] = "tt-translit"
},
--override_translit = true, -- enable override until Module code can detect Russian loans such as [[аэропорт]]
dotted_dotless_i = true,
sort_key = {
Cyrl = {
from = {"ә", "ў", "ғ", "ё", "җ", "қ", "ң", "ө", "ү", "һ"},
to = {"а" .. p[1], "в" .. p[1], "г" .. p[1], "е" .. p[1], "ж" .. p[1], "к" .. p[1], "н" .. p[1], "о" .. p[1], "у" .. p[1], "х" .. p[1]}
},
Latn = {
from = {
"i", -- Ensure "i" comes after "ı".
"ä", "ə", "ç", "ğ", "ı", "ñ", "ŋ", "ö", "ɵ", "ş", "ü"
},
to = {
"i" .. p[1],
"a" .. p[1], "a" .. p[2], "c" .. p[1], "g" .. p[1], "i", "n" .. p[1], "n" .. p[2], "o" .. p[1], "o" .. p[2], "s" .. p[1], "u" .. p[1]
}
},
},
}
-- "tw" is treated as "ak", see [[WT:LT]]
m["ty"] = {
"တဟဳတဳဃှေန်",
34128,
"poz-pep",
"Latn",
}
m["ug"] = {
"ဥူဃူရ်",
13263,
"trk-kar",
"ug-Arab, Latn, Cyrl",
ancestors = "chg",
translit = {
["ug-Arab"] = "ug-translit",
Cyrl = "ug-translit",
},
override_translit = true,
}
m["uk"] = {
"ယူကရိန်",
8798,
"zle",
"Cyrl",
ancestors = "zle-muk",
translit = "uk-translit",
strip_diacritics = {remove_diacritics = c.grave .. c.acute},
sort_key = {
remove_diacritics = c.grave .. c.acute,
from = {
"ї", -- 2 chars
"ґ", "є", "і" -- 1 char
},
to = {
"и" .. p[2],
"г" .. p[1], "е" .. p[1], "и" .. p[1]
}
},
standard_chars = "АаБбВвГгДдЕеЄєЖжЗзИиІіЇїЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЬьЮюЯя" .. c.punc:gsub("'", ""), -- Exclude apostrophe.
}
m["ur"] = {
"အူရဒူ",
1617,
"inc-hnd",
"ur-Arab, Hebr",
translit = {
["ur-Arab"] = "ur-translit"
},
strip_diacritics = {
["ur-Arab"] = {
-- character "ۂ" code U+06C2 to "ه" and "هٔ" (U+0647 + U+0654) to "ه"; hamzatu l-waṣli to a regular alif
from = {"هٔ", "ۂ", "ٱ"},
to = {"ہ", "ہ", "ا"},
remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.nunghunna .. c.superalef
},
},
-- Hebr display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
standard_chars = {
["ur-Arab"] = "ایببپتثجچحخدذرزژسشصضطظعغفقکگلࣇڷمنݨوؤہھئٹڈڑآے",
c.punc,
},
}
m["uz"] = {
"ဥုသဗဝ်",
9264,
"trk-kar",
"Latn, Cyrl, fa-Arab",
ancestors = "chg",
translit = {
Cyrl = "uz-translit"
},
sort_key = {
Latn = {
from = {"oʻ", "gʻ", "sh", "ch", "ng"},
to = {"z" .. p[1], "z" .. p[2], "z" .. p[3], "z" .. p[4], "z" .. p[5]}
},
Cyrl = {
from = {"ё", "ў", "қ", "ғ", "ҳ"},
to = {"е" .. p[1], "я" .. p[1], "я" .. p[2], "я" .. p[3], "я" .. p[4]}
},
},
strip_diacritics = {
["fa-Arab"] = "ar-stripdiacritics",
},
}
m["ve"] = {
"ဗါန်ဒါ",
32704,
"bnt-bso",
"Latn",
}
m["vi"] = {
"ဗဳယေတ်နာမ်",
9199,
"mkh-vie",
"Latn, Hani",
ancestors = "mkh-mvi",
sort_key = {
Latn = "vi-sortkey",
Hani = "Hani-sortkey",
},
}
m["vo"] = {
"ဝဝ်လပုက်",
36986,
"art",
"Latn",
}
m["wa"] = {
"ဝါဠူ",
34219,
"roa-oil",
"Latn",
sort_key = s["roa-oil-sortkey"],
}
m["wo"] = {
"ဝဝ်လံက်",
34257,
"alv-fwo",
"Latn, Arab, Gara",
}
m["xh"] = {
"ခါဝ်သာ",
13218,
"bnt-ngu",
"Latn",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.macron .. c.caron},
}
m["yi"] = {
"ယိဒ်ဒိသ်",
8641,
"gmw-hgm",
"Hebr, Latn",
ancestors = "gmh",
translit = {
Hebr = "yi-translit",
},
-- Hebr display_text, strip_diacritics, sort_key in [[Module:scripts/data]]
}
m["yo"] = {
"ရိုရုဗာ",
34311,
"alv-yor",
"Latn, Arab",
strip_diacritics = {
Latn = {remove_diacritics = c.grave .. c.acute .. c.macron}
},
sort_key = {
Latn = {
from = {"ẹ", "ɛ", "gb", "ị", "kp", "ọ", "ɔ", "ṣ", "sh", "ụ"},
to = {"e" .. p[1], "e" .. p[1], "g" .. p[1], "i" .. p[1], "k" .. p[1], "o" .. p[1], "o" .. p[1], "s" .. p[1], "s" .. p[1], "u" .. p[1]}
},
},
}
m["za"] = {
"ဇြုန်",
13216,
"tai",
"Latn, Hani",
sort_key = {
Latn = "za-sortkey",
Hani = "Hani-sortkey",
},
}
m["zh"] = {
"ကြုက်",
7850,
"zhx",
"Hants, Latn, Bopo, Nshu, Brai",
ancestors = "ltc",
generate_forms = "zh-generateforms",
translit = {
Hani = "zh-translit",
Bopo = "zh-translit",
},
sort_key = {
Hani = "Hani-sortkey"
},
}
m["zu"] = {
"သြူဠူ",
10179,
"bnt-ngu",
"Latn",
strip_diacritics = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.macron .. c.caron},
}
return require("Module:languages").finalizeData(m, "language")
j919ycink74o6q0piapitf754dj42hb
ထာမ်ပလိက်:sh-decl-noun
10
1450
396314
4605
2026-06-07T10:30:20Z
咽頭べさ
33
396314
wikitext
text/x-wiki
{{#invoke:checkparams|warn}}<!-- Validate template parameters
-->{{inflection-table-top|title={{{title|မလဟုတ်စှ်ေဆေၚ်စပ်ကဵု {{m-self|sh||{{pagename}}}}}}}|palette=blue|tall=yes}}
! class="outer" |
! class="outer" | ကိုန်ဨကဝုစ်
! class="outer" | ကိုန်ဗဟုဝစ်
|-
! မဒုၚ်ယၟု
| data-accel-col=1 | {{#if:{{{ns|{{{1|}}}}}}|{{l-self|sh|{{{ns|{{{1}}}}}}|accel-form=nom{{!}}s}}|—}}
| data-accel-col=2 | {{#ifeq:{{{pl|}}}|sg|—|{{#if:{{{np|{{{2|}}}}}}|{{l-self|sh|{{{np|{{{2}}}}}}|accel-form=nom{{!}}p}}|—}}}}
|-
! ဗဳဇဂကူ
| data-accel-col=1 | {{#if:{{{gs|{{{3|}}}}}}|{{l-self|sh|{{{gs|{{{3}}}}}}|accel-form=gen{{!}}s}}|—}}
| data-accel-col=2 | {{#ifeq:{{{pl|}}}|sg|—|{{#if:{{{gp|{{{4|}}}}}}|{{l-self|sh|{{{gp|{{{4}}}}}}|accel-form=gen{{!}}p}}|—}}}}
|-
! ပြကမ္မကာရက
| data-accel-col=1 | {{#if:{{{ds|{{{5|}}}}}}|{{l-self|sh|{{{ds|{{{5}}}}}}|accel-form=dat{{!}}s}}|—}}
| data-accel-col=2 | {{#ifeq:{{{pl|}}}|sg|—|{{#if:{{{dp|{{{6|}}}}}}|{{l-self|sh|{{{dp|{{{6}}}}}}|accel-form=dat{{!}}p}}|—}}}}
|-
! ကမ္မကာရက
| data-accel-col=1 | {{#if:{{{as|{{{7|}}}}}}|{{l-self|sh|{{{as|{{{7}}}}}}|accel-form=acc{{!}}s}}|—}}
| data-accel-col=2 | {{#ifeq:{{{pl|}}}|sg|—|{{#if:{{{ap|{{{8|}}}}}}|{{l-self|sh|{{{ap|{{{8}}}}}}|accel-form=acc{{!}}p}}|—}}}}
|-
! ပရေၚ်ဂယိုၚ်လမျီု
| data-accel-col=1 | {{#if:{{{vs|{{{9|}}}}}}|{{l-self|sh|{{{vs|{{{9}}}}}}|accel-form=voc{{!}}s}}|—}}
| data-accel-col=2 | {{#ifeq:{{{pl|}}}|sg|—|{{#if:{{{vp|{{{10|}}}}}}|{{l-self|sh|{{{vp|{{{10}}}}}}|accel-form=voc{{!}}p}}|—}}}}
|-
! ခၞံဗဒှ်ဌာန်မတန်တဴ
| data-accel-col=1 | {{#if:{{{ls|{{{11|}}}}}}|{{l-self|sh|{{{ls|{{{11}}}}}}|accel-form=loc{{!}}s}}|—}}
| data-accel-col=2 | {{#ifeq:{{{pl|}}}|sg|—|{{#if:{{{lp|{{{12|}}}}}}|{{l-self|sh|{{{lp|{{{12}}}}}}|accel-form=loc{{!}}p}}|—}}}}
|-
! တိၚ်တိုက်ကပေါတ်ကွိၚ်ကွိုက်
| data-accel-col=1 | {{#if:{{{is|{{{13|}}}}}}|{{l-self|sh|{{{is|{{{13}}}}}}|accel-form=ins{{!}}s}}|—}}
| data-accel-col=2 | {{#ifeq:{{{pl|}}}|sg|—|{{#if:{{{ip|{{{14|}}}}}}|{{l-self|sh|{{{ip|{{{14}}}}}}|accel-form=ins{{!}}p}}|—}}}}
{{inflection-table-bottom}}<noinclude>{{documentation}}</noinclude>
spp67s80tdqbwga65rhqzwyqth1h8ld
ကဏ္ဍ:နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
8188
396340
167298
2026-06-07T10:53:50Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396340
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396423
396340
2026-06-07T11:54:44Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396340
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ
14
8189
396434
273408
2026-06-07T11:56:35Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဘာသာသလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
273408
wikitext
text/x-wiki
[[ကဏ္ဍ:အရေဝ်ဘာသာ|သ]][[ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|သ]]
onvwhxmjbylk8axjmspe7w8i01xm3md
ကဏ္ဍ:ဝေါဟာအဓိကသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
8190
396385
176196
2026-06-07T11:21:18Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396385
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာပ္တိတ်ရမျာၚ် IPA ဂမၠိုၚ်
14
8191
396377
178760
2026-06-07T11:16:38Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396377
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာသဝါတ်ဟဳလဳဂမၠိုၚ်
14
11733
396368
174286
2026-06-07T11:15:08Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396368
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ကြိယာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
19953
396323
164999
2026-06-07T10:45:27Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396323
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396405
396323
2026-06-07T11:51:55Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ကြိယာသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ကြိယာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396323
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာသလာဗေတ်-အခိုက်ကၞာဂမၠိုၚ်
14
19954
396367
174285
2026-06-07T11:14:58Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396367
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာဂွံလဝ်အာဲကၟာဲနူဝေါဟာသလာဗေတ်-အခိုက်ကၞာဂမၠိုၚ်
14
19955
396373
174291
2026-06-07T11:15:58Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396373
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာအဳတခ်လဳဂမၠိုၚ်
14
21489
396371
174289
2026-06-07T11:15:38Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396371
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:သဗ္ဗနာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
23659
396392
177868
2026-06-07T11:26:35Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396392
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာလပ်တေန်ဂမၠိုၚ်
14
23854
396366
174284
2026-06-07T11:14:48Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396366
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396448
396366
2026-06-07T11:58:54Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာသလဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာလပ်တေန်ဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာလပ်တေန်ဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396366
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ထာမ်ပလိက်:sl-noun
10
27140
396318
56615
2026-06-07T10:38:02Z
咽頭べさ
33
396318
wikitext
text/x-wiki
{{#invoke:sl-headword|show|နာမ်}}<!--
--><noinclude>{{documentation}}</noinclude>
iu2zuydz2o9wo8u50v7sig0qjo34o56
ကဏ္ဍ:နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
28037
396333
166399
2026-06-07T10:49:53Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396333
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396416
396333
2026-06-07T11:53:34Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမဝိသေသနသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396333
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဂၞန်သၚ်္ချာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
34233
396325
165419
2026-06-07T10:46:25Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396325
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396407
396325
2026-06-07T11:52:14Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဂၞန်သၚ်္ချာသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဂၞန်သၚ်္ချာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396325
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဗီုပြၚ်နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
36205
396349
168088
2026-06-07T10:56:26Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396349
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396432
396349
2026-06-07T11:56:14Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဗီုပြၚ်နာမ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဗီုပြၚ်နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396349
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဗီုပြၚ်အပြံၚ်အလှာဲသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
36206
396350
168334
2026-06-07T10:57:07Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396350
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396433
396350
2026-06-07T11:56:24Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဗီုပြၚ်အပြံၚ်အလှာဲသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဗီုပြၚ်အပြံၚ်အလှာဲသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396350
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာရဝ်မေနဳယျာဂမၠိုၚ်
14
37910
396364
174282
2026-06-07T11:14:28Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396364
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396446
396364
2026-06-07T11:58:35Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာသလဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာရဝ်မေနဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာရဝ်မေနဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396364
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
38365
396346
167895
2026-06-07T10:55:53Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396346
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396429
396346
2026-06-07T11:55:44Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသနသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396346
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဟဳဗရဝ်ဂမၠိုၚ်
14
42696
396369
381908
2026-06-07T11:15:18Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396369
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဂရေတ်တြေံဂမၠိုၚ်
14
42697
396360
174278
2026-06-07T11:13:48Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396360
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396442
396360
2026-06-07T11:57:55Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာသလဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဂရေတ်တြေံဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဂရေတ်တြေံဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396360
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ထာမ်ပလိက်လာၚ်က္ဍိုပ်မအရေဝ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
42813
396328
301741
2026-06-07T10:48:11Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396328
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
bocjcqr8gaz5os4w5n2e4vwhnbautdq
396410
396328
2026-06-07T11:52:45Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ထာမ်ပလိက်လာၚ်က္ဍိုပ်မအရေဝ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ထာမ်ပလိက်လာၚ်က္ဍိုပ်မအရေဝ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396328
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
bocjcqr8gaz5os4w5n2e4vwhnbautdq
ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
42814
396329
165979
2026-06-07T10:48:24Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396329
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
7redv7f752i0adx69we1a0q5a4x4v8k
396411
396329
2026-06-07T11:52:54Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ထာမ်ပလိက်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396329
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
7redv7f752i0adx69we1a0q5a4x4v8k
ကဏ္ဍ:နာမ်မကိတ်ညဳသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
42815
396338
167125
2026-06-07T10:53:16Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396338
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396421
396338
2026-06-07T11:54:24Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်မကိတ်ညဳသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်မကိတ်ညဳသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396338
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာအိန်ဒဝ်-ယူရဝ်ပဳယာန်-အခိုက်ကၞာဂမၠိုၚ်
14
43429
396370
174288
2026-06-07T11:15:28Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396370
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဗဴတဝ်-သလာဗေတ်-အခိုက်ကၞာဂမၠိုၚ်
14
43870
396362
174280
2026-06-07T11:14:08Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396362
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396444
396362
2026-06-07T11:58:14Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာသလဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဗဴတဝ်-သလာဗေတ်-အခိုက်ကၞာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဗဴတဝ်-သလာဗေတ်-အခိုက်ကၞာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396362
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာလပ်တေန် ခေတ်လဒေါဝ်ဂမၠိုၚ်
14
44766
396365
174283
2026-06-07T11:14:38Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396365
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396447
396365
2026-06-07T11:58:45Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာသလဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာလပ်တေန် ခေတ်လဒေါဝ်ဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာလပ်တေန် ခေတ်လဒေါဝ်ဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396365
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာမနွံကဵုမအရေဝ်ဝေါဟာဗီုပ္တိတ်ရမျာၚ်ဂမၠိုၚ်
14
55558
396379
174296
2026-06-07T11:16:58Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396379
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာဂွံလဝ်အာဲကၟာဲနူဝေါဟာအိန်ဒဝ်-ယူရဝ်ပဳယာန်-အခိုက်ကၞာဂမၠိုၚ်
14
55559
396374
174292
2026-06-07T11:16:08Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396374
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာဂွံလဝ်အာဲကၟာဲနူဝေါဟာဗဴတဝ်-သလာဗေတ်-အခိုက်ကၞာဂမၠိုၚ်
14
55560
396372
174290
2026-06-07T11:15:48Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396372
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:သဒ္ဒာနာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
55584
396390
177725
2026-06-07T11:26:01Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396390
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဂျာမာန်ဂမၠိုၚ်
14
70533
396361
174279
2026-06-07T11:13:58Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396361
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396443
396361
2026-06-07T11:58:05Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာသလဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဂျာမာန်ဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာဂျာမာန်ဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396361
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာလွဳလဝ် နူဝေါဟာဂျာမာန်ဂမၠိုၚ်
14
70534
396382
174299
2026-06-07T11:17:28Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396382
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာအၚ်္ဂလိက်လွဳလဝ် နူဝေါဟာ သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
110528
396388
276187
2026-06-07T11:25:17Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396388
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဝေါဟာအၚ်္ဂလိက်လွဳလဝ် နူဝေါဟာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
e8f34oelc0hwsxvbrn8xao7q2164jax
ကဏ္ဍ:ဂၞန်သၚ်္ချာ သၠဝ်ဝေန်နဳယျာ
14
111474
396324
165269
2026-06-07T10:46:05Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396324
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဂၞန်သၚ်္ချာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
h3gwm0wonkq2w1d4rsvrefof6cwifv3
396406
396324
2026-06-07T11:52:04Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဂၞန်သၚ်္ချာ သလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:ဂၞန်သၚ်္ချာ သၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396324
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဂၞန်သၚ်္ချာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
h3gwm0wonkq2w1d4rsvrefof6cwifv3
ကဏ္ဍ:နာမဝိသေသန သၠဝ်ဝေန်နဳယျာ
14
111475
396332
163206
2026-06-07T10:49:19Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396332
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
eeplergfec9bxqx4somzqsmv1ecwqfe
396415
396332
2026-06-07T11:53:25Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမဝိသေသန သလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:နာမဝိသေသန သၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396332
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
eeplergfec9bxqx4somzqsmv1ecwqfe
ကဏ္ဍ:နာမ် သၠဝ်ဝေန်နဳယျာ
14
111476
396334
163548
2026-06-07T10:50:51Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396334
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
jgzbrcb3668k7eu37acqvoft5onkc3e
396417
396334
2026-06-07T11:53:44Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ် သလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:နာမ် သၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396334
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
jgzbrcb3668k7eu37acqvoft5onkc3e
ကဏ္ဍ:နာမ်မကိတ်ညဳ သၠဝ်ဝေန်နဳယျာ
14
111477
396337
163847
2026-06-07T10:53:00Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396337
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:နာမ်မကိတ်ညဳသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
n1f24t97egcyiiz7y2hvvm774v409st
396420
396337
2026-06-07T11:54:14Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်မကိတ်ညဳ သလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:နာမ်မကိတ်ညဳ သၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396337
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:နာမ်မကိတ်ညဳသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
n1f24t97egcyiiz7y2hvvm774v409st
ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသန သၠဝ်ဝေန်နဳယျာ
14
111478
396345
167847
2026-06-07T10:55:42Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396345
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
jl1sild5kgp66fcm49oyb0unw16jaf0
396428
396345
2026-06-07T11:55:34Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသန သလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသန သၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396345
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဗီုပြၚ်နာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
jl1sild5kgp66fcm49oyb0unw16jaf0
ကဏ္ဍ:ဗီုပြၚ်နာမ် သၠဝ်ဝေန်နဳယျာ
14
111479
396347
167969
2026-06-07T10:56:03Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396347
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဗီုပြၚ်နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
3t46ddjamlret0cyy1lkv5p6dni0gbk
396430
396347
2026-06-07T11:55:54Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဗီုပြၚ်နာမ် သလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:ဗီုပြၚ်နာမ် သၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396347
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဗီုပြၚ်နာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
3t46ddjamlret0cyy1lkv5p6dni0gbk
ကဏ္ဍ:သဒ္ဒာနာမဝိသေသန သၠဝ်ဝေန်နဳယျာ
14
111480
396389
276314
2026-06-07T11:25:51Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396389
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:သဒ္ဒာနာမဝိသေသနသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
hfv7spaa9cdlvi47ccddelf1u6fyrzn
ကဏ္ဍ:သဗ္ဗနာမ် သၠဝ်ဝေန်နဳယျာ
14
111481
396391
276403
2026-06-07T11:26:11Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396391
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:သဗ္ဗနာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
erld9q462y33xxl9fkxghso8robrnkt
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာလွဳလဝ် နူဝေါဟာ ဂျာမာန်ဂမၠိုၚ်
14
111482
396381
275231
2026-06-07T11:17:18Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396381
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာလွဳလဝ် နူဝေါဟာဂျာမာန်ဂမၠိုၚ်]]
pea0378vxeh4r76fjnzye2aexrngvla
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာဗီုပြၚ်ဟွံမွဲကဵုပ္ဍဲအဘိဓာန်ဂမၠိုၚ်
14
111483
396378
275230
2026-06-07T11:16:48Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396378
wikitext
text/x-wiki
#REDIRECT [[:ကဏ္ဍ:ဗီုပြၚ်အပြံၚ်အလှာဲသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]]
rfx9xniq85deja4l91xhw82tvqljwux
ကဏ္ဍ:နာမ်ဣတ္တိလိၚ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
111484
396344
167561
2026-06-07T10:54:58Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396344
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396427
396344
2026-06-07T11:55:24Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်ဣတ္တိလိၚ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်ဣတ္တိလိၚ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396344
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာခ္ဍံက်လိက်သၠဝ်ဝေန်နဳယျာမရပ်စပ်လဝ်အခဝ်Ó
14
111485
396359
142104
2026-06-07T11:04:44Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396359
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396441
396359
2026-06-07T11:57:44Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာခ္ဍံက်လိက်သလဝ်ဝေန်နဳယျာမရပ်စပ်လဝ်အခဝ်Ó]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာခ္ဍံက်လိက်သၠဝ်ဝေန်နဳယျာမရပ်စပ်လဝ်အခဝ်Ó]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396359
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:နာမ်သၠဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်
14
114904
396341
167299
2026-06-07T10:54:00Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396341
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ|သၠဝ်ဝေန်နဳယျာတြေံ]] » [[:ကဏ္ဍ:ဝေါဟာအဓိကသေံဂမၠိုၚ်|ဝေါဟာတံသ္ဇိုၚ်]] » '''နာမ်ဂမၠိုၚ်'''
:ဝေါဟာသၠဝ်ဝေန်နဳယျာတြေံပွမစၞောန်ထ္ၜးပူဂဵုအတေံ၊ မက္တဵုဒှ်ဂမၠိုၚ်၊ ဌာန်ဒတန်ဂမၠိုၚ်၊ ဥပပါတ်ဂမၠိုၚ်၊ ကဆံၚ်ဂုန်သတ္တိ ဝါ ကိုန်စဳရေၚ်ဂမၠိုၚ်။
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]][[ကဏ္ဍ:နာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
lmdvpyxs4exmn6gw11xjaxdaexaiutq
396424
396341
2026-06-07T11:54:54Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်သလဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်သၠဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396341
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ|သၠဝ်ဝေန်နဳယျာတြေံ]] » [[:ကဏ္ဍ:ဝေါဟာအဓိကသေံဂမၠိုၚ်|ဝေါဟာတံသ္ဇိုၚ်]] » '''နာမ်ဂမၠိုၚ်'''
:ဝေါဟာသၠဝ်ဝေန်နဳယျာတြေံပွမစၞောန်ထ္ၜးပူဂဵုအတေံ၊ မက္တဵုဒှ်ဂမၠိုၚ်၊ ဌာန်ဒတန်ဂမၠိုၚ်၊ ဥပပါတ်ဂမၠိုၚ်၊ ကဆံၚ်ဂုန်သတ္တိ ဝါ ကိုန်စဳရေၚ်ဂမၠိုၚ်။
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]][[ကဏ္ဍ:နာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
lmdvpyxs4exmn6gw11xjaxdaexaiutq
ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ
14
114905
396435
147840
2026-06-07T11:56:44Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဘာသာသလဝ်ဝေန်နဳယျာတြေံ]] ဇရေင် [[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
147840
wikitext
text/x-wiki
[[ကဏ္ဍ:အရေဝ်ဘာသာ|သ]]
35dqc0d9vhcsx18tf4xyf68t42cg8qz
ကဏ္ဍ:နာမ်ပုလ္လိၚ်သၠဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်
14
114906
396336
166883
2026-06-07T10:52:30Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396336
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]]
m2j8w9tub5jwbomks4kjg0miule4jih
396419
396336
2026-06-07T11:54:05Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်ပုလ္လိၚ်သလဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်ပုလ္လိၚ်သၠဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396336
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]]
m2j8w9tub5jwbomks4kjg0miule4jih
ကဏ္ဍ:နာမ်အဇ္ဇျတ္တိကာသၠဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်
14
114907
396343
167430
2026-06-07T10:54:31Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396343
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]]
m2j8w9tub5jwbomks4kjg0miule4jih
396426
396343
2026-06-07T11:55:15Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်အဇ္ဇျတ္တိကာသလဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်အဇ္ဇျတ္တိကာသၠဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396343
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]]
m2j8w9tub5jwbomks4kjg0miule4jih
ကဏ္ဍ:ဝေါဟာအဓိကသၠဝ်ဝေန်နဳယျာတြေံဂမၠိုၚ်
14
114908
396386
275546
2026-06-07T11:21:28Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396386
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ|သၠဝ်ဝေန်နဳယျာတြေံ]] » '''ဝေါဟာတံသ္ဇိုၚ်ဂမၠိုၚ်'''
:ဝေါဟာတံသ္ဇိုၚ်ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ၊ ကဏ္ဍနူကဵုမပါ်ပရံဒကုတ်မဆေၚ်စပ်ကဵုမအရေဝ်ဝေါဟာ။
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]][[ကဏ္ဍ:ဝေါဟာအဓိကဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
9drl7t835ogf7qln8xe91yavzpnghbk
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာတြေံကၠုၚ်နူဝေါဟာပဝ်လာန်ဂမၠိုၚ်
14
114909
396375
174293
2026-06-07T11:16:18Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396375
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]]
m2j8w9tub5jwbomks4kjg0miule4jih
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာတြေံလွဳလဝ် နူဝေါဟာပဝ်လာန်ဂမၠိုၚ်
14
114910
396376
174294
2026-06-07T11:16:28Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396376
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာတြေံ]]
m2j8w9tub5jwbomks4kjg0miule4jih
ကဏ္ဍ:နာမ်မသက္ကုဟၟဲကဵုလမျီုနကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
117005
396339
167213
2026-06-07T10:53:29Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396339
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396422
396339
2026-06-07T11:54:34Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်မသက္ကုဟၟဲကဵုလမျီုနကဵုဘာသာသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်မသက္ကုဟၟဲကဵုလမျီုနကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396339
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:နာမ်ပုလ္လိၚ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
117006
396335
166882
2026-06-07T10:52:20Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396335
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396418
396335
2026-06-07T11:53:54Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်ပုလ္လိၚ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်ပုလ္လိၚ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396335
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာလွဳလဝ် နူဝေါဟာအဳတခ်လဳဂမၠိုၚ်
14
117007
396384
174301
2026-06-07T11:17:48Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396384
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဆၜိုတ်ပါဲနူကိုန်ဗဟုဝစ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
119295
396326
165475
2026-06-07T10:46:38Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396326
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396408
396326
2026-06-07T11:52:24Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဆၜိုတ်ပါဲနူကိုန်ဗဟုဝစ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဆၜိုတ်ပါဲနူကိုန်ဗဟုဝစ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396326
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာအရေဝ်ဗေဗာန်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
119296
396387
176404
2026-06-07T11:22:10Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396387
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာရဝ်မာနဳဂမၠိုၚ်
14
119297
396363
174281
2026-06-07T11:14:18Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396363
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396445
396363
2026-06-07T11:58:25Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဝေါဟာသလဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာရဝ်မာနဳဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာကၠုၚ်နူဝေါဟာရဝ်မာနဳဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396363
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာလွဳလဝ် နူဝေါဟာရဝ်မာနဳဂမၠိုၚ်
14
119298
396383
174300
2026-06-07T11:17:38Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396383
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:အဆက်လက္ကရဴသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
119691
396393
178220
2026-06-07T11:27:51Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396393
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:မဝ်ဂျူသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
213868
396354
294146
2026-06-07T11:01:10Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396354
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ|သၠဝ်ဝေန်နဳယျာ]] » '''မဝ်ဂျူဂမၠိုၚ်'''
:[[:ကဏ္ဍ:မဝ်ဂျူဂမၠိုၚ်|မဝ်ဂျူ]]ဘာသာသၠဝ်ဝေန်နဳယျာ၊ မနွံကဵုလုပ်အဝေါၚ်ကုဒ် Lua နကဵုမကၠောန်ဗဒှ် ကဵု မစဳရေၚ်ယဵုဒုၚ်သ္ပမာန်ဂမၠိုၚ်။
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]][[ကဏ္ဍ:မဝ်ဂျူဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
e1k1jms5ovgbntdyul06u4dxu96wowq
396437
396354
2026-06-07T11:57:04Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:မဝ်ဂျူသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:မဝ်ဂျူသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396354
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ|သၠဝ်ဝေန်နဳယျာ]] » '''မဝ်ဂျူဂမၠိုၚ်'''
:[[:ကဏ္ဍ:မဝ်ဂျူဂမၠိုၚ်|မဝ်ဂျူ]]ဘာသာသၠဝ်ဝေန်နဳယျာ၊ မနွံကဵုလုပ်အဝေါၚ်ကုဒ် Lua နကဵုမကၠောန်ဗဒှ် ကဵု မစဳရေၚ်ယဵုဒုၚ်သ္ပမာန်ဂမၠိုၚ်။
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]][[ကဏ္ဍ:မဝ်ဂျူဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
e1k1jms5ovgbntdyul06u4dxu96wowq
ကဏ္ဍ:နာမ်အဇ္ဇျတ္တိကာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
220852
396342
301742
2026-06-07T10:54:21Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396342
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396425
396342
2026-06-07T11:55:05Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:နာမ်အဇ္ဇျတ္တိကာသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:နာမ်အဇ္ဇျတ္တိကာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396342
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ယၟုမသဂကူနကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
220853
396356
301743
2026-06-07T11:02:15Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396356
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396438
396356
2026-06-07T11:57:14Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ယၟုမသဂကူနကဵုဘာသာသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ယၟုမသဂကူနကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396356
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ယၟုမသဂကူမၞိဟ်တြုံ နကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
220854
396357
301744
2026-06-07T11:02:25Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396357
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396439
396357
2026-06-07T11:57:25Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ယၟုမသဂကူမၞိဟ်တြုံ နကဵုဘာသာသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ယၟုမသဂကူမၞိဟ်တြုံ နကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396357
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဗီုပြၚ်နာမ်မကိတ်ညဳသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
220856
396348
301746
2026-06-07T10:56:16Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396348
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396431
396348
2026-06-07T11:56:04Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ဗီုပြၚ်နာမ်မကိတ်ညဳသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ဗီုပြၚ်နာမ်မကိတ်ညဳသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396348
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ယၟုမသဂကူမၞိဟ်ဗြဴ နကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
282047
396358
371974
2026-06-07T11:02:35Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396358
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
396440
396358
2026-06-07T11:57:34Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ယၟုမသဂကူမၞိဟ်ဗြဴ နကဵုဘာသာသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ယၟုမသဂကူမၞိဟ်ဗြဴ နကဵုဘာသာသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396358
wikitext
text/x-wiki
[[Category:ဘာသာသၠဝ်ဝေန်နဳယျာ]]
5mglel9z1b4zwpu4djhan1r0s6omu1t
ကဏ္ဍ:ဝေါဟာသၠဝ်ဝေန်နဳယျာမနွံလေန်ပ္တိတ်ရမျာၚ်ဂမၠိုၚ်
14
282527
396380
379589
2026-06-07T11:17:08Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396380
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ|သၠဝ်ဝေန်နဳယျာ]] » '''{{PAGENAME}}'''
:ဝေါဟာသၠဝ်ဝေန်နဳယျာအဝေါၚ်မဆေၚ်စပ်မပတိတ်ရမျာၚ်ပ္ဍဲနကဵုဗီုပြၚ်ဖှာၚ်အဝ်ဒဳယဝ်။
သွက်မအာတ်မိက်ဆေၚ်စပ်ကဵုကဏ္ဍတဏအ်၊ ဗဵုရံၚ် ကဏ္ဍ:မအာတ်မိက်သွက်ရမျာၚ်အဝ်ဒဳယဝ်ပ္ဍဲစရၚ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်။
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]][[ကဏ္ဍ:ဝေါဟာမနွံကဵုလေန်ရမျာၚ်အဝ်ဒဳယဝ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
oem1yrz0uvcukvg46qq85l2v7pvry7r
ကဏ္ဍ:ထာမ်ပလိက်မပ္တိတ်ရမျာၚ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
295612
396327
396264
2026-06-07T10:47:51Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396327
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်ပ္တိတ်ရမျာၚ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
sx7id11lh1vmmmyh1xbv2e410lbne6v
396409
396327
2026-06-07T11:52:35Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ထာမ်ပလိက်မပ္တိတ်ရမျာၚ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ထာမ်ပလိက်မပ္တိတ်ရမျာၚ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396327
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်ပ္တိတ်ရမျာၚ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
sx7id11lh1vmmmyh1xbv2e410lbne6v
ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
295615
396330
396267
2026-06-07T10:48:38Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396330
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
ju8ak3sghit48b8hyj8342e2ptq974w
396412
396330
2026-06-07T11:53:04Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396330
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
ju8ak3sghit48b8hyj8342e2ptq974w
ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
295616
396331
396268
2026-06-07T10:48:48Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396331
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
fg6eyz9hnz5r58fhj1a1fl2cmemlzlx
396414
396331
2026-06-07T11:53:14Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396331
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
fg6eyz9hnz5r58fhj1a1fl2cmemlzlx
ကဏ္ဍ:မဝ်ဂျူပွမပြံၚ်လှာဲသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်
14
295620
396353
396272
2026-06-07T11:01:00Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396353
wikitext
text/x-wiki
[[ကဏ္ဍ:မဝ်ဂျူသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:မဝ်ဂျူဗီုအပြံၚ်အလှာဲဝေါဟာဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
exaj23flz89dfyucf1ovstqu0s8rs3t
396436
396353
2026-06-07T11:56:54Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:မဝ်ဂျူပွမပြံၚ်လှာဲသလဝ်ဝေန်နဳယျာဂမၠိုၚ်]] ဇရေင် [[ကဏ္ဍ:မဝ်ဂျူပွမပြံၚ်လှာဲသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396353
wikitext
text/x-wiki
[[ကဏ္ဍ:မဝ်ဂျူသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေန်နဳယျာဂမၠိုၚ်]][[ကဏ္ဍ:မဝ်ဂျူဗီုအပြံၚ်အလှာဲဝေါဟာဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
exaj23flz89dfyucf1ovstqu0s8rs3t
ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ/atik
14
295638
396322
396297
2026-06-07T10:43:02Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396322
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ|သၠဝ်ဝေန်နဳယျာ]] » [[:ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ|ကာရန်ဂမၠိုၚ်]] » -atik
:စရၚ်မဆေၚ်စပ်ကဵုဝေါဟာ[[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ|သၠဝ်ဝေန်နဳယျာ]]မနွံကာရန် atik ဂမၠိုၚ်။
[[ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ|atik]]
7qowgg06my5bh9iqvdoqld0r1fftwjd
396404
396322
2026-06-07T11:51:44Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ကာရန်:သလဝ်ဝေန်နဳယျာ/atik]] ဇရေင် [[ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ/atik]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396322
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ|သၠဝ်ဝေန်နဳယျာ]] » [[:ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ|ကာရန်ဂမၠိုၚ်]] » -atik
:စရၚ်မဆေၚ်စပ်ကဵုဝေါဟာ[[:ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ|သၠဝ်ဝေန်နဳယျာ]]မနွံကာရန် atik ဂမၠိုၚ်။
[[ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ|atik]]
7qowgg06my5bh9iqvdoqld0r1fftwjd
ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ
14
295639
396321
396298
2026-06-07T10:42:52Z
Intobesa.bot
1035
Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံနကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲကဏ္ဍဂမၠိုၚ်
396321
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]][[ကဏ္ဍ:ကာရန်ဂမၠိုၚ်|သ]]
4v0j6s5y81rdb5wwakqdw8fmo0ifoa2
396403
396321
2026-06-07T11:51:35Z
Intobesa.bot
1035
Intobesa.bot ပြံင်ပဆုဲလဝ် မုက်လိက် [[ကဏ္ဍ:ကာရန်:သလဝ်ဝေန်နဳယျာ]] ဇရေင် [[ကဏ္ဍ:ကာရန်:သၠဝ်ဝေန်နဳယျာ]] သီုကဵု ဟွံဂွံ ဂိုင်စွံလဝ် မကလေင်ပညုင်: Bot: ယၟုသလဝ်ဝေန်နဳယျာမပြံၚ်လှာဲထောံခ္ဍံက်လိက်နကဵုသၠဝ်ဝေန်နဳယျာအပ္ဍဲယၟုကဏ္ဍဂမၠိုၚ်
396321
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေန်နဳယျာ]][[ကဏ္ဍ:ကာရန်ဂမၠိုၚ်|သ]]
4v0j6s5y81rdb5wwakqdw8fmo0ifoa2
ကဏ္ဍ:ကာရန်:အေက်သပရေန်တဝ်/ike
14
295646
396305
2026-06-07T09:40:54Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » :ကဏ္ဍ:ဘာသာအေက်သပရေန်တဝ်|အေက်သပရေန်..."
396305
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာအေက်သပရေန်တဝ်|အေက်သပရေန်တဝ်]] » [[:ကဏ္ဍ:ကာရန်:အေက်သပရေန်တဝ်|ကာရန်ဂမၠိုၚ်]] » -ike
:စရၚ်မဆေၚ်စပ်ကဵုဝေါဟာ[[:ကဏ္ဍ:ဘာသာအေက်သပရေန်တဝ်|အေက်သပရေန်တဝ်]]မနွံကာရန် ike ဂမၠိုၚ်။
[[ကဏ္ဍ:ကာရန်:အေက်သပရေန်တဝ်|ike]]
ebs139ytjk34td5yrm1t9hkpybbqyer
matemātiķe
0
295647
396306
2026-06-07T09:46:02Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|matematike|matematikë|matemātiķē}} ==လပ်ဗဳယာ== ===ဗွဟ်ရမ္သာၚ်=== * {{audio|lv|lv-riga-matemātiķe.ogg}} ===နာမ်=== {{lv-noun|f|5th|masc=matemātiķis}} # (မၞိဟ်ဗြဴ) တၠပညာသၚ်္ချာ။ ====လဟုတ်စှ်ေ==== {{lv-decl-noun|matemāti|e|5th||ķ|ķ}}"
396306
wikitext
text/x-wiki
{{also|matematike|matematikë|matemātiķē}}
==လပ်ဗဳယာ==
===ဗွဟ်ရမ္သာၚ်===
* {{audio|lv|lv-riga-matemātiķe.ogg}}
===နာမ်===
{{lv-noun|f|5th|masc=matemātiķis}}
# (မၞိဟ်ဗြဴ) တၠပညာသၚ်္ချာ။
====လဟုတ်စှ်ေ====
{{lv-decl-noun|matemāti|e|5th||ķ|ķ}}
8steq4e7j41jc2msjhd0nmkb0wnhsv9
ထာမ်ပလိက်:lv-decl-noun-5
10
295648
396307
2026-06-07T09:49:19Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{#invoke:checkparams|warn|1,2,4,5,6,8,drop-v,x{{#if:{{{keep-s|}}}||,keep-s}}}}<!-- Validate template parameters keep-s is not used, but is always passed in by Template:lv-decl-noun -->{{lv-decl-noun-table |type=5th |1={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{{2}}} }} |2={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{5}}}{{{2}}}s }} |3={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}i }} |4={{ #ifeq: {{{4}}} | no-pl |..."
396307
wikitext
text/x-wiki
{{#invoke:checkparams|warn|1,2,4,5,6,8,drop-v,x{{#if:{{{keep-s|}}}||,keep-s}}}}<!-- Validate template parameters
keep-s is not used, but is always passed in by Template:lv-decl-noun
-->{{lv-decl-noun-table
|type=5th
|1={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{{2}}} }}
|2={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{5}}}{{{2}}}s }}
|3={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}i }}
|4={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{5}}}{{{2}}}s }}
|5={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{{2}}}s }}
|6={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}u }}
|7={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{{2}}}i }}
|8={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{5}}}ēm }}
|9={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}i }}
|10={{#ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{5}}}ēm }}
|11={{#ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}ē }}
|12={{#ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{5}}}ēs }}
|13={{#ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{#if:{{{drop-v|}}}||{{{2}}}}} }}
|14={{#ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{5}}}{{{2}}}s }}
|x={{{x|0}}}}}<!--
-->{{#if:{{NAMESPACE}}||<!--
--><!--
--><!--
-->{{#ifeq:{{{4|}}}|no-pl||{{#ifeq:{{{5}}}|{{{6}}}| }}}}<!--
-->}}<!--
--><noinclude>{{tcat|ndecl:5}}</noinclude>
98u3rf960t3rhhk4x5q2knxxfdsc5wz
matemātiķis
0
295649
396308
2026-06-07T09:51:47Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "==လပ်ဗဳယာ== ===ဗွဟ်ရမ္သာၚ်=== * {{audio|lv|lv-riga-matemātiķis.ogg}} ===နာမ်=== {{lv-noun|f|5th|masc=matemātiķis}} # (မၞိဟ်တြုံ) တၠပညာသၚ်္ချာ။ ====လဟုတ်စှ်ေ==== {{lv-decl-noun|matemāti|is|2nd||ķ|ķ}}"
396308
wikitext
text/x-wiki
==လပ်ဗဳယာ==
===ဗွဟ်ရမ္သာၚ်===
* {{audio|lv|lv-riga-matemātiķis.ogg}}
===နာမ်===
{{lv-noun|f|5th|masc=matemātiķis}}
# (မၞိဟ်တြုံ) တၠပညာသၚ်္ချာ။
====လဟုတ်စှ်ေ====
{{lv-decl-noun|matemāti|is|2nd||ķ|ķ}}
cbvka56ck589u46ccmexsbxvsb5r8cl
ထာမ်ပလိက်:lv-decl-noun-2
10
295650
396309
2026-06-07T09:53:23Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{#invoke:checkparams|error|1,2,4,5,6,8,x{{#if:{{{keep-s|}}}{{{drop-v|}}}||,keep-s,drop-v}}}}<!-- Validate template parameters keep-s is not used, but is always passed in by Template:lv-decl-noun -->{{lv-decl-noun-table |type=2nd |1={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{#switch: {{{2}}} | ss=s | s=s | is=is }} }} |2={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}i }} |3={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}..."
396309
wikitext
text/x-wiki
{{#invoke:checkparams|error|1,2,4,5,6,8,x{{#if:{{{keep-s|}}}{{{drop-v|}}}||,keep-s,drop-v}}}}<!-- Validate template parameters
keep-s is not used, but is always passed in by Template:lv-decl-noun
-->{{lv-decl-noun-table
|type=2nd
|1={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{#switch: {{{2}}} | ss=s | s=s | is=is }} }}
|2={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}i }}
|3={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}i }}
|4={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}us }}
|5={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{#switch: {{{2}}} | ss={{{6}}}a | s={{{5}}}s | is={{{6}}}a }} }}
|6={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}u }}
|7={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}im }}
|8={{ #ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}iem }}
|9={{ #ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}i }}
|10={{#ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}iem }}
|11={{#ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}ī }}
|12={{#ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}os }}
|13={{#ifeq: {{{4}}} | no-sg | - | {{{1}}}{{{5}}}{{#if:{{{drop-v|}}}||i}} }}
|14={{#ifeq: {{{4}}} | no-pl | - | {{{1}}}{{{6}}}i }}
|x={{{x|0}}} }}<!--
-->{{#if:{{NAMESPACE}}||<!--
--><!--
-->{{#ifeq:{{{2}}}|s| }}<!--
-->{{#ifeq:{{{2}}}|ss| }}<!--
-->{{#ifeq:{{{5}}}|{{{6}}}| }}<!--
-->}}<!--
--><noinclude>{{documentation}}</noinclude>
q4lgambzzrr5tsihnd46ijfuz3mk3dy
ထာမ်ပလိက်:lv-decl-noun-2/documentation
10
295651
396310
2026-06-07T09:54:33Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation subpage}} <includeonly> [[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်လပ်ဗဳယာဂမၠိုၚ်|2]] </includeonly> This is the template for Latvian (masculine) second declension nouns. It is transcluded in {{temp|lv-decl-noun}} and should in principle not be used directly."
396310
wikitext
text/x-wiki
{{documentation subpage}}
<includeonly>
[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်လပ်ဗဳယာဂမၠိုၚ်|2]]
</includeonly>
This is the template for Latvian (masculine) second declension nouns. It is transcluded in {{temp|lv-decl-noun}} and should in principle not be used directly.
3sh8alz1y3zzfsuz83tmfispz3iyviv
matemātiķē
0
295652
396311
2026-06-07T09:57:10Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|matematike|matematikë|matemātiķe}} ==လပ်ဗဳယာ== ===နာမ်=== {{head|lv|noun form|g=f}} # {{infl of|lv|matemātiķe||loc|s}}"
396311
wikitext
text/x-wiki
{{also|matematike|matematikë|matemātiķe}}
==လပ်ဗဳယာ==
===နာမ်===
{{head|lv|noun form|g=f}}
# {{infl of|lv|matemātiķe||loc|s}}
bafbl3vv8risikezgj23thgi8soa3ly
matematikë
0
295653
396312
2026-06-07T09:58:58Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|matematike|matemātiķē|matemātiķe}} ==အလ်ဗနဳယာန်== {{wp|sq:}} ===ဗွဟ်ရမ္သာၚ်=== * {{IPA|sq|/matɛmaˈtikə/}} ===နာမ်=== {{sq-noun|f||matematika}} # သၚ်္ချာ။"
396312
wikitext
text/x-wiki
{{also|matematike|matemātiķē|matemātiķe}}
==အလ်ဗနဳယာန်==
{{wp|sq:}}
===ဗွဟ်ရမ္သာၚ်===
* {{IPA|sq|/matɛmaˈtikə/}}
===နာမ်===
{{sq-noun|f||matematika}}
# သၚ်္ချာ။
nld55ukyav25x3qnbjy2gwr6ih5nhuq
matematika
0
295654
396313
2026-06-07T10:25:21Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|matemātika|matemātiķa|matemātikā}} ==ခရိုၚ်မာၚ်တတာ== ===နိရုတ်=== {{bor+|crh|ru|матема́тика}} ===နာမ်=== {{head|crh|noun}} # သၚ်္ချာ။ #: {{syn|crh|riyaziye|riyaziyat}} ====လဟုတ်စှ်ေ==== {{crh-decl|a}} ==ချက်ခ်== {{wp|cs:}} ===ဗွဟ်ရမ္သာၚ်=== * {{cs-IPA|[ty]}} * {{hyphenation|cs|..."
396313
wikitext
text/x-wiki
{{also|matemātika|matemātiķa|matemātikā}}
==ခရိုၚ်မာၚ်တတာ==
===နိရုတ်===
{{bor+|crh|ru|матема́тика}}
===နာမ်===
{{head|crh|noun}}
# သၚ်္ချာ။
#: {{syn|crh|riyaziye|riyaziyat}}
====လဟုတ်စှ်ေ====
{{crh-decl|a}}
==ချက်ခ်==
{{wp|cs:}}
===ဗွဟ်ရမ္သာၚ်===
* {{cs-IPA|[ty]}}
* {{hyphenation|cs|ma|te|ma|ti|ka}}
===နာမ်===
{{cs-noun|f|adj=matematický}}
# သၚ်္ချာ။
#: {{syn|cs|počtověda|zvícnictví|q2=dated}}
====လဟုတ်စှ်ေ====
{{cs-ndecl|f}}
==အေက်သပရေန်တဝ်==
===ဗွဟ်ရမ္သာၚ်===
{{eo-pr|a=LL-Q143 (epo)-Lepticed7-matematika.wav}}
====နာမဝိသေသန====
{{eo-head}}
# မဆေၚ်စပ်ကဵုသၚ်္ချာ။
==ဟာန်ဂါရေဝ်==
{{wp|hu:}}
===နိရုတ်===
ဝေါဟာကၠုၚ်နူ {{der|hu|la|mathēmatica}}၊ နူကဵုဝေါဟာ {{der|hu|grc|μαθηματικός}}၊ နကဵုအဆက်ဝေါဟာ {{m|grc|μάθημα}}
===ဗွဟ်ရမ္သာၚ်===
* {{hu-IPA}}
* {{audio|hu|LL-Q9067 (hun)-Beaudine Wilson-matematika.wav}}
* {{hyphenation|hu|ma|te|ma|ti|ka}}
* {{rhymes|hu|kɒ|s=5}}
===နာမ်===
{{hu-noun|pl=matematikák}}
# သၚ်္ချာ။
====လဟုတ်စှ်ေ====
{{hu-infl-nom|matematiká|o}}{{hu-pos-tok|matematiká}}
==အိန်ဒဝ်နဳသဳယျာ==
{{wp|id:}}
===နိရုတ်===
ဝေါဟာကၠုၚ်နူ {{bor|id|nl|mathematica}}၊ နူကဵုဝေါဟာ {{der|id|la|mathematica}}၊ နကဵုအဆက်ဝေါဟာ {{der|id|grc|μαθηματικός}}
===ဗွဟ်ရမ္သာၚ်===
* {{IPA|id|[mateˈmatika]}}
* {{audio|id|LL-Q9240 (ind)-Xbypass-matematika.wav}}
* {{rhymes|id|ka|a|s=5}}
* {{hyphenation|id|ma|té|ma|ti|ka}}
===နာမ်===
{{id-noun|head=matématika}}
# သၚ်္ချာ။
#: {{syn|id|ilmu bilangan|ilmu pasti}}
==လေတ်တူယဵုနဳယျာ==
{{wp|lt:}}
===ဗွဟ်ရမ္သာၚ်===
{{lt-pr|matemãtika}}
===နာမ်===
{{lt-noun|f}}
# သၚ်္ချာ။
==သာဗ်ခြဝ်ဨရှဳယာန်==
{{wp|sh:,sr:,hr:,bs:}}
===နိရုတ်===
{{bor+|sh|la|mathematica}}
===နာမ်===
{{sh-noun|matemàtika|f}}
# သၚ်္ချာ။
#: {{syn|sh|oloslovje}}
====လဟုတ်စှ်ေ====
{{sh-decl-noun
|matematika|matematike
|matematike|matematika
|matematici|matematikama
|matematiku|matematike
|matematiko|matematike
|matematici|matematikama
|matematikom|matematikama
}}
==သၠဝ်ဝေန်နဳယျာ==
{{wp|sk:}}
===ဗွဟ်ရမ္သာၚ်===
* {{IPA|sk|/ˈmatɛmatika/}}
* {{audio|sk|LL-Q9058 (slk)-TomášPolonec-matematika.wav|a=Bratislava}}
===နာမ်===
{{sk-noun|f}}
# သၚ်္ချာ။
====လဟုတ်စှ်ေ====
{{sk-ndecl|f}}
===နာမ် ၂ ===
{{head|sk|noun form}}
# {{inflection of|sk|matematik||gen|s}}
# {{inflection of|sk|matematik||acc|s}}
==သၠဝ်ဝေနဳ==
{{wp|sl:}}
===ဗွဟ်ရမ္သာၚ်===
* {{sl-IPA|matemátika}}
===နာမ်===
{{sl-noun|matemátika|f}}
# သၚ်္ချာ။
====လဟုတ်စှ်ေ====
{{sl-decl-noun-f|matemátik|n=sg}}
==တာဂါလံက်==
{{wp|tl:}}
===နိရုတ်===
{{bor+|tl|es|matemática}}၊ နူကဵုဝေါဟာ {{der|tl|la|mathēmatica}}၊ နကဵုအဆက်ဝေါဟာ {{der|tl|grc|μαθηματικά}}
===ဗွဟ်ရမ္သာၚ်===
{{tl-pr|matemátika}}
===နာမ်===
{{tl-noun|matemátiká|b=+}}
# သၚ်္ချာ။
#: {{syn|tl|sipnayan|aghambilang|agbilang|dumatan|q1=neologism|q2=neologism|q3=neologism|q4=neologism, obsolete}}
==သဝ်ဗဳယျာ လ္ပာ်သၠုၚ်ကျာ==
===နိရုတ်===
{{bor+|hsb|de|Mathematik}}
===ဗွဟ်ရမ္သာၚ်===
* {{hsb-IPA|matem'atika|matemat'ika}}
* {{rhymes|hsb|atika|ika|s=5}}
* {{hyph|hsb|ma|te|ma|ti|ka}}
* {{hyph|hsb|caption=Syllabification|ma|te|ma|ti|ka}}
===နာမ်===
{{hsb-noun|f|adj=matematiski}}
# သၚ်္ချာ။
====လဟုတ်စှ်ေ====
{{hsb-ndecl|f}}
ky18kfu12aowzcnhwxnvouhiyfe9v8s
ထာမ်ပလိက်:sh-decl-noun/documentation
10
295655
396315
2026-06-07T10:32:06Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation subpage}} {{isAccelerated}} Manual declension template for Serbo-Croatian nouns. ==Usage== <pre>{{sh-decl-noun || || || || || || || }}</pre> ''or'' <pre>{{sh-decl-noun |ns=|np= |gs=|gp= |ds=|dp= |as=|ap= |vs=|vp= |ls=|lp= |is=|ip= }}</pre> <includeonly> ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သာဗ်ခြဝ..."
396315
wikitext
text/x-wiki
{{documentation subpage}}
{{isAccelerated}}
Manual declension template for Serbo-Croatian nouns.
==Usage==
<pre>{{sh-decl-noun
||
||
||
||
||
||
||
}}</pre>
''or''
<pre>{{sh-decl-noun
|ns=|np=
|gs=|gp=
|ds=|dp=
|as=|ap=
|vs=|vp=
|ls=|lp=
|is=|ip=
}}</pre>
<includeonly>
[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သာဗ်ခြဝ်ဨရှဳယာန်ဂမၠိုၚ်|*]]
</includeonly>
6wsl7l4ps9xye816kf157fwruvl6ch9
ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သာဗ်ခြဝ်ဨရှဳယာန်ဂမၠိုၚ်
14
295656
396316
2026-06-07T10:33:33Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသာဗ်ခြဝ်ဨရှဳယာန်ဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]"
396316
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသာဗ်ခြဝ်ဨရှဳယာန်ဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
afllyczvgaujf19t2k1keawt7nvot72
ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသာဗ်ခြဝ်ဨရှဳယာန်ဂမၠိုၚ်
14
295657
396317
2026-06-07T10:35:11Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ထာမ်ပလိက်သာဗ်ခြဝ်ဨရှဳယာန်ဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]"
396317
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သာဗ်ခြဝ်ဨရှဳယာန်ဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
rquqi1h6zu1hm4umstgs4choax6ajri
ထာမ်ပလိက်:sl-noun/documentation
10
295658
396319
2026-06-07T10:38:33Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation subpage}} This template is used for the headword line of Slovene nouns. It uses [[Module:sl-headword]] as a back-end. ==Parameters== The following parameters are available: ; <code>1=</code> and <code>head2=</code>, <code>head3=</code> ... : The headword of the current entry, with tonal accents. The additional parameters can be used if the word can be accented more than one way. See the documentation..."
396319
wikitext
text/x-wiki
{{documentation subpage}}
This template is used for the headword line of Slovene nouns. It uses [[Module:sl-headword]] as a back-end.
==Parameters==
The following parameters are available:
; <code>1=</code> and <code>head2=</code>, <code>head3=</code> ...
: The headword of the current entry, with tonal accents. The additional parameters can be used if the word can be accented more than one way. See the documentation of [[Module:sl-headword]] for more information.
; <code>2=</code> and <code>g2=</code>, <code>g3=</code> ...
: The noun's gender, specified in the format of [[Module:gender and number]]. For Slovene, the following are valid: <code>m-an</code>, <code>m-in</code>, <code>f</code>, <code>n</code>, <code>m-d</code>, <code>f-d</code>, <code>n-d</code>, <code>m-p</code>, <code>f-p</code>, <code>n-p</code>. Use <code>?</code> if you don't know the gender, and <code>m-?</code> if you know it's masculine, but not if it's animate or inanimate. If the masculine noun can only follow second or third declension, use <code>m</code>. The additional parameters can be used if the word has more than one possible gender.
; <code>3=</code> and <code>gen2=</code>, <code>gen3=</code> ...
: The genitive form of the noun, with accents. This is normally the genitive singular form, but it can be dual or plural if the noun only occurs in that form (as indicated by the gender). The additional parameters can be used for other possible genitive forms.
; <code>4=</code> and <code>pl2=</code>, <code>pl3=</code> ...
: The nominative plural form of the noun, with accents. The additional parameters can be used for other possible plural forms.
:* If the noun has no plural (is uncountable), use <code>-</code>.
{{hwcat}}
cc8qyt61zfmsskoz2325h2oo5d43rtf
ထာမ်ပလိက်:sl-decl-noun-f
10
295659
396320
2026-06-07T10:39:50Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{#invoke:sl-nouns|show|f}}<noinclude>{{documentation}}</noinclude>"
396320
wikitext
text/x-wiki
{{#invoke:sl-nouns|show|f}}<noinclude>{{documentation}}</noinclude>
m4nhiyj3b258jt8texntv2lf29a6dcr
မဝ်ဂျူ:sl-nouns
828
295660
396351
2026-06-07T10:58:34Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "local export = {} local lang = require("Module:languages").getByCode("sl") -- Functions that do the actual inflecting by creating the forms of a basic term. local inflections = {} -- Checks each form for the presence of accent marks. -- If any form doesn't contain any accent marks, flag the entry for attention. local function check_accents(args, data) -- Do we need to check? local noacc = args["noacc"]; if noacc..."
396351
Scribunto
text/plain
local export = {}
local lang = require("Module:languages").getByCode("sl")
-- Functions that do the actual inflecting by creating the forms of a basic term.
local inflections = {}
-- Checks each form for the presence of accent marks.
-- If any form doesn't contain any accent marks, flag the entry for attention.
local function check_accents(args, data)
-- Do we need to check?
local noacc = args["noacc"]; if noacc == "" then noacc = nil end
if noacc then
return
end
-- Yes, we do need to check.
for key, subforms in pairs(data.forms) do
for key2, subform in ipairs(subforms) do
if not require("Module:sl-common").has_accents(subform) then
-- table.insert(data.categories, "Requests for accents in Slovene noun entries")
return -- So that we don't add the category more than once
end
end
end
end
-- Make the table
local function make_table(data)
local function repl(param)
local accel = false -- Temporary
local no_store = false
if param == "info" then
return mw.getContentLanguage():ucfirst(data.info or "")
elseif string.sub(param, 1, 1) == "!" then
no_store = true
param = string.sub(param, 2)
elseif string.sub(param, 1, 1) == "#" then
accel = false
param = string.sub(param, 2)
end
local forms = data.forms[param]
if not forms then
return "—"
end
local ret = {}
for key, subform in ipairs(forms) do
table.insert(ret, require("Module:links").full_link({lang = lang, term = subform, accel = accel and {form = param, no_store = no_store} or nil}))
end
return table.concat(ret, "<br/>")
end
local wikicode
if data.num then
wikicode = mw.getCurrentFrame():expandTemplate{ title = 'sl-non-tonal', args = { intro = 'section' } } .. '\n' .. [=[
{| class="inflection-table vsSwitcher" data-toggle-category="inflection" style="border: 1px solid var(--wikt-palette-grey, #9e9e9e);"
|- style="background: var(--wikt-palette-lightblue, #d9ebff); text-align: left;"
! class="vsToggleElement" colspan="2" | {{{info}}}
|- class="vsShow"
! style="width: 11em; background: var(--wikt-palette-lighterblue, #ebf4ff);" | မဒုၚ်ယၟု
| style="width: 11em;" colspan="2" | {{{!nom_]=] .. data.num .. [=[}}}
|- class="vsShow"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | ဗဳဇဂကူ
| colspan="2" | {{{!gen_]=] .. data.num .. [=[}}}
|- class="vsHide"
! style="background: var(--wikt-palette-lightblue, #d9ebff); width: 11em;" |
! style="background: var(--wikt-palette-lightblue, #d9ebff); width: 11em;" | ]=] .. (data.num == "pl" and "ကိုန်ဗဟုဝစ်" or data.num == "du" and "ၜါလ္ပာ်" or "ကိုန်ဨကဝုစ်") .. [=[
|- class="vsHide"
! style="background:var(--wikt-palette-lighterblue, #ebf4ff)" | မဒုၚ်ယၟု<br><small>(imenovȃlnik)</small>
| {{{nom_]=] .. data.num .. [=[}}}
|- class="vsHide"
! style="background:var(--wikt-palette-lighterblue, #ebf4ff)" | ဗဳဇဂကူ<br><small>(rodȋlnik)</small>
| {{{gen_]=] .. data.num .. [=[}}}
|- class="vsHide"
! style="background:var(--wikt-palette-lighterblue, #ebf4ff)" | ပြကမ္မကာရက<br><small>(dajȃlnik)</small>
| {{{dat_]=] .. data.num .. [=[}}}
|- class="vsHide"
! style="background:var(--wikt-palette-lighterblue, #ebf4ff)" | ကမ္မကာရက<br><small>(tožȋlnik)</small>
| {{{acc_]=] .. data.num .. [=[}}}
|- class="vsHide"
! style="background:var(--wikt-palette-lighterblue, #ebf4ff)" | ခၞံဗဒှ်ဌာန်မတန်တဴ<br><small>(mẹ̑stnik)</small>
| {{{loc_]=] .. data.num .. [=[}}}
|- class="vsHide"
! style="background:var(--wikt-palette-lighterblue, #ebf4ff)" | တိၚ်တိုက်ကပေါတ်ကွိၚ်ကွိုက်<br><small>(orọ̑dnik)</small>
| {{{ins_]=] .. data.num .. [=[}}}
|}]=]
else
wikicode = mw.getCurrentFrame():expandTemplate{ title = 'sl-non-tonal', args = { intro = 'section' } } .. '\n' .. [=[
{| class="inflection-table vsSwitcher" data-toggle-category="inflection" style="border: 1px solid var(--wikt-palette-grey, #9e9e9e);"
|- style="background: var(--wikt-palette-lightblue, #d9ebff); text-align: left;"
! class="vsToggleElement" colspan="4" | {{{info}}}
|- class="vsShow"
! style="width: 11em; background: var(--wikt-palette-lighterblue, #ebf4ff);" | nom. sing.
| style="width: 11em;" colspan="3" | {{{!nom_sg}}}
|- class="vsShow"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | gen. sing.
| colspan="3" | {{{!gen_sg}}}
|- class="vsHide"
! style="background: var(--wikt-palette-lightblue, #d9ebff); width: 11em;" |
! style="background: var(--wikt-palette-lightblue, #d9ebff); width: 11em;" | ကိုန်ဨကဝုစ်
! style="background: var(--wikt-palette-lightblue, #d9ebff); width: 11em;" | ၜါလ္ပာ်
! style="background: var(--wikt-palette-lightblue, #d9ebff); width: 11em;" | ကိုန်ဗဟုဝစ်
|- class="vsHide"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | မဒုၚ်ယၟု<br><small>(imenovȃlnik)</small>
| {{{nom_sg}}}
| {{{nom_du}}}
| {{{nom_pl}}}
|- class="vsHide"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | ဗဳဇဂကူ<br><small>(rodȋlnik)</small>
| {{{gen_sg}}}
| {{{gen_du}}}
| {{{gen_pl}}}
|- class="vsHide"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | ပြကမ္မကာရက<br><small>(dajȃlnik)</small>
| {{{dat_sg}}}
| {{{dat_du}}}
| {{{dat_pl}}}
|- class="vsHide"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | ကမ္မကာရက<br><small>(tožȋlnik)</small>
| {{{acc_sg}}}
| {{{acc_du}}}
| {{{acc_pl}}}
|- class="vsHide"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | ခၞံဗဒှ်ဌာန်မတန်တဴ<br><small>(mẹ̑stnik)</small>
| {{{loc_sg}}}
| {{{loc_du}}}
| {{{loc_pl}}}
|- class="vsHide"
! style="background: var(--wikt-palette-lighterblue, #ebf4ff);" | တိၚ်တိုက်ကပေါတ်ကွိၚ်ကွိုက်<br><small>(orọ̑dnik)</small>
| {{{ins_sg}}}
| {{{ins_du}}}
| {{{ins_pl}}}
|}]=]
end
return mw.ustring.gsub(wikicode, "{{{([^}]+)}}}", repl) .. require("Module:utilities").format_categories(data.categories, lang)
end
-- The main entry point.
-- This is the only function that can be invoked from a template.
function export.show(frame)
local infl_type = frame.args[1] or error("Inflection type has not been specified.")
local args = frame:getParent().args
local num = args["n"]; if num == "" then num = nil end
local data = {forms = {}, info = nil, categories = {}, num = num}
if inflections[infl_type] then
inflections[infl_type](args, data)
else
error("Unknown inflection type '" .. infl_type .. "'")
end
check_accents(args, data)
return make_table(data)
end
local function make_endingless_stem(stem)
local stem_noaccents = mw.ustring.lower(require("Module:sl-common").remove_accents(stem))
if mw.ustring.find(stem_noaccents, "[^aeioujlrv][ln]j$") then
return mw.ustring.gsub(stem, "([ln]j)$", "e%1")
elseif mw.ustring.find(stem_noaccents, "[^aeiouln]j$") then
return mw.ustring.gsub(stem, "j$", "ij")
elseif mw.ustring.find(stem_noaccents, "[^aeiou]r$") or mw.ustring.find(stem_noaccents, "[^aeioujlrv][lmnv]$") then
return mw.ustring.gsub(stem, "(.)$", "e%1")
else
return stem
end
end
-- Masculine o-stem
inflections["m"] = function(args, data)
local stem_noending = args[1]; if stem_noending == "" then stem_noending = nil end
local stem = args[2]; if stem == "" then stem = nil end
local anim = args["a"]; if not anim or anim == "" then anim = false else anim = true end
local nom_pl = args["nom_pl"]; if nom_pl == "" then nom_pl = nil end
local nom_pl2 = args["nom_pl2"]; if nom_pl2 == "" then nom_pl2 = nil end
if not stem_noending then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem_noending = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
if not stem then
stem = stem_noending
stem_noending = make_endingless_stem(stem)
end
-- Is this a hard stem or a soft stem?
local oe = "o"
local hs = "hard"
data.info = "masculine " .. (anim and "anim." or "inan.")
if require("Module:sl-common").is_soft(stem) then
oe = "e"
hs = "soft"
end
data.info = data.info .. ", " .. hs .. " o-stem"
-- table.insert(data.categories, "Slovene masculine " .. hs .. " o-stem nouns")
-- Categorize further
local stem_noaccents = require("Module:sl-common").remove_accents(stem)
local stem_noending_noaccents = require("Module:sl-common").remove_accents(stem_noending)
local corrected_stem = nil
if stem_noaccents == stem_noending_noaccents then
corrected_stem = stem_noending
elseif stem_noaccents == mw.ustring.gsub(stem_noending_noaccents, "e([ln]j)$", "%1") then
corrected_stem = mw.ustring.gsub(stem_noending, "e([ln]j)$", "%1")
elseif stem_noaccents == mw.ustring.gsub(stem_noending_noaccents, "e(.)$", "%1") then
corrected_stem = mw.ustring.gsub(stem_noending, "e(.)$", "%1")
elseif stem_noaccents == mw.ustring.gsub(stem_noending_noaccents, "[aeiou]$", "") then
-- table.insert(data.categories, "Slovene masculine o-stem nouns with final vowel")
corrected_stem = mw.ustring.gsub(stem_noending, "[aeiou]$", "")
elseif stem_noaccents == stem_noending_noaccents .. "j" then
-- table.insert(data.categories, "Slovene masculine soft o-stem nouns with j-infix")
corrected_stem = stem_noending .. "j"
elseif stem_noaccents == stem_noending_noaccents .. "-j" then
-- table.insert(data.categories, "Slovene masculine soft o-stem nouns with j-infix")
corrected_stem = stem_noending .. "-j"
elseif stem_noaccents == stem_noending_noaccents .. "n" then
-- table.insert(data.categories, "Slovene masculine hard o-stem nouns with n-infix")
corrected_stem = stem_noending .. "n"
elseif stem_noaccents == stem_noending_noaccents .. "t" then
-- table.insert(data.categories, "Slovene masculine hard o-stem nouns with t-infix")
corrected_stem = stem_noending .. "t"
else
table.insert(data.categories, "နာမ်သၠဝ်ဝေနဳမဗၠေတ်မံၚ်နကဵုအတိုၚ်ပကတိဂမၠိုၚ်")
end
if corrected_stem and stem ~= corrected_stem then
-- table.insert(data.categories, "Slovene nouns with accent alternations")
end
-- Singular
data.forms["nom_sg"] = {stem_noending}
data.forms["acc_sg"] = {anim and stem .. "a" or stem_noending}
data.forms["gen_sg"] = {stem .. "a"}
data.forms["dat_sg"] = {stem .. "u"}
data.forms["loc_sg"] = {stem .. "u"}
data.forms["ins_sg"] = {stem .. oe .. "m"}
-- Dual
data.forms["nom_du"] = {stem .. "a"}
data.forms["acc_du"] = {stem .. "a"}
data.forms["gen_du"] = {stem .. oe .. "v"}
data.forms["dat_du"] = {stem .. oe .. "ma"}
data.forms["loc_du"] = {stem .. "ih"}
data.forms["ins_du"] = {stem .. oe .. "ma"}
-- Plural
data.forms["nom_pl"] = {nom_pl or stem .. "i", nom_pl2}
data.forms["acc_pl"] = {stem .. "e"}
data.forms["gen_pl"] = {stem .. oe .. "v"}
data.forms["dat_pl"] = {stem .. oe .. "m"}
data.forms["loc_pl"] = {stem .. "ih"}
data.forms["ins_pl"] = {stem .. "i"}
end
-- Masculine o-stem, plural in -ôv-
inflections["m-ov"] = function(args, data)
local stem_noending = args[1]; if stem_noending == "" then stem_noending = nil end
local stem = args[2]; if stem == "" then stem = nil end
local gen_sg_ending = args[3]; if gen_sg_ending == "" then gen_sg_ending = nil end
local anim = args["a"]; if not anim or anim == "" then anim = false else anim = true end
if not stem_noending then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem_noending = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
if not stem then
stem = stem_noending
stem_noending = make_endingless_stem(stem)
end
local stem_noaccents = require("Module:sl-common").remove_accents(stem)
local gen_sg = stem .. "a"
if gen_sg_ending == "á" or gen_sg_ending == "ú" then
gen_sg = stem_noaccents .. gen_sg_ending
elseif gen_sg_ending then
error("3rd parameter (genitive singular ending) must be \"á\" or \"ú\".")
end
-- Is this a hard stem or a soft stem?
local oe = "o"
local hs = "hard"
data.info = "masculine " .. (anim and "anim." or "inan.")
if require("Module:sl-common").is_soft(stem) then
oe = "e"
hs = "soft"
end
data.info = data.info .. ", " .. hs .. " o-stem"
-- table.insert(data.categories, "Slovene masculine " .. hs .. " o-stem nouns")
if gen_sg_ending then
data.info = data.info .. ", long mixed accent"
-- table.insert(data.categories, "Slovene masculine o-stem nouns with long mixed accent")
end
if data.num ~= "sg" then
data.info = data.info .. ", plural in " .. require("Module:links").full_link({lang = lang, alt = "-ôv-"}, "term")
-- table.insert(data.categories, "Slovene masculine o-stem nouns with plural in -ov-")
end
-- Categorize further
local stem_noending_noaccents = require("Module:sl-common").remove_accents(stem_noending)
local corrected_stem = nil
if stem_noaccents == stem_noending_noaccents then
corrected_stem = stem_noending
elseif stem_noaccents == mw.ustring.gsub(stem_noending_noaccents, "e([ln]j)$", "%1") then
corrected_stem = mw.ustring.gsub(stem_noending, "e([ln]j)$", "%1")
elseif stem_noaccents == mw.ustring.gsub(stem_noending_noaccents, "e(.)$", "%1") then
corrected_stem = mw.ustring.gsub(stem_noending, "e(.)$", "%1")
elseif stem_noaccents == mw.ustring.gsub(stem_noending_noaccents, "[aeiou]$", "") then
-- table.insert(data.categories, "Slovene masculine o-stem nouns with final vowel")
corrected_stem = mw.ustring.gsub(stem_noending, "[aeiou]$", "")
elseif stem_noaccents == stem_noending_noaccents .. "j" then
-- table.insert(data.categories, "Slovene masculine soft o-stem nouns with j-infix")
corrected_stem = stem_noending .. "j"
elseif stem_noaccents == stem_noending_noaccents .. "-j" then
-- table.insert(data.categories, "Slovene masculine soft o-stem nouns with j-infix")
corrected_stem = stem_noending .. "-j"
elseif stem_noaccents == stem_noending_noaccents .. "n" then
-- table.insert(data.categories, "Slovene masculine hard o-stem nouns with n-infix")
corrected_stem = stem_noending .. "n"
elseif stem_noaccents == stem_noending_noaccents .. "t" then
-- table.insert(data.categories, "Slovene masculine hard o-stem nouns with t-infix")
corrected_stem = stem_noending .. "t"
else
-- table.insert(data.categories, "Slovene irregular nouns")
end
if corrected_stem and stem ~= corrected_stem then
-- table.insert(data.categories, "Slovene nouns with accent alternations")
end
-- Singular
data.forms["nom_sg"] = {stem_noending}
data.forms["acc_sg"] = {anim and gen_sg or stem_noending}
data.forms["gen_sg"] = {gen_sg}
data.forms["dat_sg"] = {stem .. "u"}
data.forms["loc_sg"] = {stem .. "u"}
data.forms["ins_sg"] = {stem .. oe .. "m"}
-- Dual
data.forms["nom_du"] = {stem_noaccents .. "ôva"}
data.forms["acc_du"] = {stem_noaccents .. "ôva"}
data.forms["gen_du"] = {stem_noaccents .. "ôv"}
data.forms["dat_du"] = {stem_noaccents .. "ôvoma"}
data.forms["loc_du"] = {stem_noaccents .. "ôvih"}
data.forms["ins_du"] = {stem_noaccents .. "ôvoma"}
-- Plural
data.forms["nom_pl"] = {stem_noaccents .. "ôvi"}
data.forms["acc_pl"] = {stem_noaccents .. "ôve"}
data.forms["gen_pl"] = {stem_noaccents .. "ôv"}
data.forms["dat_pl"] = {stem_noaccents .. "ôvom"}
data.forms["loc_pl"] = {stem_noaccents .. "ôvih"}
data.forms["ins_pl"] = {stem_noaccents .. "ôvi"}
end
-- Masculine a-stem
inflections["m-a"] = function(args, data)
local stem = args[1]; if stem == "" then stem = nil end
local anim = args["a"]; if not anim or anim == "" then anim = false else anim = true end
if not stem then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
local stem_noending = make_endingless_stem(stem)
data.info = "masculine " .. (anim and "anim." or "inan.") .. ", a-stem"
-- table.insert(data.categories, "Slovene masculine a-stem nouns")
-- Singular
data.forms["nom_sg"] = {stem .. "a"}
data.forms["acc_sg"] = {stem .. "o"}
data.forms["gen_sg"] = {stem .. "e"}
data.forms["dat_sg"] = {stem .. "i"}
data.forms["loc_sg"] = {stem .. "i"}
data.forms["ins_sg"] = {stem .. "o"}
-- Dual
data.forms["nom_du"] = {stem .. "i"}
data.forms["acc_du"] = {stem .. "i"}
data.forms["gen_du"] = {stem_noending}
data.forms["dat_du"] = {stem .. "ama"}
data.forms["loc_du"] = {stem .. "ah"}
data.forms["ins_du"] = {stem .. "ama"}
-- Plural
data.forms["nom_pl"] = {stem .. "e"}
data.forms["acc_pl"] = {stem .. "e"}
data.forms["gen_pl"] = {stem_noending}
data.forms["dat_pl"] = {stem .. "am"}
data.forms["loc_pl"] = {stem .. "ah"}
data.forms["ins_pl"] = {stem .. "ami"}
end
-- Feminine a-stem
inflections["f"] = function(args, data)
local stem = args[1]; if stem == "" then stem = nil end
if not stem then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
local stem_noending = make_endingless_stem(stem)
data.info = "feminine, a-stem"
-- table.insert(data.categories, "Slovene feminine a-stem nouns")
-- Singular
data.forms["nom_sg"] = {stem .. "a"}
data.forms["acc_sg"] = {stem .. "o"}
data.forms["gen_sg"] = {stem .. "e"}
data.forms["dat_sg"] = {stem .. "i"}
data.forms["loc_sg"] = {stem .. "i"}
data.forms["ins_sg"] = {stem .. "o"}
-- Dual
data.forms["nom_du"] = {stem .. "i"}
data.forms["acc_du"] = {stem .. "i"}
data.forms["gen_du"] = {stem_noending}
data.forms["dat_du"] = {stem .. "ama"}
data.forms["loc_du"] = {stem .. "ah"}
data.forms["ins_du"] = {stem .. "ama"}
-- Plural
data.forms["nom_pl"] = {stem .. "e"}
data.forms["acc_pl"] = {stem .. "e"}
data.forms["gen_pl"] = {stem_noending}
data.forms["dat_pl"] = {stem .. "am"}
data.forms["loc_pl"] = {stem .. "ah"}
data.forms["ins_pl"] = {stem .. "ami"}
end
-- Feminine a-stem, mixed accent paradigm
inflections["f-mobile"] = function(args, data)
local stem = args[1]; if stem == "" then stem = nil end
local gen_pl = args["gen_pl"]; if gen_pl == "" then gen_pl = nil end
if not stem then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
local stem_noaccents = require("Module:sl-common").remove_accents(stem)
gen_pl = gen_pl or stem_noaccents .. "á"
data.info = "feminine, a-stem, long mixed accent"
-- table.insert(data.categories, "Slovene feminine a-stem nouns")
-- table.insert(data.categories, "Slovene feminine a-stem nouns with long mixed accent")
-- Singular
data.forms["nom_sg"] = {stem .. "a"}
data.forms["acc_sg"] = {stem_noaccents .. "ó"}
data.forms["gen_sg"] = {stem_noaccents .. "é"}
data.forms["dat_sg"] = {stem .. "i"}
data.forms["loc_sg"] = {stem .. "i"}
data.forms["ins_sg"] = {stem_noaccents .. "ó"}
-- Dual
data.forms["nom_du"] = {stem_noaccents .. "é"}
data.forms["acc_du"] = {stem_noaccents .. "é"}
data.forms["gen_du"] = {gen_pl}
data.forms["dat_du"] = {stem_noaccents .. "áma"}
data.forms["loc_du"] = {stem_noaccents .. "àh"}
data.forms["ins_du"] = {stem_noaccents .. "áma"}
-- Plural
data.forms["nom_pl"] = {stem_noaccents .. "é"}
data.forms["acc_pl"] = {stem_noaccents .. "é"}
data.forms["gen_pl"] = {gen_pl}
data.forms["dat_pl"] = {stem_noaccents .. "àm"}
data.forms["loc_pl"] = {stem_noaccents .. "àh"}
data.forms["ins_pl"] = {stem_noaccents .. "ámi"}
end
-- Feminine v-stem
inflections["f-v"] = function(args, data)
local stem = args[1]; if stem == "" then stem = nil end
if not stem then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
local stem_noending = stem .. "ev"
stem = stem .. "v"
data.info = "feminine, v-stem"
-- table.insert(data.categories, "Slovene feminine v-stem nouns")
-- Singular
data.forms["nom_sg"] = {stem_noending}
data.forms["acc_sg"] = {stem_noending}
data.forms["gen_sg"] = {stem .. "e"}
data.forms["dat_sg"] = {stem .. "i"}
data.forms["loc_sg"] = {stem .. "i"}
data.forms["ins_sg"] = {stem .. "ijo"}
-- Dual
data.forms["nom_du"] = {stem .. "i"}
data.forms["acc_du"] = {stem .. "i"}
data.forms["gen_du"] = {stem_noending}
data.forms["dat_du"] = {stem .. "ama"}
data.forms["loc_du"] = {stem .. "ah"}
data.forms["ins_du"] = {stem .. "ama"}
-- Plural
data.forms["nom_pl"] = {stem .. "e"}
data.forms["acc_pl"] = {stem .. "e"}
data.forms["gen_pl"] = {stem_noending}
data.forms["dat_pl"] = {stem .. "am"}
data.forms["loc_pl"] = {stem .. "ah"}
data.forms["ins_pl"] = {stem .. "ami"}
end
-- Feminine i-stem
inflections["f-i"] = function(args, data)
local stem = args[1]; if stem == "" then stem = nil end
if not stem then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
local stem_noending = make_endingless_stem(stem)
data.info = "feminine, i-stem"
-- table.insert(data.categories, "Slovene feminine i-stem nouns")
-- Singular
data.forms["nom_sg"] = {stem_noending}
data.forms["acc_sg"] = {stem_noending}
data.forms["gen_sg"] = {stem .. "i"}
data.forms["dat_sg"] = {stem .. "i"}
data.forms["loc_sg"] = {stem .. "i"}
data.forms["ins_sg"] = {stem .. (stem ~= stem_noending and "i" or "") .. "jo"}
-- Dual
data.forms["nom_du"] = {stem .. "i"}
data.forms["acc_du"] = {stem .. "i"}
data.forms["gen_du"] = {stem .. "i"}
data.forms["dat_du"] = {stem .. (stem ~= stem_noending and "i" or "") .. "ma"}
data.forms["loc_du"] = {stem .. "ih"}
data.forms["ins_du"] = {stem .. (stem ~= stem_noending and "i" or "") .. "ma"}
-- Plural
data.forms["nom_pl"] = {stem .. "i"}
data.forms["acc_pl"] = {stem .. "i"}
data.forms["gen_pl"] = {stem .. "i"}
data.forms["dat_pl"] = {stem .. "im"}
data.forms["loc_pl"] = {stem .. "ih"}
data.forms["ins_pl"] = {stem .. (stem ~= stem_noending and "i" or "") .. "mi"}
end
-- Feminine i-stem, mixed accent paradigm
inflections["f-i-mobile"] = function(args, data)
local stem = args[1]; if stem == "" then stem = nil end
local stem_dat_loc_sg = args[2]; if stem_dat_loc_sg == "" then stem_dat_loc_sg = nil end
if not stem then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
local stem_noending = make_endingless_stem(stem)
local stem_noaccents = require("Module:sl-common").remove_accents(stem)
stem_dat_loc_sg = stem_dat_loc_sg or stem
data.info = "feminine, i-stem, long mixed accent"
-- table.insert(data.categories, "Slovene feminine i-stem nouns")
-- table.insert(data.categories, "Slovene feminine i-stem nouns with long mixed accent")
-- Singular
data.forms["nom_sg"] = {stem_noending}
data.forms["acc_sg"] = {stem_noending}
data.forms["gen_sg"] = {stem_noaccents .. "í"}
data.forms["dat_sg"] = {stem_dat_loc_sg .. "i"}
data.forms["loc_sg"] = {stem_dat_loc_sg .. "i"}
data.forms["ins_sg"] = {stem_noaccents .. (stem ~= stem_noending and "i" or "") .. "jó"}
-- Dual
data.forms["nom_du"] = {stem_noaccents .. "í"}
data.forms["acc_du"] = {stem_noaccents .. "í"}
data.forms["gen_du"] = {stem_noaccents .. "í"}
data.forms["dat_du"] = {stem_noaccents .. "éma"}
data.forms["loc_du"] = {stem_noaccents .. "éh"}
data.forms["ins_du"] = {stem_noaccents .. "éma"}
-- Plural
data.forms["nom_pl"] = {stem_noaccents .. "í"}
data.forms["acc_pl"] = {stem_noaccents .. "í"}
data.forms["gen_pl"] = {stem_noaccents .. "í"}
data.forms["dat_pl"] = {stem_noaccents .. "ém"}
data.forms["loc_pl"] = {stem_noaccents .. "éh"}
data.forms["ins_pl"] = {stem_noaccents .. (stem ~= stem_noending and "i" or "") .. "mí"}
end
-- Neuter o-stem
inflections["n"] = function(args, data)
local stem = args[1]; if stem == "" then stem = nil end
if not stem then
if mw.title.getCurrentTitle().nsText == "ထာမ်ပလိက်" then
stem = "-"
else
error("1st parameter (stem) has not been specified.")
end
end
local stem_noending = make_endingless_stem(stem)
-- Is this a hard stem or a soft stem?
local oe = "o"
data.info = "နပုလ္လိၚ်"
if require("Module:sl-common").is_soft(stem) then
oe = "e"
data.info = data.info .. ", soft"
-- table.insert(data.categories, "Slovene neuter soft o-stem nouns")
else
data.info = data.info .. ", hard"
-- table.insert(data.categories, "Slovene neuter hard o-stem nouns")
end
-- Singular
data.forms["nom_sg"] = {stem .. oe}
data.forms["acc_sg"] = {stem .. oe}
data.forms["gen_sg"] = {stem .. "a"}
data.forms["dat_sg"] = {stem .. "u"}
data.forms["loc_sg"] = {stem .. "u"}
data.forms["ins_sg"] = {stem .. oe .. "m"}
-- Dual
data.forms["nom_du"] = {stem .. "i"}
data.forms["acc_du"] = {stem .. "i"}
data.forms["gen_du"] = {stem_noending}
data.forms["dat_du"] = {stem .. oe .. "ma"}
data.forms["loc_du"] = {stem .. "ih"}
data.forms["ins_du"] = {stem .. oe .. "ma"}
-- Plural
data.forms["nom_pl"] = {stem .. "a"}
data.forms["acc_pl"] = {stem .. "a"}
data.forms["gen_pl"] = {stem_noending}
data.forms["dat_pl"] = {stem .. oe .. "m"}
data.forms["loc_pl"] = {stem .. "ih"}
data.forms["ins_pl"] = {stem .. "i"}
end
return export
f6vpkxswd9299xyea40kc2bwjro13du
မဝ်ဂျူ:sl-nouns/doc
828
295661
396352
2026-06-07T10:59:58Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation needed}}<!-- Replace this with a short description of the purpose of the module, and how to use it. --> <includeonly> {{module cat|sl}} </includeonly>"
396352
wikitext
text/x-wiki
{{documentation needed}}<!-- Replace this with a short description of the purpose of the module, and how to use it. -->
<includeonly>
{{module cat|sl}}
</includeonly>
gk7dvmhdpo7azt4s1ko69o586s8b8bf
ကဏ္ဍ:မဝ်ဂျူပွမပြံၚ်လှာဲသၠဝ်ဝေနဳဂမၠိုၚ်
14
295662
396355
2026-06-07T11:01:40Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:မဝ်ဂျူသၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:မဝ်ဂျူဗီုအပြံၚ်အလှာဲဝေါဟာဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]"
396355
wikitext
text/x-wiki
[[ကဏ္ဍ:မဝ်ဂျူသၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:မဝ်ဂျူဗီုအပြံၚ်အလှာဲဝေါဟာဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
k96yf11q1rstyl1x373nc4gjmvtf3x1
ထာမ်ပလိက်:sl-non-tonal
10
295663
396394
2026-06-07T11:29:46Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{| class="messagebox" style="background: var(--wikt-palette-lighterblue); border: 1px solid var(--wikt-palette-grey);" |- | [[File:Zobnoustnični m.svg|none|45px|class=skin-invert-image|alt=ရမျာၚ်တိုန်စှ်ေဟွံတီကၠး ဝါ အရေဝ်ဒေသဟွံသေၚ်]] | {{#switch: {{{intro|yes}}} | yes = ပရေၚ်ပၠောပ်စုတ်စရၚ်တဏအ..."
396394
wikitext
text/x-wiki
{| class="messagebox" style="background: var(--wikt-palette-lighterblue); border: 1px solid var(--wikt-palette-grey);"
|-
| [[File:Zobnoustnični m.svg|none|45px|class=skin-invert-image|alt=ရမျာၚ်တိုန်စှ်ေဟွံတီကၠး ဝါ အရေဝ်ဒေသဟွံသေၚ်]]
| {{#switch: {{{intro|yes}}}
| yes = ပရေၚ်ပၠောပ်စုတ်စရၚ်တဏအ်ဝွံမၞုံကဵု[[wikipedia:en:Tone_(linguistics)|ရမျာၚ်တိုန်စှ်ေ]]ဟွံတီကၠးရ ဝါ ဣပါဲနူအခိၚ်လၟုဟ်အပ္ဍဲ[[wikipedia:en:Slovene_dialects|အရေဝ်ဒေသဟွံသေၚ်]]ဂမၠိုၚ်။ ဟိုတ်ဂှ်ရ။
| #default = ဆေၚ်စပ်ကဵု}} '''[[:en:Wiktionary:Slovene entry guidelines|ဒစေၚ်ဗၠေၚ်မရပ်စပ်အပ္ဍဲ {{#switch: {{{intro|yes}}}
| yes = ပရေၚ်ပၠောပ်စုတ်စရၚ်
| section = ဒကုတ်မဆေၚ်စပ်ပရေၚ်ပၠောပ်စုတ်စရၚ်
| #default = ပရေၚ်ပၠောပ်စုတ်စရၚ် ဝါ ဒကုတ်မဆေၚ်စပ်ကဵုပရေၚ်ပၠောပ်စုတ်စရၚ်}}အရေဝ်ဒေသဟွံသေၚ်ဂှ်]]'''။ ယဝ်ရဇကုမဒှ်ဒၟံၚ်ရမျာၚ်တိုန်စှ်ေဘာသာမိတှ်ေ၊ သ္ပဂုန်တုဲရီုဗၚ်ဖပေၚ်စုတ်ကဵုရမျာၚ်တိုန်စှ်ေညိ။
|}<!--
--><includeonly
>[[ကဏ္ဍ:မအာတ်မိက်သွက်ရမျာၚ်တိုန်စှ်ေပ္ဍဲပရေၚ်ပၠောပ်စုတ်စရၚ်သၠဝ်ဝေနဳဂမၠိုၚ်]]</includeonly><!--
--><noinclude>{{documentation}}</noinclude>
2ee4l9kj97jxi3gigr4pa5n2zwkceuu
ထာမ်ပလိက်:sl-non-tonal/documentation
10
295664
396395
2026-06-07T11:32:10Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation subpage}} This template should be placed at the beginning of a Slovene entry, for which the tones are unknown by the editor or it is found only in non-tonal dialects. The template automatically adds the entry into :ကဏ္ဍ:မအာတ်မိက်သွက်ရမျာၚ်တိုန်စှ်ေပ္ဍဲပရေၚ်ပၠောပ်စုတ်စရၚ်သၠဝ်ဝေ..."
396395
wikitext
text/x-wiki
{{documentation subpage}}
This template should be placed at the beginning of a Slovene entry, for which the tones are unknown by the editor or it is found only in non-tonal dialects.
The template automatically adds the entry into [[:ကဏ္ဍ:မအာတ်မိက်သွက်ရမျာၚ်တိုန်စှ်ေပ္ဍဲပရေၚ်ပၠောပ်စုတ်စရၚ်သၠဝ်ဝေနဳဂမၠိုၚ်|:Category:Requests for tone in Slovene]]. This template ensures there is less confusion about both diacritics patterns, but might boost the addition of regional words.
<includeonly>
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေနဳဂမၠိုၚ်]]
</includeonly>
oywnzgat9tzs68cl5k0ee30v382on42
ကဏ္ဍ:မအာတ်မိက်သွက်ရမျာၚ်တိုန်စှ်ေပ္ဍဲပရေၚ်ပၠောပ်စုတ်စရၚ်သၠဝ်ဝေနဳဂမၠိုၚ်
14
295665
396396
2026-06-07T11:34:13Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:မအာတ်မိက်ပွမဆက်စပ်ကဵုသၠဝ်ဝေနဳဂမၠိုၚ်]]"
396396
wikitext
text/x-wiki
[[ကဏ္ဍ:မအာတ်မိက်ပွမဆက်စပ်ကဵုသၠဝ်ဝေနဳဂမၠိုၚ်]]
ofztnnfqnaljzwyy2m9ce1ccq2hdczt
ကဏ္ဍ:မအာတ်မိက်ပွမဆက်စပ်ကဵုသၠဝ်ဝေနဳဂမၠိုၚ်
14
295666
396397
2026-06-07T11:37:28Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:မမၚ်မွဲပရေၚ်ပၠောပ်စုတ်စရၚ်သၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:မအာတ်မိက်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]"
396397
wikitext
text/x-wiki
[[ကဏ္ဍ:မမၚ်မွဲပရေၚ်ပၠောပ်စုတ်စရၚ်သၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:မအာတ်မိက်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
ko6k9gippzs0yqiq3hhb2dslqsdt9y0
ကဏ္ဍ:မအာတ်မိက်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်
14
295667
396398
2026-06-07T11:40:13Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ကဏ္ဍတန်ဍောတ်မအာတ်မိက်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်]][[ကဏ္ဍ:အာတ်မိက်ဂမၠိုၚ်]]"
396398
wikitext
text/x-wiki
[[ကဏ္ဍ:ကဏ္ဍတန်ဍောတ်မအာတ်မိက်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်]][[ကဏ္ဍ:အာတ်မိက်ဂမၠိုၚ်]]
97dllzd41xqxthqorfwakyg7g7cnu13
ကဏ္ဍ:ကဏ္ဍတန်ဍောတ်မအာတ်မိက်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်
14
295668
396399
2026-06-07T11:41:49Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:က္ဍိုၚ်ကဏ္ဍမေတဂမၠိုၚ်]][[ကဏ္ဍ:အာတ်မိက်ဂမၠိုၚ်]]"
396399
wikitext
text/x-wiki
[[ကဏ္ဍ:က္ဍိုၚ်ကဏ္ဍမေတဂမၠိုၚ်]][[ကဏ္ဍ:အာတ်မိက်ဂမၠိုၚ်]]
fwmm6mr43hlq6sukiksca7qrag8mrdt
ကဏ္ဍ:မမၚ်မွဲပရေၚ်ပၠောပ်စုတ်စရၚ်သၠဝ်ဝေနဳဂမၠိုၚ်
14
295669
396400
2026-06-07T11:44:04Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေနဳ]][[ကဏ္ဍ:ပွမလုပ်ထိၚ်ဒက်မၚ်မွဲဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]"
396400
wikitext
text/x-wiki
[[ကဏ္ဍ:ဘာသာသၠဝ်ဝေနဳ]][[ကဏ္ဍ:ပွမလုပ်ထိၚ်ဒက်မၚ်မွဲဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
t6h2sjqgiba5tlrmbkk3o7tgz9niq25
ထာမ်ပလိက်:sl-decl-noun-f/documentation
10
295670
396401
2026-06-07T11:46:30Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation subpage}} {{documentation needed}}<!-- Replace this with a short description of the purpose of the template, and how to use it. --> <includeonly> [[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သၠဝ်ဝေနဳဂမၠိုၚ်|f]] </includeonly>"
396401
wikitext
text/x-wiki
{{documentation subpage}}
{{documentation needed}}<!-- Replace this with a short description of the purpose of the template, and how to use it. -->
<includeonly>
[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သၠဝ်ဝေနဳဂမၠိုၚ်|f]]
</includeonly>
0m234mgdlnljhx64a4tkweedupl45fe
ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်သၠဝ်ဝေနဳဂမၠိုၚ်
14
295671
396402
2026-06-07T11:47:57Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]"
396402
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏနာမ်ဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
jycy6576a49aqsxplpob0n913o2a3vk
ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏသၠဝ်ဝေနဳဂမၠိုၚ်
14
295672
396413
2026-06-07T11:53:05Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]"
396413
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်သၠဝ်ဝေနဳဂမၠိုၚ်]][[ကဏ္ဍ:ထာမ်ပလိက်အပြံၚ်အလှာဲပ္တဝ်ထ္ၜးပမာဏဗက်အလိုက်အရေဝ်ဘာသာဂမၠိုၚ်|သ]]
s40vieh75hbvzqx64grud4aj8tty9zm