Module:siwa-pron: Difference between revisions

No edit summary
No edit summary
Line 88: Line 88:
local word = args[1]
local word = args[1]
--[[if gmatch(word,"·") then
if gmatch(word,"·") then
morpheme = split(word,"·")
morpheme = split(word,"·")
end
end
Line 100: Line 100:
m = "ˈ" .. m
m = "ˈ" .. m
end
end
end]]
end
return table.concat(split(word,"·"),",")
return table.concat(morphemes)
end
end