Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 292: Line 292:
if args.a then
if args.a then
ipa = ipa .. make_row(export.crux(term, false, false), accent and #accent > 0 or {'Aingo'})
ipa = ipa .. line_format(export.crux(term, false, false), accent and #accent > 0 or {'Aingo'})
end
end
Line 299: Line 299:
ipa = ipa .. "\n* "
ipa = ipa .. "\n* "
end
end
ipa = ipa .. make_row(export.crux(term, true, false), accent and #accent > 0 or {'Eastern'})
ipa = ipa .. line_format(export.crux(term, true, false), accent and #accent > 0 or {'Eastern'})
table.insert(categories, "Siwa terms with Eastern IPA pronunciation")
table.insert(categories, "Siwa terms with Eastern IPA pronunciation")
end
end
Line 307: Line 307:
ipa = ipa .. "\n* "
ipa = ipa .. "\n* "
end
end
ipa = ipa .. make_row(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")
end
end