Module:Distinguish
- Ænglisc
- Аԥсшәа
- العربية
- Asturianu
- Авар
- تۆرکجه
- Basa Bali
- বাংলা
- 閩南語 / Bân-lâm-gí
- भोजपुरी
- Bikol Central
- Bosanski
- Буряад
- Català
- Cebuano
- Čeština
- Corsu
- Ελληνικά
- فارسی
- Galego
- گیلکی
- ગુજરાતી
- गोंयची कोंकणी / Gõychi Konknni
- 한국어
- Hawaiʻi
- हिन्दी
- Bahasa Hulontalo
- Ilokano
- Bahasa Indonesia
- ಕನ್ನಡ
- Қазақша
- Ikinyarwanda
- Kurdî
- Ladin
- Македонски
- മലയാളം
- Malti
- मराठी
- მარგალური
- مصرى
- ဘာသာမန်
- Bahasa Melayu
- Mfantse
- Монгол
- Na Vosa Vakaviti
- नेपाली
- ਪੰਜਾਬੀ
- Português
- Qaraqalpaqsha
- संस्कृतम्
- سرائیکی
- Scots
- Shqip
- සිංහල
- Simple English
- سنڌي
- Slovenščina
- کوردی
- Српски / srpski
- Tagalog
- தமிழ்
- Taqbaylit
- တႆး
- ไทย
- Тоҷикӣ
- Türkçe
- Türkmençe
- اردو
- Tiếng Việt
- 粵語
- 中文
- Dagaare
- Jaku Iban
Appearance
From Wikipedia, the free encyclopedia
Warning This Lua module is used on approximately 119,000 pages .
To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.
To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.
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.
This module depends on the following other modules:
Implements {{distinguish }}.
The above documentation is transcluded from Module:Distinguish/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.
localmHatnote=require('Module:Hatnote') localmHatlist=require('Module:Hatnote list') localmArguments--initialize lazily localmTableTools--initialize lazily locallibraryUtil=require('libraryUtil') localcheckType=libraryUtil.checkType localp={} functionp.distinguish(frame) mArguments=require('Module:Arguments') mTableTools=require('Module:TableTools') localargs=mArguments.getArgs(frame) localselfref=args.selfref localtext=args.text args=mTableTools.compressSparseArray(args) returnp._distinguish(args,text,selfref) end functionp._distinguish(args,text,selfref) checkType("_distinguish",1,args,'table') if#args==0andnottextthenreturn''end localtext=string.format( 'Not to be confused with %s.', textormHatlist.orList(args,true) ) hnOptions={selfref=selfref} returnmHatnote._hatnote(text,hnOptions) end returnp