Difference between revisions of "Module:IPAc-en/pronunciation"

From All About Ayrshire
Jump to: navigation, search
m (1 revision)
en>Nardog
(add "also" etc.)
Line 4: Line 4:
 
{
 
{
 
code = 'lang',
 
code = 'lang',
aliases = {'english'},
+
text = 'English:'
text = 'English'
 
 
},
 
},
 
{
 
{
 
code = 'pron',
 
code = 'pron',
aliases = {'pronunciation'},
+
text = ''
text = 'pronunciation:'
 
 
},
 
},
 
{
 
{
 
code = 'local',
 
code = 'local',
text = 'local'
+
text = 'locally'
 
},
 
},
 
{
 
{
 
code = 'ipa',
 
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]'
+
text = '[[International Phonetic Alphabet|IPA]]:'
 
},
 
},
 
{
 
{
code = 'aus',
+
code = 'also',
text = '[[Australian English|AU]]'
+
text = 'also'
 
},
 
},
 
{
 
{
code = 'ca',
+
code = 'uk',
text = '[[Canadian English|CA]]'
+
text = '[[British English|UK]]:'
 +
},
 +
{
 +
code = 'us',
 +
text = '[[American English|US]]:'
 +
},
 +
{
 +
code = 'uklang',
 +
text = '[[British English]]:'
 
},
 
},
 
{
 
{
code = 'ie',
+
code = 'uslang',
text = '[[Irish English|IE]]'
+
text = '[[American English]]:'
 
},
 
},
 
{
 
{
code = 'nz',
+
code = 'ukalso',
text = '[[New Zealand English|NZ]]'
+
text = '[[British English|UK]] also'
 
},
 
},
 
{
 
{
code = 'uk',
+
code = 'usalso',
text = '[[British English|UK]]'
+
text = '[[American English|US]] also'
 
},
 
},
 
{
 
{
code = 'us',
+
code = 'alsouk',
text = '[[American English|US]]'
+
text = 'also [[British English|UK]]:'
 
},
 
},
 
{
 
{
code = 'za',
+
code = 'alsous',
text = '[[South African English|ZA]]'
+
text = 'also [[American English|US]]:'
 
},
 
},
 
}
 
}

Revision as of 11:16, 26 September 2019

Documentation for this module may be created at Module:IPAc-en/pronunciation/doc

-- This module contains pronunciation-key data for [[Module:IPAc-en]].

return {
	{
		code = 'lang',
		text = 'English:'
	},
	{
		code = 'pron',
		text = ''
	},
	{
		code = 'local',
		text = 'locally'
	},
	{
		code = 'ipa',
		text = '[[International Phonetic Alphabet|IPA]]:'
	},
	{
		code = 'also',
		text = 'also'
	},
	{
		code = 'uk',
		text = '[[British English|UK]]:'
	},
	{
		code = 'us',
		text = '[[American English|US]]:'
	},
	{
		code = 'uklang',
		text = '[[British English]]:'
	},
	{
		code = 'uslang',
		text = '[[American English]]:'
	},
	{
		code = 'ukalso',
		text = '[[British English|UK]] also'
	},
	{
		code = 'usalso',
		text = '[[American English|US]] also'
	},
	{
		code = 'alsouk',
		text = 'also [[British English|UK]]:'
	},
	{
		code = 'alsous',
		text = 'also [[American English|US]]:'
	},
}