Module:mg-noun: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 45: Line 45:
numbers = {parent_args[1]}
numbers = {parent_args[1]}
else
else
decl_type, numbers = detect_decl(word, parent_args.c)
decl_type, numbers = NAMESPACE == "Template" and "R" or detect_decl(word, parent_args.c)
end
end
end
end
--decl_type = "R"
if not decl_type then
if not decl_type then