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