မေႃႇၵျူး:category tree/lang/eo
Appearance
Documentation for this module may be created at မေႃႇၵျူး: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}