ဝိက်ရှေန်နရဳ
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.17
case-sensitive
မဳဒဳယာ
တၟေင်
ဓရီုကျာ
ညးလွပ်
ညးလွပ် ဓရီုကျာ
ဝိက်ရှေန်နရဳ
ဝိက်ရှေန်နရဳ ဓရီုကျာ
ဝှာင်
ဝှာင် ဓရီုကျာ
မဳဒဳယာဝဳကဳ
မဳဒဳယာဝဳကဳ ဓရီုကျာ
ထာမ်ပလိက်
ထာမ်ပလိက် ဓရီုကျာ
ရီု
ရီု ဓရီုကျာ
ကဏ္ဍ
ကဏ္ဍ ဓရီုကျာ
အဆက်လက္ကရဴ
အဆက်လက္ကရဴ ဓရီုကျာ
ကာရန်
ကာရန် ဓရီုကျာ
အဘိဓာန်
အဘိဓာန် ဓရီုကျာ
ဗီုပြၚ်သိုၚ်တၟိ
ဗီုပြၚ်သိုၚ်တၟိ ဓရီုကျာ
TimedText
TimedText talk
မဝ်ဂျူ
မဝ်ဂျူ ဓရီုကျာ
Event
Event talk
မဝ်ဂျူ:kanjitab
828
1020
401677
272801
2026-08-28T09:23:56Z
咽頭べさ
33
401677
Scribunto
text/plain
local export = {}
local m_str_utils = require("Module:string utilities")
local m_utilities = require("Module:utilities")
local m_ja = require("Module:ja")
local show_labels = require("Module:labels").show_labels
--[=[
Other modules used: [[Module:parameters]]
]=]
local concat = table.concat
local convert_iteration_marks = require("Module:Hani").convert_iteration_marks
local find = string.find
local gsplit = m_str_utils.gsplit
local gsub = string.gsub
local kata_to_hira = m_ja.kata_to_hira
local insert = table.insert
local match = string.match
local remove = table.remove
local split = m_str_utils.split
local sub = string.sub
local ugsub = mw.ustring.gsub
local ulen = m_str_utils.len
local umatch = mw.ustring.match
local usub = m_str_utils.sub
local PAGENAME = mw.loadData("Module:headword/data").pagename
local NAMESPACE = mw.title.getCurrentTitle().nsText
local d_range = mw.loadData("Module:ja/data/range")
local yomi_data = mw.loadData("Module:kanjitab/data")
local kanji_grade_links = {
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#kyōiku_kanji|ကဆံၚ်အဇာ ၁]]",
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#kyōiku_kanji|ကဆံၚ်အဇာ ၂]]",
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#kyōiku_kanji|ကဆံၚ်အဇာ ၃]]",
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#kyōiku_kanji|ကဆံၚ်အဇာ ၄]]",
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#kyōiku_kanji|ကဆံၚ်အဇာ ၅]]",
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#kyōiku_kanji|ကဆံၚ်အဇာ ၆]]",
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#jōyō_kanji|ကဆံၚ်အဇာ သ]]", -- 7
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#jinmeiyō_kanji|ဂျေန်မေယျဝ်]]", -- 8
"[[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#hyōgai_kanji|ယျေဝ်ဂါယ်]]" -- 9
}
-- this is the function that is called from templates
function export.show(frame)
local args = require("Module:parameters").process(frame:getParent().args, {
[1] = { list = true, allow_holes = true },
k = { list = true, allow_holes = true },
o = { list = true, allow_holes = true },
r = {},
sort = {},
yomi = {},
ateji = {},
alt = {},
alt2 = {},
kyu = { list = true },
y = {alias_of = "yomi"},
clearright = {type = "boolean"},
pagename = {},
})
local lang_code = frame.args[1]
local lang = require("Module:languages").getByCode(lang_code)
local lang_name = lang:getCanonicalName()
if args.pagename and NAMESPACE == "" then
require("Module:debug/track")("kanjitab/pagename param in mainspace")
end
local pagename = args.pagename or PAGENAME
local categories = {}
local cells = {}
-- extract kanji and non-kanji
local kanji = {}
local non_kanji = {}
-- 々 and 〻
pagename = convert_iteration_marks(pagename)
local kanji_border = 1
ugsub(pagename, "()([" .. d_range.kanji .. "々〻])()", function(p1, w1, p2)
insert(non_kanji, usub(pagename, kanji_border, p1 - 1))
kanji_border = p2
insert(kanji, w1)
end)
insert(non_kanji, usub(pagename, kanji_border))
-- kyujitai
local kyu = args.kyu
if kyu[1] == "-" then
kyu = {}
elseif kyu[1] == nil then
local form_kyu = {non_kanji[1]}
local kyu_data = mw.loadData("Module:ja/data/kyu")
local has_kyu, has_kyu_nonsupple, has_shin = false, false, false
for i, v in ipairs(kanji) do
local v_kyu = match(kyu_data[1], v .. "(%S*)%s")
if v_kyu == nil then
insert(form_kyu, v)
elseif v_kyu == "" then
has_shin = true
break
elseif v_kyu:sub(1, 1) == "&" then
has_kyu = true
insert(form_kyu, v_kyu)
else
has_kyu, has_kyu_nonsupple = true, true
insert(form_kyu, v_kyu)
end
insert(form_kyu, non_kanji[i + 1])
end
if not has_shin and has_kyu then
kyu[1] = (has_kyu_nonsupple and "" or pagename .. "|") .. concat(form_kyu)
end
if find(pagename, "弁") then
require("Module:debug/track")("kanjitab/ambiguous kyujitai for 弁")
kyu[1] = "which 弁?"
end
end
local all_yomi, missing_yomi
if args.yomi then
all_yomi = {}
local keys = split(args.yomi, ",")
for i, yomi, len in ipairs(keys) do
yomi, len = match(yomi, "^(%l*)(%d*)$")
yomi = yomi_data[yomi] or error("The yomi type \"" .. yomi .. "\" in the input \"" .. args.yomi .. "\" is not recognized.")
if len ~= "" then
-- Disallow length 0 or leading zeroes, as a sanity check.
len = match(len, "^[1-9]%d*$") and tonumber(len) or error("Cannot specify a length of " .. len .. " kanji.")
-- Only one yomi with no length given: apply to all kanji.
elseif i == 1 and #keys == 1 then
len = #kanji
else
len = 1
end
local yomi_type = yomi.type
-- If the on'yomi is not specified as goon/kanon/toon/soon, only "on".
if yomi_type == "on'yomi" then
require("Module:debug/track")("kanjitab/unspecified on")
elseif yomi_type == "jūbakoyomi" then
require("Module:debug/track")("kanjitab/jubakoyomi")
elseif yomi_type == "yutōyomi" then
require("Module:debug/track")("kanjitab/yutoyomi")
end
-- If the yomi requires a specific number of kanji (e.g. jūbakoyomi, yutōyomi).
local req_kanji = yomi.required_kanji
if req_kanji and #kanji ~= req_kanji then
error("The yomi type \"" .. yomi.type .. "\" is only applicable to terms with " .. req_kanji .. " kanji.")
elseif yomi.type == "none" then
missing_yomi = true
end
-- Insert yomi data for each applicable kanji. Wrap in a table first, as the range for this input yomi is determined by its identity, so that (e.g.) "kun,kun" is still treated as two separate inputs.
yomi = {data = yomi}
for _ = 1, len do
insert(all_yomi, yomi)
end
end
-- If there are any yomi slots left, handle them as empty.
if #all_yomi < #kanji then
missing_yomi = true
for _ = #all_yomi + 1, #kanji do
insert(all_yomi, {data = yomi_data.none})
end
end
elseif #kanji > 0 then
missing_yomi = true
end
if missing_yomi then
-- insert(categories, lang_name .. " terms with missing yomi")
end
-- process readings
local readings = {}
local readings_actual = {}
local reading_length_total = 0
for i = 1, args[1].maxindex do
local reading_kana, reading_length = match(args[1][i] or "", "^(%D*)(%d*)$")
reading_kana = reading_kana ~= "" and reading_kana or nil
reading_length = reading_kana and tonumber(reading_length) or 1
insert(readings, {reading_kana, reading_length})
reading_length_total = reading_length_total + reading_length
end
if reading_length_total > #kanji then
error("Readings for " .. reading_length_total .. " kanji are given, but this word has only " .. #kanji .. " kanji.")
else
for _ = reading_length_total + 1, #kanji do
insert(readings, {nil, 1})
end
end
local table_head = [=[
{| class="wikitable kanji-table floatright" style="text-align: center; ]=] .. (args.clearright and " clear:right;" or "") .. [=["
! ]=] .. (#kanji > 1 and "colspan=\"" .. #kanji .. "\" " or "") .. [=[style="font-weight: normal;" | [[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#kanji|Kanji]] in this term
|- lang="]=] .. lang_code .. [=[" class="Jpan" style="font-size: 2em; background: var(--wikt-palette-white,#ffffff); color: inherit; line-height: 1em;"
]=]
if args.k.maxindex and args.k.maxindex > args[1].maxindex then
error("kanjitab/too many k")
end
if args.o.maxindex and args.o.maxindex > args[1].maxindex then
error("kanjitab/too many o")
end
local is_ateji = {}
if args.ateji then
local ateji = args.ateji
local cat_ateji = false
if ateji == "y" then
for i = 1, #kanji do
is_ateji[i] = true
end
cat_ateji = true
else
for i in gsplit(ateji, ";") do
gsub(i, "^(%d+)$", function(a)
is_ateji[tonumber(a)] = true
cat_ateji = true
end)
gsub(i, "^(%d+),(%d+)$", function (a, b)
for j = tonumber(a), tonumber(b) do
is_ateji[j] = true
end
cat_ateji = true
end)
end
end
-- if cat_ateji then insert(categories, lang_name .. " terms spelled with ateji") end
end
-- if hiragana readings were passed,
-- make the "spelled with ..." categories, the readings cells on the lower level and build the sort key
-- otherwise rely on the pagename to make the original kanjitab and categories
local cells_above = {}
local cells_below = {}
local kanji_pos = 1
for i, reading in ipairs(readings) do
local reading_kana, reading_length = reading[1], reading[2]
local cell = {}
if reading_length <= 1 then
insert(cell, "| rowspan=\"2\" | ")
else
insert(cell, "| colspan =\"" .. reading_length .. "\" | ")
end
-- display reading, actual reading and okurigana
if reading_kana then
if reading_kana ~= "" and reading_kana ~= "-" and umatch(reading_kana, "[^" .. d_range.kana .. "]") then
error("Please remove any non-kana characters from the reading input " .. reading_kana .. ".")
end
local actual_reading = args.k[i]
local okurigana = args.o[i]
local okurigana_text = okurigana and "(" .. okurigana .. ")" or ""
local actual_reading_text = actual_reading and " > " .. actual_reading .. okurigana_text or ""
local text = reading_kana .. okurigana_text .. actual_reading_text
readings_actual[i] = {(actual_reading or reading_kana) .. (okurigana or ""), reading_length}
insert(cell, "<span class=\"Jpan\" lang=\"" .. lang_code .. "\">" .. text .. "</span>")
if reading_length <= 1 then insert(cell, "<br/>") end
else
readings_actual[i] = {nil, 1}
end
-- display kanji grade, categorize
for j = kanji_pos, kanji_pos + reading_length - 1 do
local single_kanji = kanji[j]
local kanji_grade = m_ja.kanji_grade(single_kanji)
local ateji_text = is_ateji[j] and "<br/><small>([[Appendix:တၚ်မသောၚ်ထ္ၜးအဓိပ္ပါယ်ဂျပါန်#ateji|ateji]])</small>" or ""
local type, compound
if all_yomi then
local yomi = all_yomi[j].data
type, compound = yomi.type, yomi.compound_reading
end
if not reading_kana then
if type ~= "irregular" then
require("Module:debug/track")("kanjitab/no reading")
end
-- insert(categories, lang_name .. " terms spelled with " .. single_kanji)
elseif reading_length ~= 1 or type == "ပါဲပလေတ်ဟွံမာန်" then
-- insert(categories, lang_name .. " terms spelled with " .. single_kanji)
elseif compound then
-- Re-enable once all bad jukujikun calls are fixed.
-- error("The yomi type \"" .. type .. "\" is only applicable to compound character readings, so cannot apply to " .. single_kanji .. " read as " .. reading_kana .. ". If this is intended as part of a " .. type .. " reading, please enter the whole reading as one, followed by the number of kanji it applies to.")
require("Module:debug/track")("kanjitab/single kanji with jukujikun")
else -- Subcategorize by reading.
-- insert(categories, lang_name .. " terms spelled with " .. single_kanji .. " read as " .. kata_to_hira(reading_kana))
end
if reading_length <= 1 then
insert(cell, "<small>" .. kanji_grade_links[kanji_grade] .. "</small>" .. ateji_text)
else
insert(cells_below, "| <small>" .. kanji_grade_links[kanji_grade] .. "</small>" .. ateji_text)
end
end
insert(cells_above, concat(cell))
kanji_pos = kanji_pos + reading_length
end
insert(cells, "|- style=\"background: var(--wikt-palette-white,#ffffff); color: inherit;\"")
if #cells_below > 0 then
insert(cells, concat(cells_above, "\n"))
insert(cells, "|- style=\"background: var(--wikt-palette-white,#ffffff); color: inherit;\"")
insert(cells, concat(cells_below, "\n"))
else
for i, v in ipairs(cells_above) do
cells_above[i] = gsub(v, "| rowspan=\"2\" | ", "| ")
end
insert(cells, concat(cells_above, "\n"))
end
local rendaku = args.r
if rendaku then
-- insert(categories, lang_name .. " terms with rendaku")
end
if all_yomi then
insert(cells, "|-")
local len, all_on, yomi_cat = 1, true
for i, yomi in ipairs(all_yomi) do
-- If the next kanji has the same yomi table, it's part of the same range.
if yomi == all_yomi[i + 1] then
len = len + 1
else
yomi = yomi.data
local yomi_type = yomi.type
local display = yomi.display or yomi_type
local appendix = yomi.appendix
insert(cells, "| colspan=\"" .. len .. "\" |" .. (
appendix == false and display or
"[[:en:Appendix:Japanese_glossary#" .. (appendix or yomi_type) .. "|" .. display .. "]]"
))
-- Categorise as irregular if any irregular yomi are found; otherwise, categorise if all yomi are of the same type. If yomi are of different types but are all on, on'yomi is used as a fallback.
if yomi_cat ~= "irregular" then
local cat_type = yomi_type
if cat_type == "irregular" or yomi_cat == nil then
yomi_cat = cat_type
elseif yomi_cat ~= cat_type then
yomi_cat = false
end
if not yomi.onyomi then
all_on = false
end
end
len = 1
end
end
if yomi_cat then
-- Check yomi_data first, in case cat_type is "irregular"; if no match, must be some other type, so get it from the first yomi in all_yomi, since not all yomi types are yomi_data keys.
yomi_cat = yomi_data[yomi_cat] or all_yomi[1].data
elseif all_on then
yomi_cat = yomi_data.on
elseif #all_yomi == 2 then
local y1, y2 = all_yomi[1].data, all_yomi[2].data
if ulen(pagename) == 2 then
if y1.onyomi and y2.type == "kun'yomi" then
yomi_cat = yomi_data.j -- jūbakoyomi
elseif y1.type == "kun'yomi" and y2.onyomi then
yomi_cat = yomi_data.y -- yutōyomi
end
end
end
if yomi_cat then
local category = yomi_cat.reading_category
if category ~= false then
-- insert(categories, lang_name .. " " .. "terms read with " .. (category or yomi_cat.type))
end
end
end
local kanji_table
if #kanji > 0 then
kanji_table = table_head
for _, v in ipairs(kanji) do
kanji_table = kanji_table .. "| style=\"padding: 0.5em;\" | [[" .. v .. "#" .. lang_name .. "|" .. v .. "]]\n"
end
kanji_table = kanji_table .. concat(cells, "\n") .. "\n|}"
else
kanji_table = ""
end
local forms_table = ""
if args.alt == "" or args.alt == "-" then args.alt = nil end
if kyu[1] or args.alt then
local forms = {}
-- |kyu=
if kyu[1] == "which 弁?" then
insert(forms, "<strong class=\"error\" style=\"font-size:75%;\">Please specify the correct kyujitai for 弁 with the parameter \"kyu\".</strong>[[Category:Requests for cleanup in " .. lang_name .. " entries]]")
remove(kyu, 1)
end
for _, form in ipairs(kyu) do
local form_linkto, form_display = match(form, "^(.+)|(.+)$")
if not form_linkto then form_linkto, form_display = form, form end
insert(forms, concat{
"<span class=\"Jpan\" lang=\"" .. lang_code .. "\" style=\"font-family:游ゴシック, HanaMinA, sans-serif; font-size:140%;\">[[",
form_linkto,
form_linkto == pagename and "|" or "#" .. lang_name .. "|",
form_display,
"]]</span> <small>",
show_labels {labels = {"kyūjitai"}, lang = lang, nocat = true },
"</small>",
})
end
-- |alt=
if args.alt then
for form in gsplit(args.alt, ",") do
local i_semicolon = find(form, ":")
if i_semicolon then
local altform = sub(form, 1, i_semicolon - 1)
local altlabels = split(sub(form, i_semicolon + 1), " ")
insert(forms, concat{
"<span class=\"Jpan\" lang=\"" .. lang_code .. "\" style=\"font-size:140%\">[[",
altform,
"#" .. lang_name .. "|",
altform,
"]]</span> <small>",
show_labels { labels = altlabels, lang = lang, nocat = true },
"</small>",
})
else
insert(forms, concat{
"<span class=\"Jpan\" lang=\"" .. lang_code .. "\" style=\"font-size:140%\">[[",
form,
"#" .. lang_name .. "|",
form,
"]]</span>"
})
end
end
end
forms_table = "\n" .. [[{| class="wikitable floatright"
! style="font-weight:normal" | ခ္ဍံက်လိက်မရုဲစှ်ကေတ်]] .. (#forms == 1 and "" or "s") .. [[
|-
| style="text-align:center;font-size:108%" | ]] .. concat(forms, "<br>") .. "\n|}"
end
local forms_table2 = ""
if args.alt2 and args.alt2 ~= "" and args.alt2 ~= "-" then
local forms2 = {}
for form in gsplit(args.alt2, ",") do
insert(forms2, "<span class=\"Jpan\" lang=\"" .. lang_code .. "\">[[" .. form .. "#" .. lang_name .. "|" .. form .. "]]</span>")
end
forms_table2 = "\n" .. [[{| class="wikitable floatright"
! style="font-weight:normal" | Variant form]] .. (#forms2 == 1 and "" or "s") .. "\n" .. [[
| style="text-align:center;font-size:140%" | ]] .. concat(forms2, "<br>") .. "\n|}"
end
-- use user-provided sortkey if we got one, otherwise
-- use the sortkey we've already made by combining the
-- readings if provided, if we have neither then
-- default to empty string and don't sort
local sortkey
if args.sort then
sortkey = args.sort
else
sortkey = {non_kanji[1]}
local id = 1
for _, v in ipairs(readings_actual) do
id = id + v[2]
insert(sortkey, (v[1] or "") .. (non_kanji[id] or ""))
end
sortkey = concat(sortkey)
end
if sortkey == "" then
sortkey = nil
else
sortkey = lang:makeSortKey(sortkey)
end
if sortkey ~= lang:makeSortKey(PAGENAME) then
require("Module:debug/track"){"kanjitab/nonstandard sortkey", "kanjitab/nonstandard sortkey/" .. lang_code}
end
return kanji_table .. forms_table .. forms_table2 .. m_utilities.format_categories(categories, lang, sortkey)
end
return export
gg0jeh02i1npnmsceemmrj2f2a8f3u4
မဝ်ဂျူ:utilities/templates
828
41618
401705
400056
2026-08-28T11:48:37Z
咽頭べさ
33
401705
Scribunto
text/plain
local export = {}
local debug_track_module = "Module:debug/track"
local parameters_module = "Module:parameters"
local utilities_module = "Module:utilities"
local utilities_format_categories_with_sort_keys_module = "Module:utilities/format_categories_with_sort_keys"
local concat = table.concat
local insert = table.insert
local require = require
local function format_categories(...)
format_categories = require(utilities_module).format_categories
return format_categories(...)
end
local function format_categories_with_sort_keys(...)
format_categories_with_sort_keys = require(utilities_format_categories_with_sort_keys_module)
return format_categories_with_sort_keys(...)
end
local function process_params(...)
process_params = require(parameters_module).process
return process_params(...)
end
local function track(...)
track = require(debug_track_module)
return track(...)
end
-- Used by {{catfix}}.
function export.catfix(frame)
local args = process_params(frame:getParent().args, {
[1] = {type = "language", required = true},
[2] = {alias_of = "sc"},
["sc"] = {type = "script"},
})
return require("Module:utilities").catfix(args[1], args.sc)
end
-- Used by {{categorize}}, {{catlangname}} and {{topics}}.
function export.categorize(frame)
local args = process_params(frame:getParent().args, {
[1] = {required = true, type = "language", default = "und", sublist = true},
[2] = {required = true, list = true, allow_holes = true},
sort = {list = true, separate_no_index = true, allow_holes = true},
force = {type = "boolean"},
})
local langs = args[1]
if not langs[1] then
return ""
end
local parts = {}
for _, lang in ipairs(langs) do
local full_langcode = lang:getFullCode()
if lang:getCode() ~= full_langcode then
track("Module:utilities/templates/categorize called with variant langcode")
end
local raw_cats, sort_keys, format = args[2], args.sort, frame.args["format"]
local default_sort = sort_keys.default
local prefix = format == "pos" and "ဝေါဟာ" .. "topic" or format == " .. lang:getFullName() .. " and "ဝေါဟာ" .. lang:getCategoryName() .. "နကဵုမအရေဝ်"
-- Put the categories in an array. If any have an individual sortkey, they
-- will need to be tables with the category and sort key for
-- [[Module:utilities/format_categories_with_sort_keys]]; otherwise, add
-- them as strings.
local cats, n, with_sort_keys = {}, 0, false
for i = 1, raw_cats.maxindex do
local cat = raw_cats[i]
if cat ~= nil then
cat = prefix .. cat .."ဂမၠိုၚ်"
local sort_key = sort_keys[i]
if with_sort_keys then
cat = {category = cat, sort_key = sort_key}
-- If a sort key exists, reformat all previously-processed
-- categories into the table format.
elseif sort_key ~= nil then
with_sort_keys = true
for j = 1, n do
cats[j] = {category = cats[j]}
end
cat = {category = cat, sort_key = sort_key}
end
n = n + 1
cats[n] = cat
end
end
if with_sort_keys then
insert(parts, format_categories_with_sort_keys(cats, lang, default_sort, nil, args.force))
else
insert(parts, format_categories(cats, lang, default_sort, nil, args.force))
end
end
return concat(parts)
end
return export
2spxd7usj12m03ljhguizslo8a0z3av
401706
401705
2026-08-28T11:50:47Z
咽頭べさ
33
[[Special:Contributions/咽頭べさ|咽頭べさ]] ([[User talk:咽頭べさ|ဆွေးနွေး]]) ၏ ပြင်ဆင်မှုများကို [[User:Octahedron80|Octahedron80]] ၏ နောက်ဆုံးတည်းဖြတ်မူသို့ နောက်ပြန် ပြန်ပြင်ခဲ့သည်
125090
Scribunto
text/plain
local insert = table.insert
local process_params = require("Module:parameters").process
local export = {}
-- Used by {{catfix}}.
function export.catfix(frame)
local args = process_params(frame:getParent().args, {
[1] = {type = "language", required = true},
[2] = {alias_of = "sc"},
["sc"] = {type = "script"},
})
return require("Module:utilities").catfix(args[1], args.sc)
end
-- Used by {{categorize}}, {{catlangname}} and {{topics}}.
function export.categorize(frame)
local args = process_params(frame:getParent().args, {
[1] = {required = true, type = "language", default = "und"},
[2] = {required = true, list = true, allow_holes = true},
["sort"] = {list = true, separate_no_index = true, allow_holes = true},
})
local lang = args[1]
if not lang then
return ""
end
local raw_cats = args[2]
local sort_keys = args.sort
local default_sort = sort_keys.default
local cats = {}
local format = frame.args["format"]
local prefix = format == "pos" and lang:getFullName() .. " " or
format == "topic" and lang:getFullCode() .. ":" or ""
local cats_with_sort_keys = {}
for i = 1, raw_cats.maxindex do
local cat = raw_cats[i]
if cat then
cat = prefix .. cat
insert(cats, cat)
local sort_key = sort_keys[i]
if #cats_with_sort_keys > 0 then
insert(cats_with_sort_keys, {
category = cat,
sort_key = sort_key
})
elseif sort_key then
for j = 1, #cats - 1 do
insert(cats_with_sort_keys, {category = cats[j]})
end
insert(cats_with_sort_keys, {
category = cat,
sort_key = sort_key
})
end
end
end
if #cats_with_sort_keys > 0 then
return require("Module:utilities/format_categories_with_sort_keys")(cats_with_sort_keys, lang, default_sort)
else
return require("Module:utilities").format_categories(cats, lang, default_sort)
end
end
return export
3gxe6kb2u2d3t7uj4djv44wa88h8cr7
401707
401706
2026-08-28T11:51:10Z
咽頭べさ
33
401707
Scribunto
text/plain
local export = {}
local debug_track_module = "Module:debug/track"
local parameters_module = "Module:parameters"
local utilities_module = "Module:utilities"
local utilities_format_categories_with_sort_keys_module = "Module:utilities/format_categories_with_sort_keys"
local concat = table.concat
local insert = table.insert
local require = require
local function format_categories(...)
format_categories = require(utilities_module).format_categories
return format_categories(...)
end
local function format_categories_with_sort_keys(...)
format_categories_with_sort_keys = require(utilities_format_categories_with_sort_keys_module)
return format_categories_with_sort_keys(...)
end
local function process_params(...)
process_params = require(parameters_module).process
return process_params(...)
end
local function track(...)
track = require(debug_track_module)
return track(...)
end
-- Used by {{catfix}}.
function export.catfix(frame)
local args = process_params(frame:getParent().args, {
[1] = {type = "language", required = true},
[2] = {alias_of = "sc"},
["sc"] = {type = "script"},
})
return require("Module:utilities").catfix(args[1], args.sc)
end
-- Used by {{categorize}}, {{catlangname}} and {{topics}}.
function export.categorize(frame)
local args = process_params(frame:getParent().args, {
[1] = {required = true, type = "language", default = "und", sublist = true},
[2] = {required = true, list = true, allow_holes = true},
sort = {list = true, separate_no_index = true, allow_holes = true},
force = {type = "boolean"},
})
local langs = args[1]
if not langs[1] then
return ""
end
local parts = {}
for _, lang in ipairs(langs) do
local full_langcode = lang:getFullCode()
if lang:getCode() ~= full_langcode then
track("Module:utilities/templates/categorize called with variant langcode")
end
local raw_cats, sort_keys, format = args[2], args.sort, frame.args["format"]
local default_sort = sort_keys.default
local prefix = format == "pos" and "ဝေါဟာ" .. lang:getFullName() .. " " or format == "topic" and "ဝေါဟာ" .. lang:getCategoryName() .. "နကဵုမအရေဝ်"
-- Put the categories in an array. If any have an individual sortkey, they
-- will need to be tables with the category and sort key for
-- [[Module:utilities/format_categories_with_sort_keys]]; otherwise, add
-- them as strings.
local cats, n, with_sort_keys = {}, 0, false
for i = 1, raw_cats.maxindex do
local cat = raw_cats[i]
if cat ~= nil then
cat = prefix .. cat .."ဂမၠိုၚ်"
local sort_key = sort_keys[i]
if with_sort_keys then
cat = {category = cat, sort_key = sort_key}
-- If a sort key exists, reformat all previously-processed
-- categories into the table format.
elseif sort_key ~= nil then
with_sort_keys = true
for j = 1, n do
cats[j] = {category = cats[j]}
end
cat = {category = cat, sort_key = sort_key}
end
n = n + 1
cats[n] = cat
end
end
if with_sort_keys then
insert(parts, format_categories_with_sort_keys(cats, lang, default_sort, nil, args.force))
else
insert(parts, format_categories(cats, lang, default_sort, nil, args.force))
end
end
return concat(parts)
end
return export
rrfa13480ntmk2bbrbw4f6603gg5dbl
401708
401707
2026-08-28T11:56:49Z
咽頭べさ
33
401708
Scribunto
text/plain
local export = {}
local debug_track_module = "Module:debug/track"
local parameters_module = "Module:parameters"
local utilities_module = "Module:utilities"
local utilities_format_categories_with_sort_keys_module = "Module:utilities/format_categories_with_sort_keys"
local concat = table.concat
local insert = table.insert
local require = require
local function format_categories(...)
format_categories = require(utilities_module).format_categories
return format_categories(...)
end
local function format_categories_with_sort_keys(...)
format_categories_with_sort_keys = require(utilities_format_categories_with_sort_keys_module)
return format_categories_with_sort_keys(...)
end
local function process_params(...)
process_params = require(parameters_module).process
return process_params(...)
end
local function track(...)
track = require(debug_track_module)
return track(...)
end
-- Used by {{catfix}}.
function export.catfix(frame)
local args = process_params(frame:getParent().args, {
[1] = {type = "language", required = true},
[2] = {alias_of = "sc"},
["sc"] = {type = "script"},
})
return require("Module:utilities").catfix(args[1], args.sc)
end
-- Used by {{categorize}}, {{catlangname}} and {{topics}}.
function export.categorize(frame)
local args = process_params(frame:getParent().args, {
[1] = {required = true, type = "language", default = "und", sublist = true},
[2] = {required = true, list = true, allow_holes = true},
sort = {list = true, separate_no_index = true, allow_holes = true},
force = {type = "boolean"},
})
local langs = args[1]
if not langs[1] then
return ""
end
local parts = {}
for _, lang in ipairs(langs) do
local full_langcode = lang:getFullCode()
if lang:getCode() ~= full_langcode then
track("Module:utilities/templates/categorize called with variant langcode")
end
local raw_cats, sort_keys, format = args[2], args.sort, frame.args["format"]
local default_sort = sort_keys.default
local prefix = format == "pos" and format == "topic" or lang:getFullName() and "ဝေါဟာ" .. lang:getCategoryName() .. "နကဵုမအရေဝ်"
-- Put the categories in an array. If any have an individual sortkey, they
-- will need to be tables with the category and sort key for
-- [[Module:utilities/format_categories_with_sort_keys]]; otherwise, add
-- them as strings.
local cats, n, with_sort_keys = {}, 0, false
for i = 1, raw_cats.maxindex do
local cat = raw_cats[i]
if cat ~= nil then
cat = prefix .. cat .."ဂမၠိုၚ်"
local sort_key = sort_keys[i]
if with_sort_keys then
cat = {category = cat, sort_key = sort_key}
-- If a sort key exists, reformat all previously-processed
-- categories into the table format.
elseif sort_key ~= nil then
with_sort_keys = true
for j = 1, n do
cats[j] = {category = cats[j]}
end
cat = {category = cat, sort_key = sort_key}
end
n = n + 1
cats[n] = cat
end
end
if with_sort_keys then
insert(parts, format_categories_with_sort_keys(cats, lang, default_sort, nil, args.force))
else
insert(parts, format_categories(cats, lang, default_sort, nil, args.force))
end
end
return concat(parts)
end
return export
f4nr1winmrny3ycwb3r3y83s3f2tg71
ထာမ်ပလိက်:uses lua
10
64166
401700
141406
2026-08-28T11:23:09Z
咽頭べさ
33
401700
wikitext
text/x-wiki
<includeonly><onlyinclude>{{safesubst:<noinclude/>#invoke:dependency box|lua_box}}</onlyinclude></includeonly><!--
-->{{documentation}}
hwhvlqlfl3izatuqsj5rss9hphdkghb
ထာမ်ပလိက်:uses lua/documentation
10
64176
401702
83823
2026-08-28T11:29:25Z
咽頭べさ
33
401702
wikitext
text/x-wiki
{{documentation subpage}}
{{uses lua|dependency box}}
This template generates a message box to be used in the template documentation, indicating that it uses the [[mw:Scribunto|Scribunto]] extension with {{w|Lua (programming language)|Lua}}.
==Parameters==
* {{para|1}}, {{para|2}}, {{para|3}}, ... — the modules to list. Defaults to the module with the same name as the template.
<includeonly>
[[ကဏ္ဍ:ထာမ်ပလိက်စရၚ်မချူသမ္တီလဝ်ဂမၠိုၚ်]]
</includeonly>
4qnfgm998ot0w632xztbeiv8siw6lk8
女将
0
248191
401668
329179
2026-08-27T17:21:50Z
咽頭べさ
33
401668
wikitext
text/x-wiki
{{also|女將}}
=={{=zh=}}==
{{zh-see|女將}}
=={{=ja=}}==
{{ja-kanjitab|yomi=juku|おかみ2}}
===ပွံၚ်နဲတၞဟ်===
* {{ja-l|御上}}, {{ja-l|御内儀}}
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|おかみ|acc=2|acc_ref=DJR}}
===နာမ်===
{{ja-noun|おかみ}}
# ဗြဴတၠဂြပ်မွဲဇကု၊ တၠနာဲမၞိဟ်မွဲဇကု၊ ဗြဴတၠသ္ၚိ {{gloss|မဆေၚ်စပ်ကဵုခဒံဇူဒီုမွဲဒၞာဲ ဝါ ဆေၚ်စသုၚ်၊ သွက်ဥပမာ}}။
===နိရုတ်===
{{ja-kanjitab|yomi=o|sort=しよしよう'|じょ|しょう}}
ဝေါဟာကၠုၚ်နူ {{der|ja|ltc|sort=しよしよう|-}} {{ltc-l|女將|id=1,2}}
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|じょしょう|acc=0|acc_ref=DJR}}
===နာမ်===
{{ja-noun|じょしょう|hhira=ぢよしやう}}
# ဗြဴတၠဂြပ်မွဲဇကု၊ တၠနာဲမၞိဟ်မွဲဇကု၊ ဗြဴတၠသ္ၚိ {{gloss|မဆေၚ်စပ်ကဵုခဒံဇူဒီုမွဲဒၞာဲ ဝါ ဆေၚ်စသုၚ်၊ သွက်ဥပမာ}}။
# တၠနာဲဗြဴကောန်ပၞာန်။
===နိရုတ်===
{{ja-kanjitab|yomi=o|にょ|しょう}}
ဝေါဟာကၠုၚ်နူ {{der|ja|ltc|sort=によしよう|-}} {{ltc-l|女將|id=1,2}}
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|にょしょう}}
===နာမ်===
{{ja-noun|にょしょう|hhira=によしやう}}
# ဗြဴတၠဂြပ်မွဲဇကု၊ တၠနာဲမၞိဟ်မွဲဇကု၊ ဗြဴတၠသ္ၚိ {{gloss|မဆေၚ်စပ်ကဵုခဒံဇူဒီုမွဲဒၞာဲ ဝါ ဆေၚ်စသုၚ်၊ သွက်ဥပမာ}}။
# တၠနာဲဗြဴကောန်ပၞာန်။
==={{References}}===
{{reflist}}
:* {{R:Kanjipedia Kotoba|0003311000}}
1876s5isidk485kbutultbnish37ozh
ထာမ်ပလိက်:uses templatestyles
10
282289
401703
372241
2026-08-28T11:30:50Z
咽頭べさ
33
401703
wikitext
text/x-wiki
<includeonly><onlyinclude>{{safesubst:<noinclude/>#invoke:dependency box|templatestyles_box}}</onlyinclude></includeonly><!--
-->{{documentation}}
qebd0pet84vkj9l8mh7kv4ssdt78qel
女性
0
298994
401662
2026-08-27T17:02:43Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=zh=}}== {{zh-forms}} ===ဗွဟ်ရမ္သာၚ်=== {{zh-pron |m=nǚxìng |c=neoi5 sing3 |mn=ml,kh:lú-sèng/qz:lír-sèng/zz,tp:lí-sèng |mn-t=neng2 sên3 |w=sh:6gniu shin |cat=n }} ===နာမ်=== {{head|zh|noun}} # မဆေၚ်စပ်ကဵုလိၚ်ၝောံ; အၚ်္ဂဇာတ်မၞိဟ်ဗြဴ။ #: {{zh-x|女性 衛生 用品|ကပေါတ်မကၠောန..."
401662
wikitext
text/x-wiki
=={{=zh=}}==
{{zh-forms}}
===ဗွဟ်ရမ္သာၚ်===
{{zh-pron
|m=nǚxìng
|c=neoi5 sing3
|mn=ml,kh:lú-sèng/qz:lír-sèng/zz,tp:lí-sèng
|mn-t=neng2 sên3
|w=sh:6gniu shin
|cat=n
}}
===နာမ်===
{{head|zh|noun}}
# မဆေၚ်စပ်ကဵုလိၚ်ၝောံ; အၚ်္ဂဇာတ်မၞိဟ်ဗြဴ။
#: {{zh-x|女性 衛生 用品|ကပေါတ်မကၠောန်ပ္တိတ်သ္အးဇ္ၚး'''မၞိဟ်ဗြဴ'''ဂမၠိုၚ်}}
# ဗြဴ; ၝောံ။
#: {{zh-x|月經期 女性|'''မၞိဟ်ဗြဴ'''ဆီရာသဳကၠုၚ်။}}
=={{=ja=}}==
{{ja-kanjitab|yomi=kanon|じょ|せい}}
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|じょせい|acc=0|acc_ref=DJR,NHK,SMK5}}
===နာမ်===
{{ja-noun|じょせい|hhira=ぢよせい|count=人}}
# မၞိဟ်ဗြဴမွဲဇကု {{gl|ပူဂဵုမၞိဟ်ဗြဴမစိုပ်အဝဲ}}။
===နိရုတ်===
{{ja-kanjitab|yomi=goon|にょ|しょう}}
{{bor+|ja|ltc|sort=にょしょう|-}} {{ltc-l|女性|id=1,1}}<ref name="KDJ">{{R:Kokugo Dai Jiten}}</ref><ref name="KDJ">{{R:Kokugo Dai Jiten}}</ref>
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|にょしょう|acc=0|acc_ref=DJR,NHK,SMK5}}
===နာမ်===
{{ja-noun|にょしょう|hhira=によしやう}}
# {{lb|ja|sort=にょしょう|rare|dated}} မၞိဟ်ဗြဴမွဲဇကု။
==={{References}}===
{{reflist}}
:* {{R:Kanjipedia Kotoba|0003312400}}
:* {{R:Shogakukan}}
==ကိုဝ်ရဳယျာ==
{{ko-hanjatab}}
===နာမ်===
{{ko-noun|hangeul=여성}}
# {{hanja form of|여성}}
==ဗဳယေတ်နာမ်==
{{vi-hantutab}}
===နာမဝိသေသန===
{{vi-adj|sc=Hani}}
# {{vi-Han form of|nữ tính}}
fonxjjwjy7xvbpdrs88rrsxrahxz41z
401663
401662
2026-08-27T17:03:47Z
咽頭べさ
33
401663
wikitext
text/x-wiki
=={{=zh=}}==
{{zh-forms}}
===ဗွဟ်ရမ္သာၚ်===
{{zh-pron
|m=nǚxìng
|c=neoi5 sing3
|mn=ml,kh:lú-sèng/qz:lír-sèng/zz,tp:lí-sèng
|mn-t=neng2 sên3
|w=sh:6gniu shin
|cat=n
}}
===နာမ်===
{{head|zh|noun}}
# မဆေၚ်စပ်ကဵုလိၚ်ၝောံ; အၚ်္ဂဇာတ်မၞိဟ်ဗြဴ။
#: {{zh-x|女性 衛生 用品|ကပေါတ်မကၠောန်ပ္တိတ်သ္အးဇ္ၚး'''မၞိဟ်ဗြဴ'''ဂမၠိုၚ်}}
# ဗြဴ; ၝောံ။
#: {{zh-x|月經期 女性|'''မၞိဟ်ဗြဴ'''ဆီရာသဳကၠုၚ်။}}
=={{=ja=}}==
{{ja-kanjitab|yomi=kanon|じょ|せい}}
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|じょせい|acc=0|acc_ref=DJR,NHK,SMK5}}
===နာမ်===
{{ja-noun|じょせい|hhira=ぢよせい|count=人}}
# မၞိဟ်ဗြဴမွဲဇကု {{gl|ပူဂဵုမၞိဟ်ဗြဴမစိုပ်အဝဲ}}။
===နိရုတ်===
{{ja-kanjitab|yomi=goon|にょ|しょう}}
{{bor+|ja|ltc|sort=にょしょう|-}} {{ltc-l|女性|id=1,1}}<ref name="KDJ">{{R:Kokugo Dai Jiten}}</ref><ref name="KDJ">{{R:Kokugo Dai Jiten}}</ref>
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|にょしょう|acc=0|acc_ref=DJR,NHK,SMK5}}
===နာမ်===
{{ja-noun|にょしょう|hhira=によしやう}}
# မၞိဟ်ဗြဴမွဲဇကု။
==={{References}}===
{{reflist}}
:* {{R:Kanjipedia Kotoba|0003312400}}
:* {{R:Shogakukan}}
==ကိုဝ်ရဳယျာ==
{{ko-hanjatab}}
===နာမ်===
{{ko-noun|hangeul=여성}}
# {{hanja form of|여성}}
==ဗဳယေတ်နာမ်==
{{vi-hantutab}}
===နာမဝိသေသန===
{{vi-adj|sc=Hani}}
# {{vi-Han form of|nữ tính}}
5mdygg9at85ymg6n8fn3uopvm3rbi7r
ぢよせい
0
298995
401664
2026-08-27T17:05:41Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== ===နာမ်=== {{head|ja|နာမ်}} # {{alternative form of|ja|女性}}"
401664
wikitext
text/x-wiki
=={{=ja=}}==
===နာမ်===
{{head|ja|နာမ်}}
# {{alternative form of|ja|女性}}
r9a5iz9umwe2w8dp21jlz3kbyhky0ft
によしやう
0
298996
401665
2026-08-27T17:07:43Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== ===နာမ်=== {{head|ja|နာမ်}} # {{alternative form of|ja|女性}}"
401665
wikitext
text/x-wiki
=={{=ja=}}==
===နာမ်===
{{head|ja|နာမ်}}
# {{alternative form of|ja|女性}}
r9a5iz9umwe2w8dp21jlz3kbyhky0ft
nyoshō
0
298997
401666
2026-08-27T17:08:41Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== ===ဗီုအက္ခရ်ရောမ=== {{ja-romaji}} # {{ja-romanization of|にょしょう}}"
401666
wikitext
text/x-wiki
=={{=ja=}}==
===ဗီုအက္ခရ်ရောမ===
{{ja-romaji}}
# {{ja-romanization of|にょしょう}}
kl77k9vlrwxdf2vf2musfjlxo3osbeh
にょしょう
0
298998
401667
2026-08-27T17:09:15Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== {{ja-see-kango|女性|女将}}"
401667
wikitext
text/x-wiki
=={{=ja=}}==
{{ja-see-kango|女性|女将}}
el97gu8wfe21j3hjweu85oa2r3xeczt
ぢよしやう
0
298999
401669
2026-08-27T17:23:14Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== ===နာမ်=== {{head|ja|နာမ်}} # {{alternative form of|ja|女将}}"
401669
wikitext
text/x-wiki
=={{=ja=}}==
===နာမ်===
{{head|ja|နာမ်}}
# {{alternative form of|ja|女将}}
ee59lzdb5rs8vxtoex3y5blusew1k1o
女將
0
299000
401670
2026-08-27T17:31:20Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|女将}} =={{=zh=}}== {{zh-forms|s=女将}} ===ဗွဟ်ရမ္သာၚ်=== {{zh-pron |m=nǚjiàng |c=neoi5 zoeng3 |mn=xm,tw:lú-chiòng/twq:lír-chiòng/twv:lí-chiòng |cat=n }} ===နာမ်=== {{head|zh|noun}} # တၠနာဲဗြဴကောန်ပၞာန်။ # မြက်စာ ကဵု ဗြဴမထဇန်။ # မၞိဟ်ဗြဴ။ # သမ္ဘာ။ =={{=ja=}}== =..."
401670
wikitext
text/x-wiki
{{also|女将}}
=={{=zh=}}==
{{zh-forms|s=女将}}
===ဗွဟ်ရမ္သာၚ်===
{{zh-pron
|m=nǚjiàng
|c=neoi5 zoeng3
|mn=xm,tw:lú-chiòng/twq:lír-chiòng/twv:lí-chiòng
|cat=n
}}
===နာမ်===
{{head|zh|noun}}
# တၠနာဲဗြဴကောန်ပၞာန်။
# မြက်စာ ကဵု ဗြဴမထဇန်။
# မၞိဟ်ဗြဴ။
# သမ္ဘာ။
=={{=ja=}}==
===နာမ်===
{{ja-noun|おかみ}}
# {{alternative form of|ja|女将}}
tr4yjdctnemlcw6jqqnbtn15iebrgda
nǚjiàng
0
299001
401671
2026-08-27T17:32:24Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "==မာန်ဒါရေဝ်== ===ဗီုအက္ခရ်ရောမ=== {{cmn-pinyin}} # {{cmn-pinyin of|女將}}"
401671
wikitext
text/x-wiki
==မာန်ဒါရေဝ်==
===ဗီုအက္ခရ်ရောမ===
{{cmn-pinyin}}
# {{cmn-pinyin of|女將}}
k8vfinxlyfrb54uqk8rw7ldz38jrlqy
joshō
0
299002
401672
2026-08-27T17:33:44Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== ===ဗီုအက္ခရ်ရောမ=== {{ja-romaji}} # {{ja-romanization of|じょしょう}}"
401672
wikitext
text/x-wiki
=={{=ja=}}==
===ဗီုအက္ခရ်ရောမ===
{{ja-romaji}}
# {{ja-romanization of|じょしょう}}
dd6qfe1m0k31bk3scwdavmdqfcuamjk
じょしょう
0
299003
401673
2026-08-27T17:34:17Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|しょしょう}} =={{=ja=}}== {{ja-see-kango|女将|序章|叙唱}}"
401673
wikitext
text/x-wiki
{{also|しょしょう}}
=={{=ja=}}==
{{ja-see-kango|女将|序章|叙唱}}
2oj96jp4zwlpd7fo5rwijl0ryfydx8h
叙唱
0
299004
401674
2026-08-27T17:37:09Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== {{ja-kanjitab|じょ|しょう|yomi=o}} ===နာမ်=== {{ja-noun|じょしょう}} # ပရေၚ်ဖ္ဍောတ်သမ္တီပါၚ်တိုက်။"
401674
wikitext
text/x-wiki
=={{=ja=}}==
{{ja-kanjitab|じょ|しょう|yomi=o}}
===နာမ်===
{{ja-noun|じょしょう}}
# ပရေၚ်ဖ္ဍောတ်သမ္တီပါၚ်တိုက်။
bldhjgzed7ukgnjn2byse003tytvu2w
敍唱
0
299005
401675
2026-08-27T17:38:36Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== ===နာမ်=== {{ja-noun|じょしょう}} # {{alternative form of|ja|叙唱}}"
401675
wikitext
text/x-wiki
=={{=ja=}}==
===နာမ်===
{{ja-noun|じょしょう}}
# {{alternative form of|ja|叙唱}}
4dulrze4wjr1t8vsa3d85si5t5yj5t4
序章
0
299006
401676
2026-08-28T09:18:36Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== {{ja-kanjitab|じょ|しょう|yomi=o}} ===နိရုတ်=== {{der|ja|ltc|序章|sort=しょしょう'}} ===ဗွဟ်ရမ္သာၚ်=== {{ja-pron|じょしょう|acc=0|acc_ref=DJR,NHK}} ===နာမ်=== {{ja-noun|じょしょう|hhira=じょしやう}} # နိဒါန်၊ နိဒါန်ပွံက်ကဗျ။ ==={{References}}=== {{reflist}}"
401676
wikitext
text/x-wiki
=={{=ja=}}==
{{ja-kanjitab|じょ|しょう|yomi=o}}
===နိရုတ်===
{{der|ja|ltc|序章|sort=しょしょう'}}
===ဗွဟ်ရမ္သာၚ်===
{{ja-pron|じょしょう|acc=0|acc_ref=DJR,NHK}}
===နာမ်===
{{ja-noun|じょしょう|hhira=じょしやう}}
# နိဒါန်၊ နိဒါန်ပွံက်ကဗျ။
==={{References}}===
{{reflist}}
dwfzswbmn4r3px2w4rdo7y3kfwlzlx3
しょしょう
0
299007
401678
2026-08-28T09:25:21Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|じょしょう}} =={{=ja=}}== {{ja-see-kango|所掌|所生|書証}}"
401678
wikitext
text/x-wiki
{{also|じょしょう}}
=={{=ja=}}==
{{ja-see-kango|所掌|所生|書証}}
oy1uf5h6ooc46kzf11iek51iyihy7wo
所掌
0
299008
401679
2026-08-28T09:29:18Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== {{ja-kanjitab|しょ|しょう|yomi=o}} ===နာမ်=== {{ja-noun|しょしょう}} # ပရေၚ်မကေတ်တာလျိုၚ်။"
401679
wikitext
text/x-wiki
=={{=ja=}}==
{{ja-kanjitab|しょ|しょう|yomi=o}}
===နာမ်===
{{ja-noun|しょしょう}}
# ပရေၚ်မကေတ်တာလျိုၚ်။
6jkcz7vk3p7dpmbl7n414z0ay47a18u
shoshō
0
299009
401680
2026-08-28T09:30:08Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== ===ဗီုအက္ခရ်ရောမ=== {{ja-romaji}} # {{ja-romanization of|しょしょう}}"
401680
wikitext
text/x-wiki
=={{=ja=}}==
===ဗီုအက္ခရ်ရောမ===
{{ja-romaji}}
# {{ja-romanization of|しょしょう}}
fh7q1qm4utd7vq2ngbbyzpcb4vqeb9i
所生
0
299010
401681
2026-08-28T09:32:13Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== {{ja-kanjitab|しょ|しょう|yomi=o}} ===ကြိယာ=== {{ja-verb-suru|しょしょう}} # က္တဵုဒှ်။"
401681
wikitext
text/x-wiki
=={{=ja=}}==
{{ja-kanjitab|しょ|しょう|yomi=o}}
===ကြိယာ===
{{ja-verb-suru|しょしょう}}
# က္တဵုဒှ်။
ldt4nw4ubpze7c0zq1wkyrxorxgfgg8
書証
0
299011
401682
2026-08-28T09:34:48Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== {{ja-kanjitab|しょ|しょう|yomi=o}} ===နာမ်=== {{ja-noun|しょしょう}} # သက်သဳလိက်စၟတ်တဲ။"
401682
wikitext
text/x-wiki
=={{=ja=}}==
{{ja-kanjitab|しょ|しょう|yomi=o}}
===နာမ်===
{{ja-noun|しょしょう}}
# သက်သဳလိက်စၟတ်တဲ။
69mck5edqgtzsm78pf0sj89udw46uya
書證
0
299012
401683
2026-08-28T09:35:41Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=ja=}}== {{ja-kanjitab|しょ|しょう|yomi=o}} ===နာမ်=== {{ja-noun|しょしょう}} # {{alternative form of|ja|書証}}"
401683
wikitext
text/x-wiki
=={{=ja=}}==
{{ja-kanjitab|しょ|しょう|yomi=o}}
===နာမ်===
{{ja-noun|しょしょう}}
# {{alternative form of|ja|書証}}
48d5k09t7zrmspoqmpt16e17yrdrcc3
401684
401683
2026-08-28T09:37:20Z
咽頭べさ
33
401684
wikitext
text/x-wiki
=={{=zh=}}==
{{zh-forms|s=书证}}
===ဗွဟ်ရမ္သာၚ်===
{{zh-pron
|m=shūzhèng
|c=syu1 zing3
|cat=n
}}
===နာမ်===
{{head|zh|noun}}
# သက်သဳလိက်စၟတ်တဲ။
=={{=ja=}}==
{{ja-kanjitab|しょ|しょう|yomi=o}}
===နာမ်===
{{ja-noun|しょしょう}}
# {{alternative form of|ja|書証}}
9dngezvk5y0fczm25j9ob2ocpro12jy
shūzhèng
0
299013
401685
2026-08-28T09:37:58Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|shùzhèng}} ==မာန်ဒါရေဝ်== ===ဗီုအက္ခရ်ရောမ=== {{cmn-pinyin}} # {{cmn-pinyin of|書證}} # {{cmn-pinyin of|疏證}}"
401685
wikitext
text/x-wiki
{{also|shùzhèng}}
==မာန်ဒါရေဝ်==
===ဗီုအက္ခရ်ရောမ===
{{cmn-pinyin}}
# {{cmn-pinyin of|書證}}
# {{cmn-pinyin of|疏證}}
lpv5lewrs6ss2j4m645kx2zj7bisy1s
疏證
0
299014
401686
2026-08-28T09:41:17Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=zh=}}== {{zh-forms|s=疏证}} ===ဗွဟ်ရမ္သာၚ်=== {{zh-pron |m=shūzhèng,shùzhèng,1nb=standard in Mainland and Taiwan,2nb=dated variant |cat=v }} ===ကြိယာ=== {{head|zh|ကြိယာ}} # သကဵုပံက်အဓိပ္ပါဲ ကဵု စုတ်ဗပေၚ်ဓမံက်သောၚ်ထ္ၜး။"
401686
wikitext
text/x-wiki
=={{=zh=}}==
{{zh-forms|s=疏证}}
===ဗွဟ်ရမ္သာၚ်===
{{zh-pron
|m=shūzhèng,shùzhèng,1nb=standard in Mainland and Taiwan,2nb=dated variant
|cat=v
}}
===ကြိယာ===
{{head|zh|ကြိယာ}}
# သကဵုပံက်အဓိပ္ပါဲ ကဵု စုတ်ဗပေၚ်ဓမံက်သောၚ်ထ္ၜး။
nkb7kipvyrz9bep4rrmg73ypf4im46r
shùzhèng
0
299015
401687
2026-08-28T09:42:04Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{also|shūzhèng}} ==မာန်ဒါရေဝ်== ===ဗီုအက္ခရ်ရောမ=== {{cmn-pinyin}} # {{cmn-pinyin of|庶政}} # {{cmn-pinyin of|疏證}}"
401687
wikitext
text/x-wiki
{{also|shūzhèng}}
==မာန်ဒါရေဝ်==
===ဗီုအက္ခရ်ရောမ===
{{cmn-pinyin}}
# {{cmn-pinyin of|庶政}}
# {{cmn-pinyin of|疏證}}
ktvigkgosnt63m07ftk43l9opv7hj81
庶政
0
299016
401688
2026-08-28T09:45:59Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=zh=}}== {{zh-forms}} ===ဗွဟ်ရမ္သာၚ်=== {{zh-pron |m=shùzhèng |cat=n }} ===နာမ်=== {{head|zh|noun}} # ကမၠောန်ကိစ္စနာနာနကဵုအလဵုအသဳဆေၚ်စပ်ကဵုဍုၚ်မွဲဍုၚ်ဂမၠိုၚ်။"
401688
wikitext
text/x-wiki
=={{=zh=}}==
{{zh-forms}}
===ဗွဟ်ရမ္သာၚ်===
{{zh-pron
|m=shùzhèng
|cat=n
}}
===နာမ်===
{{head|zh|noun}}
# ကမၠောန်ကိစ္စနာနာနကဵုအလဵုအသဳဆေၚ်စပ်ကဵုဍုၚ်မွဲဍုၚ်ဂမၠိုၚ်။
6bj33grne1m3tonutay8yznem9zcij2
Traditional Chinese
0
299017
401689
2026-08-28T09:53:48Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=en=}}== {{wikipedia|lang=en}} ===ဗွဟ်ရမ္သာၚ်=== * {{IPA|en|/tɹəˈdɪʃənəl tʃaɪˈniːz/}} * {{audio|en|LL-Q1860 (eng)-PerfectSoundWhatever-Traditional Chinese.wav|a=CA}} * {{rhymes|en|iːz|s=6}} ===နာမ်မကိတ်ညဳ=== {{en-proper noun|head=[[traditional|Traditional]] [[Chinese]]}} # မဆေၚ်စပ်ကဵုပြဝေဏဳကြုက်။ # မချူ..."
401689
wikitext
text/x-wiki
=={{=en=}}==
{{wikipedia|lang=en}}
===ဗွဟ်ရမ္သာၚ်===
* {{IPA|en|/tɹəˈdɪʃənəl tʃaɪˈniːz/}}
* {{audio|en|LL-Q1860 (eng)-PerfectSoundWhatever-Traditional Chinese.wav|a=CA}}
* {{rhymes|en|iːz|s=6}}
===နာမ်မကိတ်ညဳ===
{{en-proper noun|head=[[traditional|Traditional]] [[Chinese]]}}
# မဆေၚ်စပ်ကဵုပြဝေဏဳကြုက်။
# မချူလိက်ကြုက်ပွမရပ်စပ်ဆေၚ်စပ်ကဵုဗီုပြၚ်ပြဝေဏဳနကဵုဗျဉ်ကြုက်ဂမၠိုၚ်၊ ညံၚ်ရဴဒစဵုဒစးလဝ်နကဵုကြုက်ဓမ္မတာ။
#: {{cot|en|Simplified Chinese}}
t4r47um27dnqhl0u9kn25zc0y48b53h
401690
401689
2026-08-28T10:43:09Z
咽頭べさ
33
401690
wikitext
text/x-wiki
=={{=en=}}==
{{wikipedia|lang=en}}
{{was wotd|၂၀၂၆|အဝ်ဂေတ်|၂၉}}
===ဗွဟ်ရမ္သာၚ်===
* {{IPA|en|/tɹəˈdɪʃənəl tʃaɪˈniːz/}}
* {{audio|en|LL-Q1860 (eng)-PerfectSoundWhatever-Traditional Chinese.wav|a=CA}}
* {{rhymes|en|iːz|s=6}}
===နာမ်မကိတ်ညဳ===
{{en-proper noun|head=[[traditional|Traditional]] [[Chinese]]}}
# မဆေၚ်စပ်ကဵုပြဝေဏဳကြုက်။
# မချူလိက်ကြုက်ပွမရပ်စပ်ဆေၚ်စပ်ကဵုဗီုပြၚ်ပြဝေဏဳနကဵုဗျဉ်ကြုက်ဂမၠိုၚ်၊ ညံၚ်ရဴဒစဵုဒစးလဝ်နကဵုကြုက်ဓမ္မတာ။
#: {{cot|en|Simplified Chinese}}
29e72s8rbd10d8k76x2ecqf84up8e71
ဝိက်ရှေန်နရဳ:မအရေဝ်သွက်တ္ၚဲဏအ်/၂၀၂၆/အဝ်ဂေတ် ၂၉
4
299018
401691
2026-08-28T10:46:30Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{WOTD|Traditional Chinese|နာမ်| မဆေၚ်စပ်ကဵုပြဝေဏဳကြုက်။ # မချူလိက်ကြုက်ပွမရပ်စပ်ဆေၚ်စပ်ကဵုဗီုပြၚ်ပြဝေဏဳနကဵုဗျဉ်ကြုက်ဂမၠိုၚ်၊ ညံၚ်ရဴဒစဵုဒစးလဝ်နကဵုကြုက်ဓမ္မတာ။ #: {{cot|en|..."
401691
wikitext
text/x-wiki
{{WOTD|Traditional Chinese|နာမ်| မဆေၚ်စပ်ကဵုပြဝေဏဳကြုက်။
# မချူလိက်ကြုက်ပွမရပ်စပ်ဆေၚ်စပ်ကဵုဗီုပြၚ်ပြဝေဏဳနကဵုဗျဉ်ကြုက်ဂမၠိုၚ်၊ ညံၚ်ရဴဒစဵုဒစးလဝ်နကဵုကြုက်ဓမ္မတာ။
#: {{cot|en|Simplified Chinese}}|audio=LL-Q1860 (eng)-PerfectSoundWhatever-Traditional Chinese.wav|အဝ်ဂေတ်|၂၉}}
krq161l013y60u91dzxvojvthpcazuf
ကဏ္ဍ:ကာရန်:အၚ်္ဂလိက်/iːz
14
299019
401692
2026-08-28T10:49:25Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာအၚ်္ဂလိက်|အၚ်္ဂလိက်]] » :ကဏ..."
401692
wikitext
text/x-wiki
[[:ကဏ္ဍ:ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်|ဒၞာဲလုပ်အဝေါၚ်ကဵုပၟိက်]] » [[:ကဏ္ဍ:အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်|အရေဝ်ဘာသာအိုတ်သီုဂမၠိုၚ်]] » [[:ကဏ္ဍ:ဘာသာအၚ်္ဂလိက်|အၚ်္ဂလိက်]] » [[:ကဏ္ဍ:ကာရန်:အၚ်္ဂလိက်|ကာရန်ဂမၠိုၚ်]] » -iːz
:စရၚ်မဆေၚ်စပ်ကဵုဝေါဟာ[[:ကဏ္ဍ:ဘာသာအၚ်္ဂလိက်|အၚ်္ဂလိက်]]မနွံကာရန် [[ကာရန်:အၚ်္ဂလိက်/iːz|-iːz]] ဂမၠိုၚ်။
[[ကဏ္ဍ:ကာရန်:အၚ်္ဂလိက်|iːz]]
bch287e31lvll3zkx8pj76zko53a801
supercalifragilisticexpialidocious
0
299020
401693
2026-08-28T10:57:07Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "=={{=en=}}== {{was wotd|၂၀၂၆|အဝ်ဂေတ်|၃၀}} {{wikidata lexeme|L101}} ===ဗွဟ်ရမ္သာၚ်=== * {{IPA|en|/ˌsuːpəkælɪˌfɹæd͡ʒɪlɪstɪkˌɛkspiælɪˈdəʊʃəs/|a=RP}} * {{audio|en|Supercalifragilisticexpialidocious.ogg|a=RP}} * {{IPA|en|/ˌsupəɹˌkæləˌfɹæd͡ʒəˌlɪstɪkˌɛkspiˌæləˈdoʊʃəs/|a=GA}} * {{audio|en|En-us-supercala.ogg|a=GA}}{{audio|en|LL-Q186..."
401693
wikitext
text/x-wiki
=={{=en=}}==
{{was wotd|၂၀၂၆|အဝ်ဂေတ်|၃၀}}
{{wikidata lexeme|L101}}
===ဗွဟ်ရမ္သာၚ်===
* {{IPA|en|/ˌsuːpəkælɪˌfɹæd͡ʒɪlɪstɪkˌɛkspiælɪˈdəʊʃəs/|a=RP}}
* {{audio|en|Supercalifragilisticexpialidocious.ogg|a=RP}}
* {{IPA|en|/ˌsupəɹˌkæləˌfɹæd͡ʒəˌlɪstɪkˌɛkspiˌæləˈdoʊʃəs/|a=GA}}
* {{audio|en|En-us-supercala.ogg|a=GA}}{{audio|en|LL-Q1860 (eng)-Naomi Persephone Amethyst (NaomiAmethyst)-supercalifragilisticexpialidocious.wav|-}}
* {{rhymes|en|əʊʃəs|s=14}}
* {{hyph|en|su|per|cal|i|frag|i|lis|tic|ex|pi|a|li|do|cious}}
====နာမဝိသေသန====
{{en-adj|-}}
# မရိုၚ်ဇိုၚ်တၟေၚ်တၟဟ်၊ သ္ဂောံဒးဂၞပ်အံသဝ်ခိုဟ်၊ ခိုဟ်တဴပရေၚ်သ္ဂောံသ္ပအံသဝ်။
#: {{syn|en|Thesaurus:wonderful}}
===မဒုၚ်လွဳစ===
* {{desc|it|supercalifragilistichespiralidoso|bor=1}}
* {{desc|es|supercalifragilisticoexpialidoso|bor=1}}
cfkqsucx1js9dp276ig3g9pqwu0hwq5
ထာမ်ပလိက်:wikidata lexeme
10
299021
401694
2026-08-28T11:03:50Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{interproject-box|sisterclass=wikidata|logo=Wikidata lexemes logo symbol square.svg|logoalt=Wikidata lexemes logo|intro=[[w:en:Wikidata|ဝဳကဳဒေတာ]]မၞုံဒၟံၚ်ဆက်စပ်လဝ်[[d:Wikidata:Lexicographical data|လပ်သေၚ်မဳ]]နကဵု|link=[[d:Lexeme:{{{1|}}}|{{{2|{{SUBPAGENAME}}}}} ({{{1}}})]]}}<noinclude>{{documentation}}</noinclude>"
401694
wikitext
text/x-wiki
{{interproject-box|sisterclass=wikidata|logo=Wikidata lexemes logo symbol square.svg|logoalt=Wikidata lexemes logo|intro=[[w:en:Wikidata|ဝဳကဳဒေတာ]]မၞုံဒၟံၚ်ဆက်စပ်လဝ်[[d:Wikidata:Lexicographical data|လပ်သေၚ်မဳ]]နကဵု|link=[[d:Lexeme:{{{1|}}}|{{{2|{{SUBPAGENAME}}}}} ({{{1}}})]]}}<noinclude>{{documentation}}</noinclude>
bm2xyw0qo3sc31b6dorvx1d6mmztcdq
ထာမ်ပလိက်:interproject-box
10
299022
401695
2026-08-28T11:09:03Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "<includeonly><div class="interproject-box {{#if:{{{sisterclass|}}}|sister-{{{sisterclass}}}}} sister-project noprint floatright"><div style="float: left;" class="interproject-box-logo">[[File:{{{logo}}}|{{{logosize|x40px}}}|none|link={{{logolink|}}}|alt={{{logoalt|}}}]]</div><div style="margin-left: 60px;">{{{intro}}}:<div style="margin-left: 10px;">{{#if:{{{nobold|}}}|<span {{#if:{{{nolang|}}}|| class="Latn" lang="e..."
401695
wikitext
text/x-wiki
<includeonly><div class="interproject-box {{#if:{{{sisterclass|}}}|sister-{{{sisterclass}}}}} sister-project noprint floatright"><div style="float: left;" class="interproject-box-logo">[[File:{{{logo}}}|{{{logosize|x40px}}}|none|link={{{logolink|}}}|alt={{{logoalt|}}}]]</div><div style="margin-left: 60px;">{{{intro}}}:<div style="margin-left: 10px;">{{#if:{{{nobold|}}}|<span {{#if:{{{nolang|}}}|| class="Latn" lang="en"}}>|<b {{#if:{{{nolang|}}}|| class="Latn" lang="en"}}>}}{{#if:{{{noitalic|}}}||<i>}}{{{link|}}}{{#if:{{{noitalic|}}}||</i>}}{{#if:{{{nobold|}}}|</span>|</b>}}</div></div>{{#if:{{{interprojectlink|}}}|<span class="interProject">{{{interprojectlink}}}</span>}}</div><templatestyles src="Module:interproject/style.css" /></includeonly><noinclude>{{interproject-box|logo=Commons-emblem-success.svg|logoalt=Hello, World!|intro=ထာမ်ပလိက်ဝိက်ရှေန်နရဳတဏအ်ဝွံမၞုံစရၚ်ပရိုၚ်ပဵုနူကဵုလ္တူ {{FULLPAGENAME}}|link=[[#documentation|{{FULLPAGENAME}}]]}}{{documentation}}</noinclude>
75g4tlrboyfo7kk7mk295bb8phs5knw
ထာမ်ပလိက်:interproject-box/documentation
10
299023
401696
2026-08-28T11:14:53Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation subpage}} {{anchor|documentation}} Implements the interwiki template box used by a number of interwiki templates. ==Parameters== ; {{para|logo}} : The file name of the logo to use (without a File:/Image: prefix). ; {{para|intro}} : The text to display above the link and next to the logo, without the trailing colon. ; {{para|link}} : The link to display below the intro text. ; {{para|interprojectlink|o..."
401696
wikitext
text/x-wiki
{{documentation subpage}}
{{anchor|documentation}}
Implements the interwiki template box used by a number of interwiki templates.
==Parameters==
; {{para|logo}}
: The file name of the logo to use (without a File:/Image: prefix).
; {{para|intro}}
: The text to display above the link and next to the logo, without the trailing colon.
; {{para|link}}
: The link to display below the intro text.
; {{para|interprojectlink|opt=1}}
: If specified, the given link will be added to the text, surrounded by a <code><span class="interProject"></code> for linking to other projects in the sidebar.
; {{para|sisterclass|opt=1}}
: If specified, adds the corresponding CSS class with the prefix <code>sister-</code> (which should not be included in the argument).
; {{para|logosize|opt=1}}
: The size to use for the logo; by default, <code>x40px</code> (40px tall). May need to be specified for logos that are significantly wider than tall to avoid them being too wide.
; {{para|logoalt|opt=1}}
: Sets the alt text for the logo image.
; {{para|logolink|opt=1}}
: Sets the link target for the logo image.
; {{para|nobold|1|opt=1}}
: Disables bolding for the link, which is otherwise applied by default.
; {{para|noitalic|1|opt=1}}
: Disables italics for the link, which are otherwise applied by default.
; {{para|nolang|1|opt=1}}
: Disables language tagging (English in the Latin script) for the link, which is otherwise applied by default. Use this if you add your own {{tl|lang}} for the {{para|link}} parameter.
<includeonly>
[[ကဏ္ဍ:ထာမ်ပလိက်လေန်တၞုၚ်လ္ပာ်ဒကဴအိန်တေဝဳကဳဂမၠိုၚ်]]
</includeonly>
ffhj4c280hyjw3dbgekgrgs01kszxeg
ကဏ္ဍ:ထာမ်ပလိက်လေန်တၞုၚ်လ္ပာ်ဒကဴအိန်တေဝဳကဳဂမၠိုၚ်
14
299024
401697
2026-08-28T11:15:38Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ထာမ်ပလိက်အိန်တေဝဳကဳဂမၠိုၚ်|တ]]"
401697
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်အိန်တေဝဳကဳဂမၠိုၚ်|တ]]
lmmlor34s6zdqtnbrmen9t8v1an4n0q
ထာမ်ပလိက်:wikidata lexeme/documentation
10
299025
401698
2026-08-28T11:17:53Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{documentation subpage}} {{uses lua|interproject}} {{uses templatestyles|Module:interproject/style.css}} Creates a box with a link to structured data on our sister site Wikidata. == Usage == {{wikidata lexeme|L512|house}} In most cases, you only need to provide the [[d:Wikidata:Identifiers|Wikidata identifier]] of the lexeme, which consists of the letter <code>L</code> and numbers, eg: <code>L512</code>. The templa..."
401698
wikitext
text/x-wiki
{{documentation subpage}}
{{uses lua|interproject}}
{{uses templatestyles|Module:interproject/style.css}}
Creates a box with a link to structured data on our sister site Wikidata.
== Usage ==
{{wikidata lexeme|L512|house}}
In most cases, you only need to provide the [[d:Wikidata:Identifiers|Wikidata identifier]] of the lexeme, which consists of the letter <code>L</code> and numbers, eg: <code>L512</code>. The template call is as follows:
<pre>
{{wikidata lexeme|L512}}
</pre>
{{clear}}
{{wikidata lexeme|L512|custom text}}
The text in the box is identical to the page name. If you want to use custom text you can do it as follows:
<pre>
{{wikidata lexeme|L512|custom text}}
</pre>
<includeonly>
[[ကဏ္ဍ:ထာမ်ပလိက်လေန်တၞုၚ်လ္ပာ်ဒကဴအိန်တေဝဳကဳဂမၠိုၚ်]]
[[ကဏ္ဍ:ထာမ်ပလိက်လေန်အိန်တေဝဳကဳဂမၠိုၚ်]]
</includeonly>
4bwtzy9we5talifh8p23wo0h6pulzaf
ကဏ္ဍ:ထာမ်ပလိက်လေန်အိန်တေဝဳကဳဂမၠိုၚ်
14
299026
401699
2026-08-28T11:18:37Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "[[ကဏ္ဍ:ထာမ်ပလိက်အိန်တေဝဳကဳဂမၠိုၚ်|လ]]"
401699
wikitext
text/x-wiki
[[ကဏ္ဍ:ထာမ်ပလိက်အိန်တေဝဳကဳဂမၠိုၚ်|လ]]
aqg197oqe15u2inhg5178whqsz1i9qw
မဝ်ဂျူ:dependency box
828
299027
401701
2026-08-28T11:27:15Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "local export = {} local process = require("Module:parameters").process local function format_titles(titles) for i, title in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(title.fullText) end return table.concat(titles) end local function format_box(args) local text = mw.html.create("div") :wikitext(args.intro .. ("<ul>%s</ul>"):format(args.titles)) :done() local style = ([[ font-size: smal..."
401701
Scribunto
text/plain
local export = {}
local process = require("Module:parameters").process
local function format_titles(titles)
for i, title in ipairs(titles) do
titles[i] = ("<li>[[:%s]]</li>"):format(title.fullText)
end
return table.concat(titles)
end
local function format_box(args)
local text = mw.html.create("div")
:wikitext(args.intro .. ("<ul>%s</ul>"):format(args.titles))
:done()
local style = ([[
font-size: smaller;
border: 1px solid var(--wikt-palette-grey, #9e9e9e);
display: flex;
padding: 8px 25px 5px 8px;
gap: 15px;
background: var(--wikt-palette-paleblue, #f8f9fa);
float: %s;
]]):format(args.align)
local output_box = mw.html.create("div")
:addClass("floatright notice-box")
:attr("style", style)
:wikitext(args.image)
:wikitext(tostring(text))
:done()
return tostring(output_box)
end
function export.lua_box(frame)
local args = process(frame:getParent().args, {
[1] = { type = "title", list = true, namespace = 828 },
["align"] = { set = {"left", "right"}, default = "right" },
})
local titles = args[1]
if not titles[1] then
local curr = mw.title.getCurrentTitle()
local module_page = mw.title.makeTitle("မဝ်ဂျူ", curr.text)
if not module_page.exists then
error("No module(s) defined.")
end
titles[1] = module_page
end
return format_box({
image = "[[File:Lua-logo-nolabel.svg|30px|alt=|]]",
intro = "မရပ်စပ်[[:en:Wiktionary:Scribunto|လဲ]]:",
titles = format_titles(titles),
align = args.align,
})
end
function export.templatestyles_box(frame)
local args = process(frame:getParent().args, {
[1] = { type = "title", list = true, namespace = 10 },
["align"] = { set = {"left", "right"}, default = "right" },
})
local titles = args[1]
if not titles[1] then
local curr = mw.title.getCurrentTitle().basePageTitle
local stylesheet = curr:subPageTitle("styles.css")
if not stylesheet.exists then
error("No stylesheet(s) defined.")
end
titles[1] = stylesheet
end
return format_box({
image = "[[File:Farm-Fresh css add.svg|frameless|30px|alt=]]",
intro = "မရပ်စပ်[[mw:Help:TemplateStyles|ဗီုပြၚ်ထာမ်ပလိက်]]:",
titles = format_titles(titles),
align = args.align,
})
end
return export
9za9l0fqzxqkiqnxzicalcxifdg88u9
အဘိဓာန်:wonderful
110
299028
401704
2026-08-28T11:40:04Z
咽頭べさ
33
ခၞံကၠောန်လဝ် မုက်လိက် နကု "{{ws header}} ==အၚ်္ဂလိက်== ===နာမဝိသေသန=== ===={{ws sense|en|ပွမအံသဝ်ထိုၚ်သး ကဵု ပရေၚ်သ္ဇုၚ်သ္ဍိုက်အဲပရဲ}}==== =====ဝေါဟာလွာ===== {{ws beginlist}} {{ws|en|awesome}} {{ws|en|based}} {{ws|en|beat}} {{ws|en|beatific}} {{ws|en|bewildering}} {{ws|en|blissful}} {{ws|en|celestial}} {{ws|..."
401704
wikitext
text/x-wiki
{{ws header}}
==အၚ်္ဂလိက်==
===နာမဝိသေသန===
===={{ws sense|en|ပွမအံသဝ်ထိုၚ်သး ကဵု ပရေၚ်သ္ဇုၚ်သ္ဍိုက်အဲပရဲ}}====
=====ဝေါဟာလွာ=====
{{ws beginlist}}
{{ws|en|awesome}}
{{ws|en|based}}
{{ws|en|beat}}
{{ws|en|beatific}}
{{ws|en|bewildering}}
{{ws|en|blissful}}
{{ws|en|celestial}}
{{ws|en|delightful}}
{{ws|en|divine}}
{{ws|en|enchanting}}
{{ws|en|extraordinary}}
{{ws|en|fabulous}}
{{ws|en|fantabulosa}}
{{ws|en|fantabulous|combination of fantastic and fabulous}}
{{ws|en|fascinating}}
{{ws|en|finger-lickin' good}}
{{ws|en|frabjous|Great, wonderful, fabulous.}}
{{ws|en|grandeur}}
{{ws|en|grandiose}}
{{ws|en|grand}}
{{ws|en|great}}
{{ws|en|heavenlike}}
{{ws|en|heavenly}}
{{ws|en|impressive}}
{{ws|en|inspiring}}
{{ws|en|lovely jubbly}}
{{ws|en|luxurious}}
{{ws|en|magnificent}}
{{ws|en|majestic}}
{{ws|en|major}}
{{ws|en|marvellous}}/[[marvelous]]
{{ws|en|mirandous}}
{{ws|en|mystifying}}
{{ws|en|phenomenal}}
{{ws|en|selly}}
{{ws|en|splendid}}
{{ws|en|stupefying}}
{{ws|en|stupendous}}
{{ws|en|supercalifragilisticexpialidocious}}
{{ws|en|unbelievable}}
{{ws|en|wild}}
{{ws|en|wondrous}}
{{ws|en|yuriful}}
{{ws endlist}}
=====ဝေါဟာဒစး=====
{{ws beginlist}}
{{ws|en|boring}}
{{ws|en|common}}
{{ws|en|disgusting}}
{{ws|en|dull}}
{{ws|en|horrible}}
{{ws|en|insignificant}}
{{ws|en|lusterless}}
{{ws|en|monotonous}}
{{ws|en|mundane}}
{{ws|en|no wonder}}
{{ws|en|small wonder}}
{{ws|en|tedious}}
{{ws|en|terrible| }}
{{ws|en|unimpressive}}
{{ws|en|uninspiring}}
{{ws|en|uninteresting}}
{{ws|en|unwonderful}}
{{ws endlist}}
===ဗီုရံၚ်တဏအ်ညိကီု===
* [[အဘိဓာန်:excellent]]
* [[အဘိဓာန်:awesome]]
* [[အဘိဓာန်:surprising]]
a1538kyuqr33nuyel7uej979iqvba3v