이 모듈에 대한 설명문서는 모듈:category tree/hierarchy/설명문서에서 만들 수 있습니다
local export = {} function export.show(frame) local data = require("Module:category tree/data") return require("Module:hierarchy").show(data, "parents", function(name) return "[[:분류:언어별 " .. name .. "|" .. name .. "]]" end, {["list of sets"]=true,}) end return export