Module:compound: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
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