Module:qlu-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 319: | Line 319: | ||
local term = args[1] | local term = args[1] | ||
local phonemic | local phonetic, phonemic = separate_word(term) --[[, dialects]] | ||
local IPA_args = {{pron = '/' .. (phonemic or "test") .. '/', a = "Standard Ravennese"}, {pron = '[' .. (phonetic or "test2") .. ']'}} | local IPA_args = {{pron = '/' .. (phonemic or "test") .. '/', a = "Standard Ravennese"}, {pron = '[' .. (phonetic or "test2") .. ']'}} | ||