Difference between revisions of "Module:IPAc-en/pronunciation"
Jump to navigation
Jump to search
blackwiki>Mr. Stradivarius (use ordered data for easier doc generation) |
blackwiki>Izno (per ter) |
||
| 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 = 'uk', |
| − | text = '[[ | + | text = '[[British English|UK]]:' |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'us', |
| − | text = '[[ | + | text = '[[American English|US]]:' |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'uklang', |
| − | text = '[[British English | + | text = '[[British English]]:' |
| − | |||
| − | |||
| − | |||
| − | |||
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'uslang', |
| − | text = '[[ | + | text = '[[American English]]:' |
}, | }, | ||
} | } | ||
Revision as of 14:21, 13 June 2017
| This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
This module houses {{IPAc-en}}'s pronunciation labels.
| Code | Aliases | Output |
|---|---|---|
lang
|
English: | |
pron
|
||
local
|
locally | |
ipa
|
IPA: | |
uk
|
UK: | |
us
|
US: | |
uklang
|
British English: | |
uslang
|
American English: |
-- 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 = 'uk',
text = '[[British English|UK]]:'
},
{
code = 'us',
text = '[[American English|US]]:'
},
{
code = 'uklang',
text = '[[British English]]:'
},
{
code = 'uslang',
text = '[[American English]]:'
},
}