45,647
edits
No edit summary |
No edit summary |
||
Line 136: | Line 136: | ||
local ipa = "* " | local ipa = "* " | ||
ipa = ipa .. line_format(separate_word(term, false), {' | ipa = ipa .. line_format(separate_word(term, false), {'Post-Classical'}) | ||
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), {'Classical'}) | ||
end | end | ||