Difference between revisions of "Module:IPAc-en/pronunciation"
m (1 revision) |
m (1 revision imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
{ | { | ||
code = 'lang', | code = 'lang', | ||
| − | + | text = 'English:' | |
| − | text = 'English' | ||
}, | }, | ||
{ | { | ||
code = 'pron', | code = 'pron', | ||
| − | + | text = '' | |
| − | text = ' | ||
}, | }, | ||
{ | { | ||
code = 'local', | code = 'local', | ||
| − | text = ' | + | text = 'locally' |
}, | }, | ||
{ | { | ||
code = 'ipa', | code = 'ipa', | ||
| − | text = '[[International Phonetic Alphabet|IPA]]' | + | text = '[[International Phonetic Alphabet|IPA]]:' |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'also', |
| − | text = ' | + | text = 'also' |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'uk', |
| − | text = '[[ | + | text = '[[British English|UK]]:' |
| + | }, | ||
| + | { | ||
| + | code = 'us', | ||
| + | text = '[[American English|US]]:' | ||
| + | }, | ||
| + | { | ||
| + | code = 'uklang', | ||
| + | text = '[[British English]]:' | ||
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'uslang', |
| − | text = '[[ | + | text = '[[American English]]:' |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'ukalso', |
| − | text = '[[ | + | text = '[[British English|UK]] also' |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'usalso', |
| − | text = '[[ | + | text = '[[American English|US]] also' |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'alsouk', |
| − | text = '[[ | + | text = 'also [[British English|UK]]:' |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'alsous', |
| − | text = '[[ | + | text = 'also [[American English|US]]:' |
}, | }, | ||
} | } | ||
Latest revision as of 00:05, 28 December 2020
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 = '[[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]]:'
},
}