Module:IPAc-en/pronunciation
< Module:IPAc-en
Jump to navigation
Jump to search
Revision as of 11:37, 19 June 2015 by blackwiki>Mr. Stradivarius (use ordered data for easier doc generation)
| 40x40px | 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
|
English |
pron
|
pronunciation
|
pronunciation: |
local
|
local | |
ipa
|
IPA | |
aus
|
AU | |
ca
|
CA | |
ie
|
IE | |
nz
|
NZ | |
uk
|
UK | |
us
|
US | |
za
|
ZA |
-- This module contains pronunciation-key data for [[Module:IPAc-en]].
return {
{
code = 'lang',
aliases = {'english'},
text = 'English'
},
{
code = 'pron',
aliases = {'pronunciation'},
text = 'pronunciation:'
},
{
code = 'local',
text = 'local'
},
{
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]'
},
{
code = 'aus',
text = '[[Australian English|AU]]'
},
{
code = 'ca',
text = '[[Canadian English|CA]]'
},
{
code = 'ie',
text = '[[Irish English|IE]]'
},
{
code = 'nz',
text = '[[New Zealand English|NZ]]'
},
{
code = 'uk',
text = '[[British English|UK]]'
},
{
code = 'us',
text = '[[American English|US]]'
},
{
code = 'za',
text = '[[South African English|ZA]]'
},
}