Jump to content

Module:IPAc-en/pronunciation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Protected Module:IPAc-en/pronunciation: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))
add "also" etc.
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:


return {
return {
{
['lang'] = {
aliases = {'english'},
code = 'lang',
text = 'English'
text = 'English:'
},
},
{
['pron'] = {
aliases = {'pronunciation'},
code = 'pron',
text = 'pronunciation:'
text = ''
},
},
{
['local'] = {
text = 'local'
code = 'local',
text = 'locally'
},
},
{
['ipa'] = {
text = '[[International Phonetic Alphabet|IPA]]'
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]:'
},
},
{
['aus'] = {
code = 'also',
text = '[[Australian English|AU]]'
text = 'also'
},
},
{
['ca'] = {
code = 'uk',
text = '[[Canadian English|CA]]'
text = '[[British English|UK]]:'
},
},
{
['ie'] = {
text = '[[Irish English|IE]]'
code = 'us',
text = '[[American English|US]]:'
},
},
{
['nz'] = {
code = 'uklang',
text = '[[New Zealand English|NZ]]'
text = '[[British English]]:'
},
},
{
['uk'] = {
text = '[[British English|UK]]'
code = 'uslang',
text = '[[American English]]:'
},
},
{
['us'] = {
code = 'ukalso',
text = '[[American English|US]]'
text = '[[British English|UK]] also'
},
},
{
['za'] = {
code = 'usalso',
text = '[[South African English|ZA]]'
text = '[[American English|US]] also'
},
{
code = 'alsouk',
text = 'also [[British English|UK]]:'
},
{
code = 'alsous',
text = 'also [[American English|US]]:'
},
},
}
}

Latest revision as of 09:16, 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]]:'
	},
}