မေႃႇၵျူး:category tree/hierarchy
Appearance
Documentation for this module may be created at မေႃႇၵျူး:category tree/hierarchy/doc
local export = {}
function export.show(frame)
local data = require("Module:category tree/data")
return require("Module:hierarchy").show(data, "parents", function(name)
return "[[:Category:" .. mw.language.new("shn"):ucfirst(name) .. " by language|" .. name .. "]]"
end, {["list of sets"]=true,})
end
return export