Module:IPAc-en/pronunciation: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
(add "also" etc.)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
-- This module contains pronunciation-key data for [[Module:IPAc-en]].
-- This module contains pronunciation-key data for [[wikipedia:Module:IPAc-en|Module:IPAc-en]].


return {
return {
Line 16: Line 16:
{
{
code = 'ipa',
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]:'
text = '[[wikipedia:International Phonetic Alphabet|IPA]]:'
},
},
{
{
Line 24: Line 24:
{
{
code = 'uk',
code = 'uk',
text = '[[British English|UK]]:'
text = '[[wikipedia:British English|UK]]:'
},
},
{
{
code = 'us',
code = 'us',
text = '[[American English|US]]:'
text = '[[wikipedia:American English|US]]:'
},
},
{
{
code = 'uklang',
code = 'uklang',
text = '[[British English]]:'
text = '[[wikipedia:British English|British English]]:'
},
},
{
{
code = 'uslang',
code = 'uslang',
text = '[[American English]]:'
text = '[[wikipedia:American English|American English]]:'
},
},
{
{
code = 'ukalso',
code = 'ukalso',
text = '[[British English|UK]] also'
text = '[[wikipedia:British English|UK]] also'
},
},
{
{
code = 'usalso',
code = 'usalso',
text = '[[American English|US]] also'
text = '[[wikipedia:American English|US]] also'
},
},
{
{
code = 'alsouk',
code = 'alsouk',
text = 'also [[British English|UK]]:'
text = 'also [[wikipedia:British English|UK]]:'
},
},
{
{
code = 'alsous',
code = 'alsous',
text = 'also [[American English|US]]:'
text = 'also [[wikipedia:American English|US]]:'
},
},
}
}

Latest revision as of 22:45, September 10, 2020

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

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

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