Templat:Navbox/doc: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
MerlIwBot (bicara | kontrib)
k bot Membuang: gu:ઢાંચો:Navbox (deleted)
k Robot: Perubahan kosmetika
Baris 2:
{{documentation subpage}}
{{Navbox suite}}
This template allows a [[Wikipedia:Navigation templates|navigational template]] to be set up relatively quickly by supplying it with one or more lists of links. It comes equipped with default styles that should work for most navigational templates. Changing the default styles is possible, but not recommended. Using this template, or one of its "Navbox suite" sister templates, is highly recommended for standardization of navigational templates, and for ease of use.
 
== Usage ==
Baris 44:
|below = {{{below}}}<br/>See alternate navbox formats under: [[#Layout of table|''Layout of table'']]
}}
The navbox uses lowercase parameter names, as shown in the box (''at right''). The mandatory ''name'' and ''title'' will create a one-line box if other parameters are omitted.
<br/>
 
Baris 69:
 
== Parameter descriptions ==
The following is a complete list of parameters for using {{tl|Navbox}}. In most cases, the only required parameters are <code>name</code>, <code>title</code>, and <code>list1</code>, though [[TemplateTemplat:Navbox/doc#Child navboxes|child navboxes]] do not even require those to be set.
 
{{tl|Navbox}} shares numerous common parameter names with its sister templates, {{tl|Navbox with columns}} and {{tl|Navbox with collapsible groups}}, for consistency and ease of use. Parameters marked with an asterisk <nowiki>(*)</nowiki> are common to all three master templates.
 
=== Setup parameters ===
:; ''name''<nowiki>*</nowiki>
:: The name of the template, which is needed for the "V{{·}} T{{·}} E" ("View{{·}} Talk{{·}} Edit") links to work properly on all pages where the template is used. You can enter <code><nowiki>{{subst:PAGENAME}}</nowiki></code> for this value as a shortcut. The name parameter is only mandatory if a <code>title</code> is specified, and the <code>border</code> parameter is not set.
 
:; ''state''<nowiki>*</nowiki> <span style="font-weight:normal;">[<code>autocollapse, uncollapsed, collapsed, plain, off</code>]</span>
Baris 81:
:* If set to <code>collapsed</code>, the navbox will always start out in a collapsed state.
:* If set to <code>plain</code>, the navbox will always be expanded with no [hide] link on the right, and the title will remain centered (by using padding to offset the <small>V • T • E</small> links).
:* If set to <code>off</code>, the navbox will always be expanded with no [hide] link on the right, but no padding will be used to keep the title centered. This is for advanced use only; the "plain" option should suffice for most applications where the [show]/[hide] button needs to be hidden.
:*If set to anything other than <code>autocollapse</code>, <code>collapsed</code>, <code>plain</code>, or <code>off</code> (such as "uncollapsed"), the navbox will always start out in an expanded state, but have the "hide" button.
 
Baris 97:
 
:; ''navbar''<nowiki>*</nowiki>
:: If set to <code>plain</code>, the <span style="font-size:88%;">V • T • E</span> links on the left side of the titlebar will not be displayed, and padding will be automatically used to keep the title centered. Use <code>off</code> to remove the <span style="font-size:88%;">V • T • E</span> links, but not apply padding (this is for advanced use only; the "plain" option should suffice for most applications where a navbar is not desired). It is highly recommended that one not hide the navbar, in order to make it easier for users to edit the template, and to keep a standard style across pages.
 
:; ''border''<nowiki>*</nowiki>
:: ''See section below on using navboxes within one another for examples and a more complete description.'' If set to <code>child</code> or <code>subgroup</code>, then the navbox can be used as a borderless child that fits snugly in another navbox. The border is hidden and there is no padding on the sides of the table, so it fits into the ''list'' area of its parent navbox. If set to <code>none</code>, then the border is hidden and padding is removed, and the navbox may be used as a child of another container (do not use the <code>none</code> option inside of another navbox; similarly, only use the <code>child</code>/<code>subgroup</code> option inside of another navbox). If set to anything else (default), then a regular navbox is displayed with a 1px border. An alternate way to specify the border to be a subgroup style is like this (i.e. use the first unnamed parameter instead of the named ''border'' parameter):
:::<code><nowiki>{{Navbox|child</nowiki></code>
::::<code>...
Baris 107:
=== Cells ===
:; ''title''<nowiki>*</nowiki>
:: Text that appears centered in the top row of the table. It is usually the template's topic, i.e. a succinct description of the body contents. This should be a single line, but if a second line is needed, use <code><nowiki>{{-}}</nowiki></code> to ensure proper centering. This parameter is technically not mandatory, but using {{tl|Navbox}} is rather pointless without a title.
 
:; ''group<sub>n</sub>''<nowiki>*</nowiki>
Baris 113:
 
:; ''list<sub>n</sub>''<nowiki>*</nowiki>
:: (i.e. ''list1'', ''list2'', etc.) The body of the template, usually a list of links. Format is inline, although the text can be entered on separate lines if the entire list is enclosed within <code><nowiki><div> </div></nowiki></code>. At least one ''list'' parameter is required; each additional ''list'' is displayed in a separate row of the table. Each ''list<sub>n</sub>'' may be preceded by a corresponding ''group<sub>n</sub>'' parameter, if provided (see below).
 
:; ''image''<nowiki>*</nowiki>
Baris 132:
 
:; ''style''<nowiki>*</nowiki>
:: Specifies [[Cascading Style Sheets|CSS]] styles to apply to the template body. The parameter ''bodystyle'' also does the exact same thing and can be used in place of this ''style'' parameter. This option should be used sparingly as it can lead to visual inconsistencies. Examples:
::: <code>style = background:#''nnnnnn'';</code>
::: <code>style = width:''N''&nbsp;[em/%/px or width:auto];</code>
Baris 139:
 
:; ''basestyle''<nowiki>*</nowiki>
:: CSS styles to apply to the ''title'', ''above'', ''below'', and ''group'' cells all at once. The styles are not applied to ''list'' cells. This is convenient for easily changing the basic color of the navbox without having to repeat the style specifications for the different parts of the navbox. Examples:
::: <code>basestyle = background:lightskyblue;</code>
 
Baris 154:
 
:; ''group<sub>n</sub>style''<nowiki>*</nowiki>
:: CSS styles to apply to a specific group, in addition to any styles specified by the ''groupstyle'' parameter. This parameter should only be used when absolutely necessary in order to maintain standardization and simplicity. Examples:
::: <code>group3style = background:red;color:white;</code>
 
Baris 165:
 
:; ''list<sub>n</sub>style''<nowiki>*</nowiki>
:: CSS styles to apply to a specific list, in addition to any styles specified by the ''liststyle'' parameter. This parameter should only be used when absolutely necessary in order to maintain standardization and simplicity. Examples:
::: <code>list5style = background:#ddddff;</code>
 
:; ''listpadding''<nowiki>*</nowiki>
:: A number and unit specifying the padding in each ''list'' cell. The ''list'' cells come equipped with a default padding of 0.25em on the left and right, and 0em on the top and bottom. Due to complex technical reasons, simply setting "liststyle=padding:0.5em;" (or any other padding setting) will not work. Examples:
::: <code>listpadding = 0.5em 0em; </code> (sets 0.5em padding for the left/right, and 0em padding for the top/bottom.)
::: <code>listpadding = 0em; </code> (removes all list padding.)
Baris 175:
:; ''oddstyle''
:; ''evenstyle''
::Applies to odd/even list numbers. Overrules styles defined by ''liststyle''. The default behavior is to add striped colors (white and gray) to odd/even rows, respectively, in order to improve readability. These should not be changed except in extraordinary circumstances.
 
:; ''evenodd'' <span style="font-weight:normal;"><code>[swap, even, odd, off]</code></span>
:: If set to <code>swap</code>, then the automatic striping of even and odd rows is reversed. Normally, even rows get a light gray background for striping; when this parameter is used, the odd rows receive the gray striping instead of the even rows. Setting to <code>even</code> or <code>odd</code> sets all rows to have that striping color. Setting to <code>off</code> disables automatic row striping. This advanced parameter should only be used to fix problems when the navbox is being used as a child of another navbox and the stripes do not match up. Examples and a further description can be found in the section on child navboxes below.
 
:; ''abovestyle''<nowiki>*</nowiki>
Baris 188:
:; ''imagestyle''<nowiki>*</nowiki>
:; ''imageleftstyle''<nowiki>*</nowiki>
:: CSS styles to apply to the cells where the image/imageleft sits. These styles should only be used in exceptional circumstances, usually to fix width problems if the width of groups is set and the width of the image cell grows too large. Examples:
::: <code>imagestyle = width:5em;</code>
 
===== Default styles =====
The style settings listed here are those that editors using the navbox change most often. The other more complex style settings were left out of this list to keep it simple. Most styles are set in [[MediaWiki:Common.css]].
 
:<code>bodystyle = background:#fdfdfd; width:100%; vertical-align:middle;</code>
:<code>titlestyle = background:#ccccff; padding-left:1em; padding-right:1em; text-align:center;</code>
:<code>abovestyle = background:#ddddff; padding-left:1em; padding-right:1em; text-align:center;</code>
:<code>belowstyle = background:#ddddff; padding-left:1em; padding-right:1em; text-align:center;</code>
:<code>groupstyle = background:#ddddff; padding-left:1em; padding-right:1em; text-align:right;</code>
:<code>liststyle = background:transparent; text-align:left/center;</code>
:<code>oddstyle = background:transparent;</code>
:<code>evenstyle = background:#f7f7f7;</code>
 
Since ''liststyle'' and ''oddstyle'' are transparent, odd lists have the color of the ''bodystyle'', which defaults to #fdfdfd (white with a hint of gray). A list defaults to <code>text-align:left;</code> if it has a group, if not it defaults to <code>text-align:center;</code>. Since only ''bodystyle'' has a vertical-align all the others inherit its <code>vertical-align:middle;</code>.
Baris 219:
 
:; ''innerstyle''
:: A very advanced parameter to be used ''only'' for advanced meta-templates employing the navbox. Internally, the navbox uses an outer table to draw the border, and then an inner table for everything else (title/above/groups/lists/below/images, etc.). The ''style''/''bodystyle'' parameter sets the style for the outer table, which the inner table inherits, but in advanced cases (meta-templates) it may be necessary to directly set the style for the inner table. This parameter provides access to that inner table so styles can be applied. Use at your own risk.
 
==== Microformats ====
:; ''bodyclass''
:: This parameter is inserted into the "class" attribute for the navbox as a whole.
Baris 380:
| name = Navbox/doc
| title = [[Multimedia Super Corridor|MSC Malaysia]]
| image = [[FileBerkas:Flag of Malaysia.svg|80px|link=|alt=]]
| listclass = hlist
 
Baris 396:
| name = Navbox/doc
| title = [[Multimedia Super Corridor|MSC Malaysia]]
| image = [[FileBerkas:Flag of Malaysia.svg|80px|link=|alt=]]
| listclass = hlist
 
Baris 414:
| name = Navbox/doc
| title = [[Multimedia Super Corridor|MSC Malaysia]]
| image = [[FileBerkas:Flag of Malaysia.svg|80px|link=|alt=]]
| imageleft = [[FileBerkas:Flag of Malaysia.svg|80px]]
| listclass = hlist
 
Baris 439:
| name = Navbox/doc
| title = [[Multimedia Super Corridor|MSC Malaysia]]
| image = [[FileBerkas:Flag of Malaysia.svg|80px|link=|alt=]]
| imageleft = [[FileBerkas:Flag of Malaysia.svg|80px]]
| listclass = hlist
 
Baris 465:
| name = Navbox/doc
| title = [[Multimedia Super Corridor|MSC Malaysia]]
| image = [[FileBerkas:Flag of Malaysia.svg|80px|link=|alt=]]
| above = Above text goes here
| listclass = hlist
Baris 503:
| name = Navbox/doc
| title = [[Multimedia Super Corridor|MSC Malaysia]]
| image = [[FileBerkas:Flag of Malaysia.svg|80px|link=|alt=]]
| above = Above text goes here
| listclass = hlist
Baris 538:
 
== Child navboxes ==
{{Selfref|For additional examples, see the [[TemplateTemplat:Navbox/testcases|Navbox testcases page]].}}
It is possible to place multiple navboxes within a single border with the use of the ''border'' parameter, or by specifying the first parameter to be "child". The basic code for doing this is as follows (which adds a subgroup for the first group/list area):
 
<pre style="overflow:auto;">
Baris 557:
=== Subgroups example ===
{{main|Template:Navbox subgroup}}
This example shows how subgroups can be used. It is recommended that one use {{tl|Navbox subgroup}}, but the same result can be reached by using {{tl|Navbox}} with <code>border = child</code> or the first unnamed parameter set to <code>child</code>. The ''evenodd'' parameter is used to reverse striping in some of the subgroups in order to get all of the stripes to line up properly. To remove the striping altogether, you can set <code>liststyle = background:transparent;</code> in each of the navboxes.
 
{{Navbox
|name = Navbox/doc
|image = [[FileBerkas:Flag of the United States.svg|100px|link=|alt=]]
|state = uncollapsed
|title = Multiple Subgroup Example
Baris 603:
{{Navbox
|name = Navbox/doc
|title = [[FileBerkas:Blason France moderne.svg|x17px|link=|alt=]] [[FileBerkas:Flag of France.svg|x17px|link=|alt=]] [[French colonial empire|Former French overseas empire]]
|state = uncollapsed
|list1 = {{Navbox|child
Baris 704:
 
== Relationship with other Navbox templates ==
This navbox template is specifically designed to work in conjunction with two other sister templates: {{tl|Navbox with columns}} and {{tl|Navbox with collapsible groups}}. All three of these templates share common parameters for consistency and ease of use (such parameters are marked with an asterisk <nowiki>(*)</nowiki> in the [[#Parameter descriptions|parameter descriptions]] list above). Most importantly, each template can be used as a child of one another (by using the {{para|border|child}} parameter, or by specifying the first unnamed parameter to be <code>child</code>. For example: <code><nowiki>{{Navbox|child ...}}</nowiki></code>, <code><nowiki>{{Navbox with columns|child ...}}</nowiki></code> or <code><nowiki>{{Navbox with collapsible groups|child ...}}</nowiki></code>.
 
== Technical details ==
Baris 712:
 
=== Intricacies ===
*The 2px wide border between groups and lists is drawn using the border-left property of the list cell. Thus, if you wish to change the background color of the template (for example <code>bodystyle = background:purple;</code>), then you'll need to make the border-left-color match the background color (i.e. <code>liststyle = border-left-color:purple;</code>). If you wish to have a border around each list cell, then the 2px border between the list cells and group cells will disappear; you'll have to come up with your own solution.
*The list cell width is initially set to 100%. Thus, if you wish to manually set the width of group cells, you'll need to also specify the liststyle to have width:auto. If you wish to set the group width and use images, it's up to you to figure out the CSS in the groupstyle, liststyle, imagestyle, and imageleftstyle parameters to get everything to work correctly. Example of setting group width:
::<code>groupstyle = width:10em;</code>
::<code>liststyle = width:auto;</code>
*Adjacent navboxes have only a 1 pixel border between them (except in IE6, which doesn't support the necessary CSS). If you set the top or bottom margin of <code>style/bodystyle</code>, then this will not work.
*The default margin-left and margin-right of the outer navbox table are set to "auto;". If you wish to use navbox as a float, you need to manually set the margin-left and margin-right values, because the auto margins interfere with the float option. For example, add the following code to use the navbox as a float:
::<code>style = width:22em;float:right;margin-left:1em;margin-right:0em;</code>
 
=== Copying to other projects or wikis? ===
Using this template on other wikis requires [[HTML Tidy]] to be turned on. A version that does not require Tidy can be found at [[Wikipedia:WikiProject Transwiki/Template:Navbox]]. (That version generally shouldn't be used here on the English Wikipedia.) More detailed information on copying {{tlf|Navbox}} to other wikis can be found on the [[TemplatePembicaraan talkTemplat:Navbox|talk page]].
 
=== Known issues ===
#If the heading of the navbox spans more than one line, the second line will be displayed to the right of center. This can be avoided by hard-coding linebreaks with {{tag|br|single|params=clear="all"}}.
#Excessive use of the '''unsubstituted''' {{tlx|•}} template as a delimiter, can in extreme cases cause the wiki page rendering to fail&nbsp;– there is a limit to the number of templates that can be used on a page (example [[Ketamine]] where the inclusion of eleven Navboxes with hundreds of bullets caused the page load not to complete, only the substitution of the bullets in those navboxes cured the problem). Use of the <code>hlist</code> class avoids the delimiter transclusion issue altogether, as the delimiters are rendered via CSS.
 
Baris 749:
[[af:Sjabloon:Navbox]]
[[ar:قالب:Navbox generic]]
[[as:Templateসাঁচ:Navbox]]
[[be:Шаблон:Навігацыйная табліца]]
[[be-x-old:Шаблён:Навігацыйная табліца]]
[[bg:Шаблон:Navbox]]
[[bn:টেমপ্লেট:Navbox]]
[[bs:Šablon:Navkutija]]
[[bg:Шаблон:Navbox]]
[[ca:Plantilla:Navbox]]
[[ckb:داڕێژە:Navbox]]
[[cs:Šablona:Navbox]]
[[lvcsb:VeidneSzablóna:Navbox]]
[[cy:Nodyn:Blwch llywio]]
[[da:Skabelon:Navboks]]
[[dsb:Pśedłoga:Nawitabela]]
[[en:Template:Navbox]]
[[et:Mall:Navmall]]
[[es:Plantilla:Plantilla de navegación]]
[[eo:Ŝablono:Navigilo2]]
[[es:Plantilla:Plantilla de navegación]]
[[et:Mall:Navmall]]
[[ext:Prantilla:Navbox]]
[[fa:الگو:Navbox]]
[[fi:Malline:Navbox generic]]
[[fr:Modèle:Méta palette de navigation]]
[[gl:Modelo:Navbox]]
[[ko:틀:안내]]
[[hy:Կաղապար:Navbox]]
[[hi:साँचा:Navbox]]
[[hsb:Předłoha:Nawitabela]]
[[hr:Predložak:Navigacija]]
[[hsb:Předłoha:Nawitabela]]
[[os:Шаблон:Navbox]]
[[hy:Կաղապար:Navbox]]
[[is:Snið:Navbox]]
[[ja:Template:Navbox]]
[[ka:თარგი:ნავდაფა]]
[[csbko:Szablóna:Navbox안내]]
[[ku:Şablon:Navbox]]
[[lv:Veidne:Navbox]]
[[lmo:Mudel:Navbox]]
[[ttlv:ҮрнәкVeidne:Navbox]]
[[mk:Шаблон:Navbox]]
[[mr:साचा:Navbox]]
[[ms:Templat:Navbox]]
[[nds-nl:Mal:Nav]]
[[ja:Template:Navbox]]
[[no:Mal:Navbox]]
[[os:ШаблонХуызæг:Navbox]]
[[pl:Szablon:Navbox]]
[[pt:Predefinição:Navbox]]
Baris 792 ⟶ 794:
[[sk:Šablóna:Navigačná lišta]]
[[sl:Predloga:Navpolje]]
[[ckb:داڕێژە:Navbox]]
[[fi:Malline:Navbox generic]]
[[sv:Mall:Navbox]]
[[tt:Үрнәк:Navbox]]
[[th:แม่แบบ:Navbox]]
[[tr:Şablon:Dolaşım]]
[[zh-yuett:TemplateКалып:Navbox]]
[[uk:Шаблон:Navbox]]
[[zh-yue:Template:Navbox]]
[[zh:Template:Navbox]]
[[zh-yue:Template:Navbox]]
</includeonly>