Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 220: Line 220:
ipa = ipa .. line_format(export.crux(term, false, true), accent and #accent > 0 or {'Western'})
ipa = ipa .. line_format(export.crux(term, false, true), accent and #accent > 0 or {'Western'})
table.insert(categories, "Siwa terms with Western IPA pronunciation")
table.insert(categories, "Siwa terms with Western IPA pronunciation")
elseif export.crux(term, true, false) == export.crux(term, false, true) then
elseif export.crux(term, true, false) == export.crux(term, false, true) and (not args.a or export.crux(term, false, false) == export.crux(term, false, true))then
ipa = ipa .. line_format(export.crux(term, false, true), accent and #accent > 0 or {'Eastern, Western'})
ipa = ipa .. line_format(export.crux(term, false, true), accent and #accent > 0 or {'Eastern, Western'})
end
end