Module:IPA: Difference between revisions

Jump to navigation Jump to search
348 bytes removed ,  13 July 2021
no edit summary
No edit summary
No edit summary
Line 118: Line 118:
table.insert(bits, bit)
table.insert(bits, bit)
--[=[ [[Special:WhatLinksHere/Template:tracking/IPA/syntax-error]]
The length or gemination symbol should not appear after a syllable break or stress symbol. ]=]
if find(item.pron, "[ˈˌ%.][ːˑ]") then
require("Module:debug").track("IPA/syntax-error")
end
if lang then
if lang then
Line 294: Line 287:
rest = sub(rest, 2)
rest = sub(rest, 2)
table.insert(categories, "[[Category:IPA pronunciations with invalid phonemes/" .. lang:getCode() .. "]]")
table.insert(categories, "[[Category:IPA pronunciations with invalid phonemes/" .. lang:getCode() .. "]]")
require("Module:debug").track("IPA/invalid phonemes/" .. phoneme)
end
end
end
end

Navigation menu