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

From blackwiki
Jump to navigation Jump to search
blackwiki>Nardog
(per the majority of similar templates)
blackwiki>Nardog
(Undid revision 789270946 by Nardog (talk))
Line 12: Line 12:
 
{
 
{
 
code = 'local',
 
code = 'local',
text = 'locally:'
+
text = 'locally'
 
},
 
},
 
{
 
{

Revision as of 11:59, 6 July 2017

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

Code Aliases Output
lang English:
pron
local locally
ipa IPA:
uk UK:
us US:
uklang British English:
uslang American English:

-- 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 = 'uk',
		text = '[[British English|UK]]:'
	},
	{
		code = 'us',
		text = '[[American English|US]]:'
	},
	{
		code = 'uklang',
		text = '[[British English]]:'
	},
	{
		code = 'uslang',
		text = '[[American English]]:'
	},
}