Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6: Line 6:
function export.result(frame)
function export.result(frame)
pron = "<span style=\"font-size:110%;font-family:Gentium,'DejaVu Sans','Segoe UI',sans-serif>[" .. transcription .. "]</span>"
local pron = "<span style=\"font-size:110%;font-family:Gentium,'DejaVu Sans','Segoe UI',sans-serif>[" .. transcription .. "]</span>"
return m_IPA.format_IPA_full(m_lang, pron)
return m_IPA.format_IPA_full(m_lang, pron)
end
end
return export
return export