Module:compound: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Undo revision 309900 by Sware (talk))
Tag: Undo
No edit summary
Line 532: Line 532:
-- East Asian languages). Otherwise, ignore the fact that it looks like an affix and display as specified in the
-- East Asian languages). Otherwise, ignore the fact that it looks like an affix and display as specified in the
-- template (but pay attention to the detected affix type for certain tracking purposes)
-- template (but pay attention to the detected affix type for certain tracking purposes)
if affix_type == "infix" then
if affix_type ~= "infix" then
table.insert(categories, {cat=pos .. " interfixed with " .. make_entry_name_no_links(part_lang, display_term), sort_key=part.sort or sort_key})
else
display_term = part.term
display_term = part.term
if not affix_type then
if not affix_type then

Navigation menu