Module:qhv-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 166: Line 166:
table.insert(data.categories, "High Valyrian " .. data.pos_category)
table.insert(data.categories, "High Valyrian " .. data.pos_category)
if args["unc"] then
if args["unc"] or args["det"] then
table.insert(data.inflections, {label = "not " .. glossary_link("comparable")})
table.insert(data.inflections, {label = "not " .. glossary_link("comparable")})
if not args["det"] then table.insert(data.categories, "High Valyrian uncomparable adjectives") end
if not args["det"] then table.insert(data.categories, "High Valyrian uncomparable adjectives") end