Jump to content

Module:IPAc-en/pronunciation/sandbox: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
rv. to current
No edit summary
Line 47: Line 47:
code = 'za',
code = 'za',
text = '[[South African English|ZA]]'
text = '[[South African English|ZA]]'
},
{
code = 'langpron',
text = 'English pronunciation:'
},
{
code = 'localpron',
text = 'local pronunciation:'
},
{
code = 'auspron',
aliases = {'aupron'},
text = '[[Australian English|Australia]] pronunciation:'
},
{
code = 'capron',
text = '[[Canadian English|Canada]] pronunciation:'
},
{
code = 'iepron',
text = '[[Irish English|Ireland]] pronunciation:'
},
{
code = 'inpron',
text = '[[Indian English|India]] pronunciation:'
},
{
code = 'nzpron',
text = '[[New Zealand English|New Zealand]] pronunciation:'
},
{
code = 'sctpron',
text = '[[Scottish English|Scotland]] pronunciation:'
},
{
code = 'sgpron',
text = '[[Singapore English|Singapore]] pronunciation:'
},
{
code = 'ukpron',
text = '[[British English|UK]] pronunciation:'
},
{
code = 'uspron',
text = '[[American English|US]] pronunciation:'
},
{
code = 'wltpron',
text = '[[Welsh English|Wales]] pronunciation:'
},
{
code = 'zapron',
text = '[[South African English|South Africa]] pronunciation:'
},
{
code = 'auslang',
aliases = {'aulang'},
text = '[[Australian English]]:'
},
{
code = 'calang',
text = '[[Canadian English]]:'
},
{
code = 'ielang',
text = '[[Irish English]]:'
},
{
code = 'inlang',
text = '[[Indian English]]:'
},
{
code = 'nzlang',
text = '[[New Zealand English]]:'
},
{
code = 'sctlang',
text = '[[Scottish English]]:'
},
{
code = 'sglang',
text = '[[Singapore English]]:'
},
{
code = 'uklang',
text = '[[British English]]:'
},
{
code = 'uslang',
text = '[[American English]]:'
},
{
code = 'wltlang',
text = '[[Welsh English]]:'
},
{
code = 'zalang',
text = '[[South African English]]:'
},
{
code = 'auslangpron',
aliases = {'aulangpron'},
text = '[[Australian English]] pronunciation:'
},
{
code = 'calangpron',
text = '[[Canadian English]] pronunciation:'
},
{
code = 'ielangpron',
text = '[[Irish English]] pronunciation:'
},
{
code = 'inlangpron',
text = '[[Indian English]] pronunciation:'
},
{
code = 'nzlangpron',
text = '[[New Zealand English]] pronunciation:'
},
{
code = 'sctlangpron',
text = '[[Scottish English]] pronunciation:'
},
{
code = 'sglangpron',
text = '[[Singapore English]] pronunciation:'
},
{
code = 'uklangpron',
text = '[[British English]] pronunciation:'
},
{
code = 'uslangpron',
text = '[[American English]] pronunciation:'
},
{
code = 'wltlangpron',
text = '[[Welsh English]] pronunciation:'
},
{
code = 'zalangpron',
text = '[[South African English]] pronunciation:'
},
},
}
}

Revision as of 14:29, 28 May 2017

-- 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 = '[[International Phonetic Alphabet|IPA]]'
	},
	{
		code = 'aus',
		text = '[[Australian English|AU]]'
	},
	{
		code = 'ca',
		text = '[[Canadian English|CA]]'
	},
	{
		code = 'ie',
		text = '[[Irish English|IE]]'
	},
	{
		code = 'nz',
		text = '[[New Zealand English|NZ]]'
	},
	{
		code = 'uk',
		text = '[[British English|UK]]'
	},
	{
		code = 'us',
		text = '[[American English|US]]'
	},
	{
		code = 'za',
		text = '[[South African English|ZA]]'
	},
	{
		code = 'langpron',
		text = 'English pronunciation:'
	},
	{
		code = 'localpron',
		text = 'local pronunciation:'
	},
	{
		code = 'auspron',
		aliases = {'aupron'},
		text = '[[Australian English|Australia]] pronunciation:'
	},
	{
		code = 'capron',
		text = '[[Canadian English|Canada]] pronunciation:'
	},
	{
		code = 'iepron',
		text = '[[Irish English|Ireland]] pronunciation:'
	},
	{
		code = 'inpron',
		text = '[[Indian English|India]] pronunciation:'
	},
	{
		code = 'nzpron',
		text = '[[New Zealand English|New Zealand]] pronunciation:'
	},
	{
		code = 'sctpron',
		text = '[[Scottish English|Scotland]] pronunciation:'
	},
	{
		code = 'sgpron',
		text = '[[Singapore English|Singapore]] pronunciation:'
	},
	{
		code = 'ukpron',
		text = '[[British English|UK]] pronunciation:'
	},
	{
		code = 'uspron',
		text = '[[American English|US]] pronunciation:'
	},
	{
		code = 'wltpron',
		text = '[[Welsh English|Wales]] pronunciation:'
	},
	{
		code = 'zapron',
		text = '[[South African English|South Africa]] pronunciation:'
	},
	{
		code = 'auslang',
		aliases = {'aulang'},
		text = '[[Australian English]]:'
	},
	{
		code = 'calang',
		text = '[[Canadian English]]:'
	},
	{
		code = 'ielang',
		text = '[[Irish English]]:'
	},
	{
		code = 'inlang',
		text = '[[Indian English]]:'
	},
	{
		code = 'nzlang',
		text = '[[New Zealand English]]:'
	},
	{
		code = 'sctlang',
		text = '[[Scottish English]]:'
	},
	{
		code = 'sglang',
		text = '[[Singapore English]]:'
	},
	{
		code = 'uklang',
		text = '[[British English]]:'
	},
	{
		code = 'uslang',
		text = '[[American English]]:'
	},
	{
		code = 'wltlang',
		text = '[[Welsh English]]:'
	},
	{
		code = 'zalang',
		text = '[[South African English]]:'
	},
	{
		code = 'auslangpron',
		aliases = {'aulangpron'},
		text = '[[Australian English]] pronunciation:'
	},
	{
		code = 'calangpron',
		text = '[[Canadian English]] pronunciation:'
	},
	{
		code = 'ielangpron',
		text = '[[Irish English]] pronunciation:'
	},
	{
		code = 'inlangpron',
		text = '[[Indian English]] pronunciation:'
	},
	{
		code = 'nzlangpron',
		text = '[[New Zealand English]] pronunciation:'
	},
	{
		code = 'sctlangpron',
		text = '[[Scottish English]] pronunciation:'
	},
	{
		code = 'sglangpron',
		text = '[[Singapore English]] pronunciation:'
	},
	{
		code = 'uklangpron',
		text = '[[British English]] pronunciation:'
	},
	{
		code = 'uslangpron',
		text = '[[American English]] pronunciation:'
	},
	{
		code = 'wltlangpron',
		text = '[[Welsh English]] pronunciation:'
	},
	{
		code = 'zalangpron',
		text = '[[South African English]] pronunciation:'
	},
}