Module:siwa-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 259: Line 259:
table.insert(categories, "Siwa lemmas with Western IPA pronunciation")
table.insert(categories, "Siwa lemmas with Western IPA pronunciation")
elseif args.a then
elseif args.a then
ipa = ipa .. line_format(export.crux(term, detect_dialect(term)), {'Aingo'})
ipa = ipa .. line_format(export.crux(term, true, true, true), {'Aingo'})
end
end
if args.e then
if args.e then
if export.crux(term, false, false) ~= export.crux(term, true, false) then
if export.crux(term, true, false, false) ~= export.crux(term, true, true, false) then
if args.a  then
if args.a  then
ipa = ipa .. "\n* "
ipa = ipa .. "\n* "
end
end
ipa = ipa .. line_format(export.crux(term, true, false), {'Eastern'})
ipa = ipa .. line_format(export.crux(term, true, true, false), {'Eastern'})
table.insert(categories, "Siwa lemmas with Eastern IPA pronunciation")
table.insert(categories, "Siwa lemmas with Eastern IPA pronunciation")
end
end
Line 273: Line 273:
if args.w then
if args.w then
if export.crux(term, false, false) ~= export.crux(term, false, true) then
if export.crux(term, true, false, false) ~= export.crux(term, true, false, true) then
if args.a or args.e then
if args.a or args.e then
ipa = ipa .. "\n* "
ipa = ipa .. "\n* "
end
end
ipa = ipa .. line_format(export.crux(term, false, true), {'Western'})
ipa = ipa .. line_format(export.crux(term, true, false, true), {'Western'})
table.insert(categories, "Siwa lemmas with Western IPA pronunciation")
table.insert(categories, "Siwa lemmas with Western IPA pronunciation")
end
end

Navigation menu