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