Mô đun:Module:IPAc-en/pronunciation
Phiên bản vào lúc 09:33, ngày 18 tháng 10 năm 2020 của Tttrung (Thảo luận | đóng góp) (Tạo trang mới với nội dung “-- This module contains pronunciation-key data for Module:IPAc-en. return { { code = 'lang', text = 'English:' }, { code = 'pron', text =…”)
(khác) ← Phiên bản cũ | xem phiên bản hiện hành (khác) | Phiên bản mới → (khác)

Có thể viết tài liệu về mô đun này tại Mô đun:Module:IPAc-en/pronunciation/tài liệu.

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