Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
 
Line 9: Line 9:
code = 'pron',
code = 'pron',
text = ''
text = ''
},
{
code = 'also',
text = 'also'
},
},
{
{
Line 21: Line 17:
code = 'ipa',
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]:'
text = '[[International Phonetic Alphabet|IPA]]:'
},
{
code = 'also',
text = 'also'
},
},
{
{

Latest revision as of 09:14, 26 September 2019

-- 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]]:'
	},
}