Jump to content

Module:IPAc-en/pronunciation

Permanently protected module
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 01:47, 19 June 2015 (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))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

return {
	['lang'] = {
		aliases = {'english'},
		text = 'English'
	},
	['pron'] = {
		aliases = {'pronunciation'},
		text = 'pronunciation:'
	},
	['local'] = {
		text = 'local'
	},
	['ipa'] = {
		text = '[[International Phonetic Alphabet|IPA]]'
	},
	['aus'] = {
		text = '[[Australian English|AU]]'
	},
	['ca'] = {
		text = '[[Canadian English|CA]]'
	},
	['ie'] = {
		text = '[[Irish English|IE]]'
	},
	['nz'] = {
		text = '[[New Zealand English|NZ]]'
	},
	['uk'] = {
		text = '[[British English|UK]]'
	},
	['us'] = {
		text = '[[American English|US]]'
	},
	['za'] = {
		text = '[[South African English|ZA]]'
	},
}