Module:ábḫ-ipa: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:
for i,val in ipairs(word) do
for i,val in ipairs(word) do
if val == "b" then
if val == "b" then
if not mw.ustring.match(word[i], "[m]") then
if not mw.ustring.match(word[i-1], "[m]") then
table.insert(result, "β")
table.insert(result, "β")
end
end