Module:IPAc-en/pronunciation: Difference between revisions

From Omniversalis
Content added Content deleted
(Created page with "-- This module contains pronunciation-key data for Module:IPAc-en. return { { code = 'lang', text = 'English:' }, { code = 'pron', text = '' }, { code = 'l...")
 
en>Centrist16
(Created page with "-- This module contains pronunciation-key data for Module:IPAc-en. return { { code = 'lang', text = 'English:' }, { code = 'pron', text = '' }, { code = 'l...")
Line 16: Line 16:
{
{
code = 'ipa',
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]:'
text = '{{W|International Phonetic Alphabet|IPA}}:'
},
{
code = 'also',
text = 'also'
},
},
{
{
code = 'uk',
code = 'uk',
text = '[[British English|UK]]:'
text = '{{W|British English|UK}}:'
},
},
{
{
code = 'us',
code = 'us',
text = '[[American English|US]]:'
text = '{{W|American English|US}}:'
},
},
{
{
code = 'uklang',
code = 'uklang',
text = '[[British English]]:'
text = '{{W|British English}}:'
},
},
{
{
code = 'uslang',
code = 'uslang',
text = '[[American English]]:'
text = '{{W|American English}}:'
},
{
code = 'ukalso',
text = '{{W|British English|UK}} also'
},
{
code = 'usalso',
text = '{{W|American English|US}} also'
},
{
code = 'alsouk',
text = 'also {{W|British English|UK}}:'
},
{
code = 'alsous',
text = 'also {{W|American English|US}}:'
},
},
}
}

Revision as of 15:05, 24 November 2021

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 = '{{W|International Phonetic Alphabet|IPA}}:'
	},
	{
		code = 'also',
		text = 'also'
	},
	{
		code = 'uk',
		text = '{{W|British English|UK}}:'
	},
	{
		code = 'us',
		text = '{{W|American English|US}}:'
	},
	{
		code = 'uklang',
		text = '{{W|British English}}:'
	},
	{
		code = 'uslang',
		text = '{{W|American English}}:'
	},
	{
		code = 'ukalso',
		text = '{{W|British English|UK}} also'
	},
	{
		code = 'usalso',
		text = '{{W|American English|US}} also'
	},
	{
		code = 'alsouk',
		text = 'also {{W|British English|UK}}:'
	},
	{
		code = 'alsous',
		text = 'also {{W|American English|US}}:'
	},
}