Module:ábḫ-ipa: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 77: Line 77:
end
end
else
else
if i == length then
if mw.ustring.match(word[i+1], "[iīeēoōIaāAĀOŌ]") then
table.insert(result, val)
elseif mw.ustring.match(word[i+1], "[iīeēoōIaāAĀOŌ]") then
table.insert(result, ".")
table.insert(result, ".")
table.insert(result, val)
table.insert(result, val)
elseif mw.ustring.match(word[i], "[íîǐéêěóôǒÍáâǎÁÂǍÓÔǑ]") then
elseif mw.ustring.match(word[i+1], "[íîǐéêěóôǒÍáâǎÁÂǍÓÔǑ]") then
table.insert(result, "ˈ")
table.insert(result, "ˈ")
table.insert(result, val)
table.insert(result, val)

Navigation menu