Module:IPAc-en/pronunciation
- Afrikaans
- Anarâškielâ
- अंगिका
- Аԥсшәа
- العربية
- Asturianu
- Azərbaycanca
- تۆرکجه
- Basa Bali
- বাংলা
- भोजपुरी
- Bikol Central
- Bosanski
- Cebuano
- Cymraeg
- فارسی
- Føroyskt
- Gĩkũyũ
- ગુજરાતી
- 한국어
- Hausa
- Hrvatski
- Ilokano
- Íslenska
- Jawa
- Kurdî
- Ladin
- Madhurâ
- मैथिली
- മലയാളം
- Māori
- मराठी
- مصرى
- ဘာသာမန်
- Bahasa Melayu
- Монгол
- မြန်မာဘာသာ
- नेपाली
- 日本語
- Norsk bokmål
- Oʻzbekcha / ўзбекча
- ਪੰਜਾਬੀ
- ပအိုဝ်ႏဘာႏသာႏ
- Português
- Qaraqalpaqsha
- Scots
- Simple English
- Slovenščina
- کوردی
- Српски / srpski
- Srpskohrvatski / српскохрватски
- Sunda
- တႆး
- ไทย
- Türkçe
- Winaray
- 粵語
- 中文
- Bajau Sama
Appearance
From Wikipedia, the free encyclopedia
This module is rated as ready for general use. It has reached a mature state, is considered relatively stable and bug-free, and may be used wherever appropriate. It can be mentioned on help pages and other Wikipedia resources as an option for new users. To minimise server load and avoid disruptive output, improvements should be developed through sandbox testing rather than repeated trial-and-error editing.
Page template-protected This module is currently protected from editing.
See the protection policy and protection log for more details. Please discuss any changes on the talk page; you may submit an edit request to ask an administrator to make an edit if it is uncontroversial or supported by consensus. You may also request that this page be unprotected.
See the protection policy and protection log for more details. Please discuss any changes on the talk page; you may submit an edit request to ask an administrator to make an edit if it is uncontroversial or supported by consensus. You may also request that this page be unprotected.
Warning This Lua module is used on approximately 54,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them.
This module houses {{IPAc-en }}'s pronunciation labels.
| Code | Aliases | Output |
|---|---|---|
lang
|
English: | |
pron
|
||
local
|
locally | |
ipa
|
IPA: | |
also
|
also | |
uk
|
UK: | |
us
|
US: | |
uklang
|
British English: | |
uslang
|
American English: | |
ukalso
|
UK also | |
usalso
|
US also | |
alsouk
|
also UK: | |
alsous
|
also US: |
The above documentation is transcluded from Module:IPAc-en/pronunciation/doc. (edit | history)
Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Subpages of this module.
-- 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]]:' }, }