Module:anui-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 37: Line 37:
table.insert(data.categories, lang:getCanonicalName() .. " uncomparable adjectives")
table.insert(data.categories, lang:getCanonicalName() .. " uncomparable adjectives")
end
end
elseif not pos == "v" then
elseif pos ~= "v" then
table.insert(data.inflections, {label = glossary_link("comparative"), redup(word)})
table.insert(data.inflections, {label = glossary_link("comparative"), redup(word)})
if pos == "adverbs" then table.insert(data.categories, lang:getCanonicalName() .. " comparative " .. pos) end
if pos == "adverbs" then table.insert(data.categories, lang:getCanonicalName() .. " comparative " .. pos) end
else
else
table.insert(data.inflections, {label = glossary_link("applicative"), redup(word)})
table.insert(data.inflections, {label = "[[w:applicative voice|applicative]]", redup(word)})
end
end