Module:qhv-verb: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 21: Line 21:
["[bdg]"] = "voiced-stop",
["[bdg]"] = "voiced-stop",
["lj"] = "palatal", ["ñ"] = "palatal",
["lj"] = "palatal", ["ñ"] = "palatal",
["egon"] = "e", ["igon"] = "i", ["ogon"] = "o", ["ugon"] = "u",
["[aeiou]gon"] = "vowel",
["[^l][hszvj]"] = "fricative", ["gh"] = "fricative",
["[^l][hszvj]"] = "fricative", ["gh"] = "fricative",
}
}
Line 48: Line 48:
local decl = {}
local decl = {}
local word = NAMESPACE == "Template" and "elēnagon" or parent_args.word or PAGENAME
local word = NAMESPACE == "Template" and "sylugon" or parent_args.word or PAGENAME
local args = {}
local args = {}


Line 80: Line 80:
data.head = parent_args["head"] or nil
data.head = parent_args["head"] or nil
data.no_cat = parent_args["nocat"] or parent_args["det"] or nil
data.no_cat = parent_args["nocat"] or parent_args["det"] or nil
data.thematic_vowel = sub(word, -4, -4)
-- Generate the forms
-- Generate the forms

Navigation menu