مۆدیوول:category tree/lang/arn
ڕواڵەت
"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/lang/arn/docدا دروست بکرێ"
local labels = {}
local handlers = {}
labels["Unified spellings"] = {
description = "{{{langname}}} terms spelled in the [[w:Mapudungun alphabet|Unified Alphabet]].",
parents = {{ name = "terms by orthographic property", sort = "Unified" }},
breadcrumb = "Unified",
}
labels["Raguileo spellings"] = {
description = "{{{langname}}} terms spelled in the [[w:Mapudungun alphabet|Raguileo]] orthography.",
parents = {{ name = "terms by orthographic property", sort = "Raguileo" }},
breadcrumb = "Raguileo",
}
labels["Nhewenh spellings"] = {
description = "{{{langname}}} terms spelled in the [[w:Mapudungun alphabet|Nhewenh]] orthography.",
parents = {{ name = "terms by orthographic property", sort = "Nhewenh" }},
breadcrumb = "Nhewenh",
}
labels["Azumchefi spellings"] = {
description = "{{{langname}}} terms spelled in the [[w:Mapudungun alphabet|Azumchefi]] orthography.",
parents = {{ name = "terms by orthographic property", sort = "Azumchefi" }},
breadcrumb = "Azumchefi",
}
return { LABELS = labels, HANDLERS = handlers }