45,647
edits
No edit summary |
mNo edit summary |
||
Line 130: | Line 130: | ||
ipa = ipa .. line_format(separate_word(term, false), {'Modern'}) | ipa = ipa .. line_format(separate_word(term, false), {'Modern'}) | ||
if export.crux(term) ~= export.antique_crux(term) then | if export.crux(term) ~= export.antique_crux(term) then | ||
ipa = ipa .. "\n* " .. line_format(separate_word(term, true), {' | ipa = ipa .. "\n* " .. line_format(separate_word(term, true), {'Older'}) | ||
end | end | ||