Difference between revisions of "Module:IPAc-en/pronunciation"

From Eat Every Plant
Jump to navigation Jump to search
m (1 revision: Actinidia)
 
m (1 revision)
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
{
 
{
 
code = 'lang',
 
code = 'lang',
aliases = {'english'},
+
text = 'English:'
text = 'English'
 
 
},
 
},
 
{
 
{
 
code = 'pron',
 
code = 'pron',
aliases = {'pronunciation'},
+
text = ''
text = 'pronunciation:'
 
 
},
 
},
 
{
 
{
 
code = 'local',
 
code = 'local',
text = 'local'
+
text = 'locally'
 
},
 
},
 
{
 
{
 
code = 'ipa',
 
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]'
+
text = '[[International Phonetic Alphabet|IPA]]:'
 
},
 
},
 
{
 
{
code = 'aus',
+
code = 'uk',
text = '[[Australian English|AU]]'
+
text = '[[British English|UK]]:'
 
},
 
},
 
{
 
{
code = 'ca',
+
code = 'us',
text = '[[Canadian English|CA]]'
+
text = '[[American English|US]]:'
},
 
{
 
code = 'ie',
 
text = '[[Irish English|IE]]'
 
},
 
{
 
code = 'nz',
 
text = '[[New Zealand English|NZ]]'
 
 
},
 
},
 
{
 
{
code = 'uk',
+
code = 'uklang',
text = '[[British English|UK]]'
+
text = '[[British English]]:'
},
 
{
 
code = 'us',
 
text = '[[American English|US]]'
 
 
},
 
},
 
{
 
{
code = 'za',
+
code = 'uslang',
text = '[[South African English|ZA]]'
+
text = '[[American English]]:'
 
},
 
},
 
}
 
}

Latest revision as of 13:43, 9 July 2017

-- 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 = 'IPA:' }, { code = 'uk', text = 'UK:' }, { code = 'us', text = 'US:' }, { code = 'uklang', text = 'British English:' }, { code = 'uslang', text = 'American English:' }, }