Module:Navbar/configuration
- Аԥсшәа
- العربية
- Авар
- تۆرکجه
- Basa Bali
- Беларуская
- Беларуская (тарашкевіца)
- ပအိုဝ်ႏဘာႏသာႏ
- বাংলা
- Brezhoneg
- Bosanski
- Batak Mandailing
- Буряад
- 閩東語 / Mìng-dĕ̤ng-ngṳ̄
- کوردی
- Dagbanli
- Dagaare
- English
- Euskara
- Français
- Gaeilge
- गोंयची कोंकणी / Gõychi Konknni
- ગુજરાતી
- Հայերեն
- Bahasa Indonesia
- Ilokano
- 日本語
- Jawa
- ქართული
- Qaraqalpaqsha
- Kumoring
- ಕನ್ನಡ
- 한국어
- Kurdî
- Lingua Franca Nova
- Ladin
- ລາວ
- Lietuvių
- Madhurâ
- मैथिली
- Basa Banyumasan
- Мокшень
- Māori
- മലയാളം
- Монгол
- Bahasa Melayu
- မြန်မာဘာသာ
- नेपाली
- Norsk
- ଓଡ଼ିଆ
- ਪੰਜਾਬੀ
- Papiamentu
- پښتو
- Português
- Руски
- سنڌي
- Srpskohrvatski / српскохрватски
- ၽႃႇသႃႇတႆး
- සිංහල
- سرائیکی
- Slovenščina
- Српски / srpski
- Kiswahili
- தமிழ்
- తెలుగు
- Tetun
- ไทย
- Tagalog
- Tok Pisin
- ChiTumbuka
- Українська
- Oʻzbekcha / ўзбекча
- Tiếng Việt
- 中文
Appearance
From Meta, a Wikimedia project coordination wiki
File:.svg {{Module rating}} "" is invalid or not specified.
Usage
{{#invoke:Navbar/configuration|function_name}}
The above documentation is transcluded from Module:Navbar/configuration/doc. (edit | history)
Editors can experiment in this module’s sandbox (edit | diff) and testcases (create) pages.
Please add categories to the /doc subpage. Subpages of this module.
Editors can experiment in this module’s sandbox (edit | diff) and testcases (create) pages.
Please add categories to the /doc subpage. Subpages of this module.
return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Flatlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal list class ['mini'] = 'navbar-mini', -- class indicating small links in the navbar ['this_box'] = 'navbar-boxtext', ['brackets'] = 'navbar-brackets', -- 'collapsible' is the key for a class to indicate the navbar is -- setting up the collapsible element in addition to the normal -- navbar. ['collapsible'] = 'navbar-collapse', ['collapsible_title_mini'] = 'navbar-ct-mini', ['collapsible_title_full'] = 'navbar-ct-full' } }