2,788
edits
(Created page with "local export = {} local m_head = require("Module:head") local m_head_languages = require("Module:head/languages") local m_parameters = require("Module:parameters") local kil = require("Module:languages").get_by_code("kil") local params = { [1] = {list = true}, head = {}, nocat = {}, } local inflection_params = { adjective = { du = {label = "dual", glossary = true}, pl = {label = "plural", glossary = true}, adv = {label = "adverb", glossary = true}, cmp = {l...") |
No edit summary |
||
Line 28: | Line 28: | ||
}, | }, | ||
verb = { | verb = { | ||
["pres-3s"] = {label = " | ["pres-3s"] = {label = "third-person singular present"}, | ||
["aor-3s"] = {label = " | ["aor-3s"] = {label = "third-person singular aorist"}, | ||
}, | }, | ||
} | } |