Module:siwa-headword: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 68: Line 68:
data.heads = {args["head"]}
data.heads = {args["head"]}
table.insert(data.genders, args[1])
table.insert(data.genders, args[1] .. "n")
if args[2] then table.insert(data.genders, args[2]) end
if args[2] then table.insert(data.genders, args[2] .. "n") end
table.insert(data.inflections, args.m or m_n.head)
table.insert(data.inflections, args.m or m_n.head)

Navigation menu