Module:IPAc-en/pronunciation: Difference between revisions

Content deleted Content added
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))
use ordered data for easier doc generation
Line 2:
 
return {
{
['lang'] = {
code = 'lang',
aliases = {'english'},
text = 'English'
},
{
['pron'] = {
code = 'pron',
aliases = {'pronunciation'},
text = 'pronunciation:'
},
{
['local'] = {
code = 'local',
text = 'local'
},
{
['ipa'] = {
code = 'ipa',
text = '[[International Phonetic Alphabet|IPA]]'
},
{
['aus'] = {
code = 'aus',
text = '[[Australian English|AU]]'
},
{
['ca'] = {
code = 'ca',
text = '[[Canadian English|CA]]'
},
{
['ie'] = {
code = 'ie',
text = '[[Irish English|IE]]'
},
{
['nz'] = {
code = 'nz',
text = '[[New Zealand English|NZ]]'
},
{
['uk'] = {
code = 'uk',
text = '[[British English|UK]]'
},
{
['us'] = {
code = 'us',
text = '[[American English|US]]'
},
{
['za'] = {
code = 'za',
text = '[[South African English|ZA]]'
},