Module:getn: Difference between revisions

Jump to navigation Jump to search
No change in size ,  30 April 2023
no edit summary
m (Undo revision 302023 by Sware (talk))
Tag: Undo
No edit summary
Line 183: Line 183:
text = '<abbr class="noun-class" style="font-style: italic;" title="noun class ' .. code .. '">' .. code .. "</abbr>"
text = '<abbr class="noun-class" style="font-style: italic;" title="noun class ' .. code .. '">' .. code .. "</abbr>"
if lang and pos_for_cat then
if lang and pos_for_cat then
table.insert(categories, lang:getCanonicalName() .. " class " .. code .. " POS")
table.insert(categories, lang:getCanonicalName() .. " class-" .. code .. " POS")
end
end
end
end

Navigation menu