Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
use ordered data for easier doc generation
No edit summary
Line 5: Line 5:
code = 'lang',
code = 'lang',
aliases = {'english'},
aliases = {'english'},
text = 'English'
text = 'English',
text2 = 'English:'
},
},
{
{
code = 'pron',
code = 'pron',
aliases = {'pronunciation'},
aliases = {'pronunciation'},
text = 'pronunciation:'
text = 'pronunciation:',
text2 = 'pronounced'
},
},
{
{
code = 'local',
code = 'local',
text = 'local'
text = 'local',
text2 = 'locally'
},
},
{
{
code = 'ipa',
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]'
text = '[[International Phonetic Alphabet|IPA]]',
text2 = '[[International Phonetic Alphabet|IPA]]:'
},
},
{
{
code = 'aus',
code = 'aus',
text = '[[Australian English|AU]]'
text = '[[Australian English|AU]]',
text2 = '[[Australian English|AU]]:'
},
},
{
{
code = 'ca',
code = 'ca',
text = '[[Canadian English|CA]]'
text = '[[Canadian English|CA]]',
text2 = '[[Canadian English|CA]]:'
},
},
{
{
code = 'ie',
code = 'ie',
text = '[[Irish English|IE]]'
text = '[[Irish English|IE]]',
text2 = '[[Irish English|IE]]:'
},
},
{
{
code = 'nz',
code = 'nz',
text = '[[New Zealand English|NZ]]'
text = '[[New Zealand English|NZ]]',
text2 = '[[New Zealand English|NZ]]:'
},
},
{
{
code = 'uk',
code = 'uk',
text = '[[British English|UK]]'
text = '[[British English|UK]]',
text2 = '[[British English|UK]]:'
},
},
{
{
code = 'us',
code = 'us',
text = '[[American English|US]]'
text = '[[American English|US]]',
text2 = '[[American English|US]]:'
},
},
{
{
code = 'za',
code = 'za',
text = '[[South African English|ZA]]'
text = '[[South African English|ZA]]',
text2 = '[[South African English|ZA]]:'
},
},
}
}

Revision as of 16:00, 20 May 2017

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

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