Module:kilta-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 54: Line 54:
if pos == "adv" then table.insert(data.categories, lang:getCanonicalName() .. " comparative " .. deabb[pos]) end ]=]
if pos == "adv" then table.insert(data.categories, lang:getCanonicalName() .. " comparative " .. deabb[pos]) end ]=]
else
else
table.insert(data.inflections, plural(word, pl))
table.insert(data.inflections, plural(word, pl[1] and pl or nil))
end
end