Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 76: Line 76:
local args = {}
local args = {}
local sv = NAMESPACE == "Template" and "i" or parent_args[2] or error("Parameter 2 must be the word's stressed vowel")
local sv = NAMESPACE == "Template" and "i" or parent_args[2] or error("Parameter 2 must be the word's stressed vowel")
local decl_type = NAMESPACE == "Template" and "i" or frame.args.decl or detect_decl(sv)
local decl_type = "i" -- frame.args.decl or detect_decl(sv)


if not m_data[word] then
if not m_data[word] then