Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 204: Line 204:
if args.e then
if args.e then
if args.a and export.crux(term, false, false) ~= export.crux(term, true, false) then
if export.crux(term, false, false) ~= export.crux(term, true, false) then
ipa = ipa .. "\n* "
if args.a  then
end
ipa = ipa .. "\n* "
ipa = ipa .. line_format(export.crux(term, true, false), accent and #accent > 0 or {'Eastern'})
end
table.insert(categories, "Siwa terms with Eastern IPA pronunciation")
ipa = ipa .. line_format(export.crux(term, true, false), accent and #accent > 0 or {'Eastern'})
table.insert(categories, "Siwa terms with Eastern IPA pronunciation")
else end
end
end