Difference between revisions of "Module:IPAc-en/pronunciation"
Jump to navigation
Jump to search
blackwiki>Mr. Stradivarius (create pronunciation-key data based on Template:IPAc-en/pronunciation) |
blackwiki>Mr. Stradivarius m (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))) |
(No difference)
| |
Revision as of 01:47, 19 June 2015
| 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]]'
},
}