Module:IPAc-en/pronunciation

From Semantic Stargate Wiki
Documentation icon Module documentation[create]
-- This module contains pronunciation-key data for [[Module:IPAc-en]].

return {
	{
		code = 'lang',
		aliases = {'english'},
		text = 'English'
	},
	{
		code = 'pron',
		aliases = {'pronunciation'},
		text = 'pronunciation:'
	},
	{
		code = 'local',
		text = 'local'
	},
	{
		code = 'ipa',
		text = '[[w:International Phonetic Alphabet|IPA]]'
	},
	{
		code = 'aus',
		text = '[[w:Australian English|AU]]'
	},
	{
		code = 'ca',
		text = '[[w:Canadian English|CA]]'
	},
	{
		code = 'ie',
		text = '[[w:Irish English|IE]]'
	},
	{
		code = 'nz',
		text = '[[w:New Zealand English|NZ]]'
	},
	{
		code = 'uk',
		text = '[[w:British English|UK]]'
	},
	{
		code = 'us',
		text = '[[w:American English|US]]'
	},
	{
		code = 'za',
		text = '[[w:South African English|ZA]]'
	},
}