Difference between revisions of "Module:IPAc-en/pronunciation"

From blackwiki
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)))
m (7 revisions imported)
 
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
return {
 
return {
['lang'] = {
+
{
aliases = {'english'},
+
code = 'lang',
text = 'English'
+
text = 'English:'
 
},
 
},
['pron'] = {
+
{
aliases = {'pronunciation'},
+
code = 'pron',
text = 'pronunciation:'
+
text = ''
 
},
 
},
['local'] = {
+
{
text = 'local'
+
code = 'local',
 +
text = 'locally'
 
},
 
},
['ipa'] = {
+
{
text = '[[International Phonetic Alphabet|IPA]]'
+
code = 'ipa',
 +
text = '[[International Phonetic Alphabet|IPA]]:'
 
},
 
},
['aus'] = {
+
{
text = '[[Australian English|AU]]'
+
code = 'also',
 +
text = 'also'
 
},
 
},
['ca'] = {
+
{
text = '[[Canadian English|CA]]'
+
code = 'uk',
 +
text = '[[British English|UK]]:'
 
},
 
},
['ie'] = {
+
{
text = '[[Irish English|IE]]'
+
code = 'us',
 +
text = '[[American English|US]]:'
 
},
 
},
['nz'] = {
+
{
text = '[[New Zealand English|NZ]]'
+
code = 'uklang',
 +
text = '[[British English]]:'
 
},
 
},
['uk'] = {
+
{
text = '[[British English|UK]]'
+
code = 'uslang',
 +
text = '[[American English]]:'
 
},
 
},
['us'] = {
+
{
text = '[[American English|US]]'
+
code = 'ukalso',
 +
text = '[[British English|UK]] also'
 
},
 
},
['za'] = {
+
{
text = '[[South African English|ZA]]'
+
code = 'usalso',
 +
text = '[[American English|US]] also'
 +
},
 +
{
 +
code = 'alsouk',
 +
text = 'also [[British English|UK]]:'
 +
},
 +
{
 +
code = 'alsous',
 +
text = 'also [[American English|US]]:'
 
},
 
},
 
}
 
}

Latest revision as of 17:15, 26 September 2020

This module houses {{IPAc-en}}'s pronunciation labels.

Code Aliases Output
lang English:
pron
local locally
ipa IPA:
also also
uk UK:
us US:
uklang British English:
uslang American English:
ukalso UK also
usalso US also
alsouk also UK:
alsous also US:

-- This module contains pronunciation-key data for [[Module:IPAc-en]].

return {
	{
		code = 'lang',
		text = 'English:'
	},
	{
		code = 'pron',
		text = ''
	},
	{
		code = 'local',
		text = 'locally'
	},
	{
		code = 'ipa',
		text = '[[International Phonetic Alphabet|IPA]]:'
	},
	{
		code = 'also',
		text = 'also'
	},
	{
		code = 'uk',
		text = '[[British English|UK]]:'
	},
	{
		code = 'us',
		text = '[[American English|US]]:'
	},
	{
		code = 'uklang',
		text = '[[British English]]:'
	},
	{
		code = 'uslang',
		text = '[[American English]]:'
	},
	{
		code = 'ukalso',
		text = '[[British English|UK]] also'
	},
	{
		code = 'usalso',
		text = '[[American English|US]] also'
	},
	{
		code = 'alsouk',
		text = 'also [[British English|UK]]:'
	},
	{
		code = 'alsous',
		text = 'also [[American English|US]]:'
	},
}