Module:kilta-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 55: Line 55:
if pl then
if pl then
pl.label = "plural"
pl.label = "plural"
data.inflections = pl
table.insert(data.inflections, pl)
else
else
table.insert(data.inflections, plural(word))
table.insert(data.inflections, plural(word))