Module:IPAc-en/pronunciation
< Module:IPAc-en
Jump to navigation
Jump to search
Revision as of 01:47, 19 June 2015 by blackwiki>Mr. Stradivarius (Protected Module:IPAc-en/pronunciation: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)))
| 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 |
|---|
-- This module contains pronunciation-key data for [[Module:IPAc-en]].
return {
['lang'] = {
aliases = {'english'},
text = 'English'
},
['pron'] = {
aliases = {'pronunciation'},
text = 'pronunciation:'
},
['local'] = {
text = 'local'
},
['ipa'] = {
text = '[[International Phonetic Alphabet|IPA]]'
},
['aus'] = {
text = '[[Australian English|AU]]'
},
['ca'] = {
text = '[[Canadian English|CA]]'
},
['ie'] = {
text = '[[Irish English|IE]]'
},
['nz'] = {
text = '[[New Zealand English|NZ]]'
},
['uk'] = {
text = '[[British English|UK]]'
},
['us'] = {
text = '[[American English|US]]'
},
['za'] = {
text = '[[South African English|ZA]]'
},
}