45,641
edits
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
["[bdg]"] = "voiced-stop", | ["[bdg]"] = "voiced-stop", | ||
["lj"] = "palatal", ["ñ"] = "palatal", | ["lj"] = "palatal", ["ñ"] = "palatal", | ||
[" | ["[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 " | 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 |