Module:qlu-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 313: | Line 313: | ||
local ret = separate_word(term) | local ret = separate_word(term) | ||
if not ret then return " | if not ret then return "hay ret" end | ||
if not ret.phonemic then return "no hay phonemic" end | |||
if not ret.dialectal then return "no hay dialectal" end | |||
local IPA_args = {{pron = '/' .. (ret.phonemic or "test") .. '/', a = "Standard Ravennese"}, {pron = '[' .. (ret.phonetic or "test") .. ']'}} | local IPA_args = {{pron = '/' .. (ret.phonemic or "test") .. '/', a = "Standard Ravennese"}, {pron = '[' .. (ret.phonetic or "test") .. ']'}} | ||