Module:ábḫ-ipa: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 82: Line 82:
end
end
elseif val == "m" then
elseif val == "m" then
if i == 1 and mw.ustring.match(word[i+1], "[b]") then
if i == 2 and mw.ustring.match(word[i+1], "[b]") then
table.insert(result, "ᵐ")
table.insert(result, "ᵐ")
else
else
Line 123: Line 123:
end
end
return word[1] --table.concat(result)
return table.concat(result)
end
end


return export
return export