Citakan:Navbox generic

Ti Wikipédia Sunda, énsiklopédi bébas
Dokuméntasi citakan ieu ditransklusi tina Citakan:Navbox generic/doc [edit]

Citakan:Sprotected2

This template allows a navigational template to be set up quickly by supplying it one or more lists of links.

Blank template[édit sumber]

{{Navbox generic
|name   = {{subst:PAGENAME}}
|title  = 
|color  = 
|image  = 
|style  = 
|group-style = 
|state  = 
|top    = 
|group1 = 
|list1  = 
|group2 = 
|list2  = 
|group3 = 
|list3  = 
|group4 = 
|list4  = 
 ...
|group20 = 
|list20  = 
|bottom  = 
}}

Parameters[édit sumber]

Mandatory[édit sumber]

name
((or templateName) The name of the template, which is needed for the "view · talk · edit" links to work properly on all of the pages where the template is used on. You can enter {{subst:PAGENAME}} for this value as a shortcut.
title
Text that appears centered in the titlebar (the top bar). Usually this is the template's topic, i.e. a succinct description of the body contents.
listn
(i.e. list1, list2, etc.) The body of the template, usually a list of links. Format is inline. At least one list parameter is required; each additional list is displayed in a separate row of the table. Preceded by the corresponding groupn parameter (if provided; see below).

Optional[édit sumber]

groupn
(i.e. group1, group2, etc.) If specified, text appears in a header displayed to the left of listn. If omitted, listn uses the full width of the template.
titlebkg
(or color) Background color for the title. Default is  #ccf  (truncated form of  #ccccff ). Use of this parameter is discouraged. Where it is used, care and consensus are needed as multiple navigational templates on one page with different titlebar colors will probably look unpleasant.
image
An image to be displayed below the title and to the right of the body (groups/lists). For the image to display properly the list1 parameter must be specified.
The image parameter accepts standard wikicode for displaying an image, e.g. [[Image:Example.jpg|100px]]. In a template where the body (the groups and/or lists) does not extend all the way the the righthand side, the image will shift away from the righthand edge of the template. This can be avoided by using the right parameter within the image wikicode, i.e. [[Image:Example.jpg|80px|right]].
style
Specifies CSS styles to apply to the template body. For instance:
text-align:[right/center/left/justified]; width:N [em/%/px or width:auto]; float:[left/right/none]; clear:[right/left/both/none]; margin:...etc. This option should be used sparingly as it can lead to visual inconsistencies.
group-style
Specifies CSS styles to apply to the groupN cells. For instance:
background:#nnnnnn; text-align:[left/center/right]; vertical-align:[top/middle/bottom]; white-space:nowrap;...etc. This option overrides any styles that are applied to the entire table.
state
Defaults to autocollapse. If set to collapsed, the navbox will always start out in a collapsed state. If set to blank or anything other than autocollapse or collapsed, the navbox will always start out in an expanded state. A navbox with autocollapse will start out collapsed if there are two or more tables on the same page that use collapsible. For the technically minded, see MediaWiki:Common.js.
top
(or above) A full-width cell displayed below the title and above the body (groups, lists and image). In a template without an image, top behaves like the list1 parameter without the group1 parameter.
bottom
(or below) A full-width cell displayed below the groups, lists and image. In a template without an image, bottom behaves like the template's final listn parameter without a groupn parameter. It is named bottom to match the parameter used in the former {{Navbox generic with image}} template. For an example of the bottom parameter in use, see {{Lists of the provinces and territories of Canada}}.

Layout of table[édit sumber]

Example with code[édit sumber]

{{Navbox generic
|name   = {{subst:PAGENAME}}
|title  = [[Wikipedia:Navigational templates|Navigational Templates]]
|style  = width:50%;
|group1 = Physics
|list1  = [[Template:Cosmology|Cosmology]]{{·}} [[Template:General relativity|Relativity]]{{·}} [[Template:String-theory|String theory]]
|group2 = Continents
|list2  = [[Template:Africafooter|Africa]]{{·}} [[Template:Asiafooter|Asia]]{{·}} [[Template:Europefooter|Europe]]
|list3  = [[Template:National parks of Argentina|Argentinian National Parks]]
}}

Additional Examples[édit sumber]

No image[édit sumber]

With image[édit sumber]

With image and styles[édit sumber]

See also[édit sumber]

Navigation template comparison
collapsible Header color Image Groups Style
parameter
Example
{{Navigation}} NavFrame NavHead No No No {{OPEC}}
{{Navigation with image}} NavFrame NavHead Left/right of body No No {{HolmesNovels}}
{{Navigation with columns}} NavFrame NavHead No No No
{{Dynamic navigation box}} collapsible navbox No No Enya {{CSUHeads}}
{{Dynamic navigation box with image}} NavFrame NavHead Upper left No No {{SlovakPMs}}
{{Navbox generic}} collapsible navbox Right-hand side Enya Enya {{Dilbert}}
{{Navbox generic with image}} collapsible navbox Right-hand side Enya Enya {{Jewish life}}
{{NavigationBox}} No navbox Right of title+body No No {{EPA}}
{{Commons:NavigationBox}} No #ccccff Right of title+body No No
{{Commons:Dynamic navigation box}} NavFrame #ccccff No No No
{{Commons:Dynamic navigation box with image}}  NavFrame NavHead Upper left No No
The background color for the header or title is inherited from the class listed below. The templates have color parameters that override the default.
Collapsible attributes
Type CSS classes Collapses when Custom
initial state
Nesting Header
color
Font size
NavFrame div NavFrame, NavHead, NavContent 3+ of the same No Enya #efefef 95%
Collapsible table collapsible, navbox 2+ of the same Enya No #ccccff 90%

For the technically minded, see Common.css and Common.js.