Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 44: Line 44:
lang = lang,
lang = lang,
heads = {},
heads = {},
inflections = {{}},
inflections = {},
genders = {},
genders = {},
pos_category = poscat,
pos_category = poscat,
Line 72: Line 72:
data.inflections[1] = m_n.headinfl
data.inflections[1] = m_n.headinfl
data.inflections[1].label = "marked"
table.insert(data.inflections[1], {label = "marked"})
end
end