• Laman Utama
  • Rawak
  • Berdekatan
  • Log masuk
  • Tetapan
Dermalah Sekarang Jika Wikipedia berguna kepada anda, minta jasa baik anda untuk derma hari ini.
  • Perihal Wikipedia
  • Penafian
Wikipedia

Templat:Sidebar

  • Bahasa
  • Pantau
  • Sunting
Pendokumenan templat[lihat] [sunting] [sejarah] [nyahcache]

This template is intended to be a metatemplate for sidebar templates, which are vertically-aligned navigation templates. The sidebar is usually positioned on the right-hand side of a page, in the same way as the {{infobox}} template is aligned for infoboxes.

{{Sidebar with collapsible lists}} adds collapsibility to a sidebar's sections, i.e., the means to show or hide sections by clicking links beside their headings.

Isi kandungan

  • 1 Usage
  • 2 Parameters
    • 2.1 Principal
    • 2.2 Other parameters
  • 3 Handling long links
  • 4 Full blank syntax
  • 5 Supplementary documentation
  • 6 See also

Usage

sunting
{{{outertitle}}}
{{{topimage}}}
{{{topcaption}}}
{{{pretitle}}}
{{{title}}}
{{{image}}}
{{{above}}}
{{{heading1}}}
{{{content1}}}
{{{heading2}}}
{{{content2}}}
{{{heading3}}}
{{{content3}}}
... up to 35th ...
{{{heading35}}}
{{{content35}}}
{{{below}}}
  • l
  • b
  • s

(parameters with infrequent use omitted)

{{sidebar
| name       = {{subst:PAGENAME}}
| outertitle = 
| topimage   = 
| pretitle   = 
| title      = 
| image      = 

| headingstyle = 
| contentstyle = 

| heading1 = 
| content1 = 

| heading2 = 
| content2 = 

| heading3 = 
| content3 = 

<!-- ... up to 35th -->

| heading35 = 
| content35 = 
}}

Parameters

sunting

No parameters are required unless {{navbar}} links (V - T - E) are to appear at the bottom of the sidebar, in which case the |name= parameter is needed (see entry in the table immediately below).

Principal

sunting
Parameter Explanation
|name= The sidebar's name, i.e., the name following "Template:" in the page's name. Required for the {{navbar}} links at the bottom of the sidebar to function correctly, unless these are omitted (see |navbar= at the bottom of this table). It is recommended to use {{subst:PAGENAME}} for this field.
|outertitle= Use to place a title for the sidebar immediately above the sidebar.
|topimage= Use to place an image at the top of the sidebar, i.e., above any |title= included.

Full wikisyntax expected (i.e., [[File:...]]).
To add a caption below the image, use |topcaption=.

|pretitle= Use to place a line such as "Part of the X series on" before the title.
|title= Use to place a title for the sidebar at the top of the sidebar (immediately below the |topimage=, if used).
|image= Use to place an image between the |title= (if used) and first section.

As with |topimage=, full wikisyntax expected (i.e., [[File:...]]).
To add a caption below the image, use |caption=.

|headingstyle= Use to alter the default CSS styling set for section headings.

To alter the CSS styling for a specific section's heading, use |headingnstyle=, where n is the number of the section.

|contentstyle= Use to alter the default CSS styling set for section content.

To alter the CSS styling for a particular section's content, use |contentnstyle=, where n is the number of the section.

|heading1= First section's heading (if needed).
|content1= First section's content (required).
|heading2= Second section's heading (if needed).
|content2= Second section's content (if needed).
|heading3= Third section's heading (if needed).
|content3= Third section's content (if needed).
...... etc ......
|heading35= Currently, the last possible section heading and/or content (if needed).
|content35=

Other parameters

sunting
Parameter Explanation
|above= Corresponds to |above= offered by {{navbox}}.
  • |bodyclass= (or |class=)
  • |outertitleclass=
  • |topimageclass=
  • |pretitleclass=
  • |titleclass=
  • |imageclass=
  • |aboveclass=
  • |headingclass=
  • |contentclass=
  • |belowclass=

