မေႃႇၵျူး:category tree/topic/hierarchy
Appearance
Documentation for this module may be created at မေႃႇၵျူး:category tree/topic/hierarchy/doc
local export = {}
local function link(name)
return "[[:ပိူင်ထၢၼ်ႈ:" .. mw.language.new("shn"):ucfirst(name) .. "|" .. name .. "]]"
end
function export.show(frame)
local data = require("Module:category tree/topic/data")["LABELS"]
local name = "parents"
local exempt = {
["list of sets"] = true,
["list of topics"] = true,
["political subdivisions"] = true,
["cities"] = true,
}
return require("Module:hierarchy").show(data, name, link, exempt)
end
return export