Module:IPAc-en/pronunciation

From CivWiki
Revision as of 16:55, 6 February 2024 by Tybug (talk | contribs) (Created page with "-- 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 = 'IPA:' }, { code = 'also', text = 'also' }, { code = 'uk', text = 'UK:' }, { code = 'us', text = 'US:' }, { code = 'uklang', text = '[[Britis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:IPAc-en/pronunciation/doc

-- 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]]:'
	},
}