Module:siwa-pron: Difference between revisions

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