Module:qhv-pron: Difference between revisions

no edit summary
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.oldcrux(term) then
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