Module:siwa-pron

From Linguifex
Revision as of 20:13, 18 December 2020 by Sware (talk | contribs) (Created page with "local export = {} local m_IPA = require("Module:IPA") function export.result(frame) result = m_IPA.format_IPA_full(lang, { { pron = '[' .. transcription .. ']' } })...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


local export = {}
	
	local m_IPA = require("Module:IPA")
	
	
	function export.result(frame)
		result = m_IPA.format_IPA_full(lang, { { pron = '[' .. transcription .. ']' } })
		return result
	end

return export