مۆدیوول:category tree/lang/eo
ڕواڵەت
"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/lang/eo/docدا دروست بکرێ"
local handlers = {}
table.insert(handlers, function(data)
local system = data.label:match("^([HX])%-system forms$")
if system then
return {
description = "{{{langname}}} forms transliterated into ASCII using the " .. system .. "-system.",
parents = {"terms by orthographic property"},
}
end
end)
return {HANDLERS = handlers}