Module:IPAc-en/pronunciation

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:12, 17 October 2024 (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..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Module documentation
This documentation is transcluded from Module:IPAc-en/pronunciation/doc. [edit] [history] [purge]

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

This page uses Creative Commons Licensed content from Wikipedia (view authors).

-- 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 = '[[wikipedia:International Phonetic Alphabet|IPA]]:'
	},
	{
		code = 'also',
		text = 'also'
	},
	{
		code = 'uk',
		text = '[[wikipedia:British English|UK]]:'
	},
	{
		code = 'us',
		text = '[[wikipedia:American English|US]]:'
	},
	{
		code = 'uklang',
		text = '[[wikipedia:British English|British English]]:'
	},
	{
		code = 'uslang',
		text = '[[wikipedia:American English|American English]]:'
	},
	{
		code = 'ukalso',
		text = '[[wikipedia:British English|UK]] also'
	},
	{
		code = 'usalso',
		text = '[[wikipedia:American English|US]] also'
	},
	{
		code = 'alsouk',
		text = 'also [[wikipedia:British English|UK]]:'
	},
	{
		code = 'alsous',
		text = 'also [[wikipedia:American English|US]]:'
	},
	-- not strictly lang related, just a useful link
	{
		code = 'jagex',
		text = '[[rsw:Transcript:Pronunciation guide|Jagex]]:'
	},
}