Microformat classes for the corresponding parameters.
(|bodyclass= (or |class=) applies to the sidebar as a whole.)

|below= Use to, e.g., add one or more portal links to the bottom of the template (by default in bold).
  • |bodystyle= (or |style=)
  • |outertitlestyle=
  • |topimagestyle=
  • |topcaptionstyle=
  • |pretitlestyle=
  • |titlestyle=
  • |imagestyle=
  • |captionstyle=
  • |abovestyle=
  • |headingstyle=
  • |headingnstyle=
  • |contentstyle=
  • |contentnstyle=
  • |belowstyle=
  • |navbarstyle= (or |tnavbarstyle=)

Use to alter default CSS styling for the corresponding parameters.
(|bodystyle= (or |style=) applies to the sidebar as a whole.)

|cellspacing= Use to amend the default cellspacing set for the infobox-class table with which the sidebar is built.
|cellpadding= Ditto the default cellpadding.
|navbar= (or |tnavbar=) Set to "none" (without the quotes) to remove the navigation bar links appearing at the bottom of the sidebar.
|navbarfontstyle= (or |tnavbarfontstyle=) Use to specify the font style used by the navbar at the bottom of the sidebar (see {{navbar}} for options available).

Handling long links

sunting

{{Normalwraplink}} may be used to handle links that should wrap within the sidebar or otherwise need to be made to wrap, in order to prevent the sidebar from becoming too wide. Use {{normalwraplink|longlinkname}}, where |longlinkname is the long link without its square brackets.

Use the |wraplinks=true parameter to turn link wrapping off for the whole template.

Full blank syntax

sunting

(omitting sections 4 to penultimate)

{{Sidebar
| name        = {{subst:PAGENAME}}
| bodyclass   = <!-- or class -->
| bodystyle   = <!-- or style -->
| width       = 
| cellspacing = 
| cellpadding = 

| outertitle      = 
| outertitleclass = 
| outertitlestyle = 

| topimage        = 
| topimageclass   = 
| topimagestyle   = 
| topcaption      = 
| topcaptionstyle = 

| pretitle      = 
| pretitleclass = 
| pretitlestyle = 
| title         = 
| titleclass    = 

| image        = 
| imageclass   = 
| imagestyle   = 
| caption      = 
| captionstyle = 

| above      = 
| aboveclass = 
| abovestyle = 

| headingclass = 
| headingstyle = 
| contentclass = 
| contentstyle = 

| heading1style = 
| heading1      = 
| content1style = 
| content1      = 

| heading2style = 
| heading2      = 
| content2style = 
| content2      = 

| heading3style = 
| heading3      = 
| content3style = 
| content3      = 

<!-- ... up to 35th -->

| heading35style = 
| heading35      = 
| content35style = 
| content35      = 

| below      = 
| belowclass = 
| belowstyle = 

| navbar          = <!-- or tnavbar -->
| navbarstyle     = <!-- or tnavbarstyle -->
| navbarfontstyle = <!-- or tnavbarfontstyle -->

| wraplinks = true/false
}}

Supplementary documentation

sunting

Supplementary documentation relevant to navigational functionality through 'navbar' coding in a sidebar is at Template:Navbar/doc.

See also

sunting
  • {{Infobox}}
  • {{Sidebar with collapsible lists}}
  • Wikipedia:UBLIST – for help in using unbulleted lists in fields
Pendokumenan di atas ditransklusikan daripada Templat:Sidebar/doc. (sunting | sejarah)
Penyunting boleh membuat percubaan di laman kotak pasir (cipta | cermin) dan kes ujian (cipta) templat ini.
Sila letakkan kategori di sublaman /doc. Sublaman templat ini.
Diambil daripada "https://ms.wikipedia.org/w/index.php?title=Templat:Sidebar&oldid=5393006"
Kali terakhir disunting pada 13 Disember 2021, 17:21

