45,647
edits
No edit summary |
No edit summary |
||
Line 300: | Line 300: | ||
ipa = ipa .. line_format(separate_word(term, true, false, true), {'Western'}) | ipa = ipa .. line_format(separate_word(term, true, false, true), {'Western'}) | ||
ipa = ipa .. "\n** " | ipa = ipa .. "\n** " | ||
ipa = ipa .. line_format(separate_word(term, false, false, true), {'Regna'}) | ipa = ipa .. line_format(gsub(separate_word(term, false, false, true),"ɤ","ɵ"), {'Regna'}) | ||
if mw.title.getCurrentTitle().nsText ~= 'Template' then | if mw.title.getCurrentTitle().nsText ~= 'Template' then | ||
table.insert(categories, "Siwa lemmas with Western IPA pronunciation") | table.insert(categories, "Siwa lemmas with Western IPA pronunciation") |