Module:qlu-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 322: | Line 322: | ||
local term = args[1] | local term = args[1] | ||
local phonetic, | local phonemic, phonetic = separate_word(term)[1], separate_word(term)[2] --[[, 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") .. ']'}} | ||