Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 71: Line 71:
if args[2] then table.insert(data.genders, args[2] .. "n") end
if args[2] then table.insert(data.genders, args[2] .. "n") end
data.inflections[1] = m_n.headinfl
data.inflections[1] = args[2]
table.insert(data.inflections[1], {label = "marked"})
table.insert(data.inflections[1], {label = "marked"})
end
end