Module:qlu-pron: Difference between revisions

No edit summary
No edit summary
Line 204: Line 204:


function export.crux(term, outputs)
function export.crux(term, outputs)
local ret = {["dialectal"] = {}}
local ret = {["phonemic"] = "", ["phonetic"] = "", ["dialectal"] = {}}
term = mw.ustring.lower(term)
term = mw.ustring.lower(term)
Line 263: Line 263:
     mw.logObject(ret, "a")
     mw.logObject(ret, "a")
return {phonemic = phonemic} --ret
return ret
end
end