Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 96: Line 96:
data.nocat = parent_args["nocat"] and true or false
data.nocat = parent_args["nocat"] and true or false
data.sv = sv or error("Parameter 2 must be the word's stressed vowel")
data.sv = sv or error("Parameter 2 must be the word's stressed vowel")
data.g = parent_args[1]
data.g = g
data.decl_type = decl_type
data.decl_type = decl_type
data.q = detect_quality(data.head, data.sv)
data.q = detect_quality(data.head, data.sv)