Bahasa

    • Аԥсшәа
    • Afrikaans
    • अंगिका
    • العربية
    • ܐܪܡܝܐ
    • الدارجة
    • مصرى
    • অসমীয়া
    • Asturianu
    • Авар
    • Azərbaycanca
    • تۆرکجه
    • Башҡортса
    • Basa Bali
    • Batak Toba
    • Bajau Sama
    • Беларуская (тарашкевіца)
    • Беларуская
    • Български
    • भोजपुरी
    • ပအိုဝ်ႏဘာႏသာႏ
    • বাংলা
    • Bosanski
    • Català
    • 閩東語 / Mìng-dĕ̤ng-ngṳ̄
    • Нохчийн
    • Cebuano
    • کوردی
    • Corsu
    • Čeština
    • Cymraeg
    • Dansk
    • Deutsch
    • Zazaki
    • डोटेली
    • Ελληνικά
    • English
    • Esperanto
    • Español
    • Eesti
    • Euskara
    • فارسی
    • Suomi
    • Føroyskt
    • Français
    • Gaeilge
    • 贛語
    • Galego
    • गोंयची कोंकणी / Gõychi Konknni
    • ગુજરાતી
    • Gaelg
    • 客家語 / Hak-kâ-ngî
    • हिन्दी
    • Fiji Hindi
    • Hrvatski
    • Magyar
    • Հայերեն
    • Արեւմտահայերէն
    • Bahasa Indonesia
    • Ilokano
    • ГӀалгӀай
    • Ido
    • Íslenska
    • 日本語
    • Jawa
    • ქართული
    • Qaraqalpaqsha
    • Kumoring
    • Қазақша
    • ភាសាខ្មែរ
    • ಕನ್ನಡ
    • 한국어
    • Kurdî
    • Кыргызча
    • Ladino
    • Lëtzebuergesch
    • Ladin
    • ລາວ
    • Lietuvių
    • Latviešu
    • Madhurâ
    • Мокшень
    • Malagasy
    • Māori
    • Македонски
    • മലയാളം
    • Монгол
    • ဘာသာမန်
    • मराठी
    • မြန်မာဘာသာ
    • Эрзянь
    • नेपाली
    • नेपाल भाषा
    • Nederlands
    • Norsk nynorsk
    • Norsk bokmål
    • Chi-Chewa
    • Occitan
    • ଓଡ଼ିଆ
    • Ирон
    • ਪੰਜਾਬੀ
    • Papiamentu
    • पालि
    • پښتو
    • Português
    • Română
    • Русский
    • Русиньскый
    • संस्कृतम्
    • Саха тыла
    • Scots
    • سنڌي
    • Srpskohrvatski / српскохрватски
    • တႆး
    • සිංහල
    • Simple English
    • Slovenčina
    • Slovenščina
    • Soomaaliga
    • Shqip
    • Српски / srpski
    • Svenska
    • ꠍꠤꠟꠐꠤ
    • தமிழ்
    • ತುಳು
    • ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ
    • Тоҷикӣ
    • ไทย
    • Türkmençe
    • Tagalog
    • Türkçe
    • Татарча / tatarça
    • Українська
    • اردو
    • Oʻzbekcha / ўзбекча
    • Vèneto
    • Tiếng Việt
    • 吴语
    • Yorùbá
    • 閩南語 / Bân-lâm-gí
    • 粵語
    • 中文
    Wikipedia
    • Wikimedia Foundation
    • Powered by MediaWiki
    • Laman ini kali terakhir disunting pada 17:21, 13 Disember 2021.
    • Kandungan disediakan dengan CC BY-SA 4.0 kecuali jika dinyatakan sebaliknya.
    • Dasar privasi
    • Perihal Wikipedia
    • Penafian
    • Maklumat hubungan Perundangan & Keselamatan
    • Kod Tatakelakuan
    • Pembangun
    • Statistik
    • Kenyataan kuki
    • Syarat-syarat Penggunaan
    • Paparan atas meja