Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 91: | Line 91: | ||
local numbers = {} | local numbers = {} | ||
local decl = {} | local decl = {} | ||
local g = parent_args[1] | |||
local word = NAMESPACE == "Template" and "sivi" or parent_args.word or PAGENAME | local word = NAMESPACE == "Template" and "sivi" or parent_args.word or PAGENAME | ||
local args = {} | local args = {} | ||
| Line 96: | Line 97: | ||
if not m_data[word] then | if not m_data[word] then | ||
decl_type = frame.args.decl or detect_decl(word, sv) | decl_type = frame.args.decl or detect_decl(word, sv) | ||