Template:Navbox generic

Na Galipedia, a wikipedia en galego.

The template documentation below is transcluded from Template:Navbox generic/doc [edit]

Template:Sprotected2 Template:Esoteric

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

Índice

[editar] Blank template

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

[editar] Parameters

[editar] Mandatory

name
(or templateName) The name of the template, which is needed for the "vTemplate:· dTemplate:· e" (view · discuss · edit) links to work properly on all pages where the template is used. You can enter {{subst:PAGENAME}} for this value as a shortcut.
title
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 <br clear=all /> to ensure proper centering. The background color defaults to #ccf (truncated form of #ccccff), but can be changed via the titlebkg or color parameter (see below).
listn
(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 <div> </div> (see #Example with code). At least one list parameter is required; each additional list is displayed in a separate row of the table. Each listn may be preceded by a corresponding groupn parameter, if provided (see below). The background color of the list items (and the entire table) defaults to #f9f9f9, but can be changed via the style parameter (see below).

[editar] Optional

[editar] Cells

groupn
(i.e. group1, group2, etc.) If specified, text appears in a header cell displayed to the left of listn. If omitted, listn uses the full width of the table. The background color defaults to #ddf (truncated form of #ddddff), but can be changed via the group-style parameter (see below).
image
An image to be displayed in a cell 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, i.e.
[[Image:Example.jpg|100px]]
In a template where the body (the groups and/or lists) does not extend all the way to the right side, the image will shift away from the right edge of the template. This can be avoided by using the right parameter within the image wikicode, i.e.
[[Image:Example.jpg|80px|right]]
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 Template:Tl template. For an example of the bottom parameter in use, see Template:Tl.

[editar] Styles

titlebkg
(or color) Background color for the title. Use of this parameter is discouraged. Where it is used, care and consensus are needed as multiple navigational templates on one page with different background colors will probably look unpleasant.
style
Specifies CSS styles to apply to the template body. This option should be used sparingly as it can lead to visual inconsistencies. Examples:
background: #nnnnnn;
text-align: [right/center/left/justified];
width: N [em/%/px or width:auto];
float: [left/right/none];
clear: [right/left/both/none];
group-style
Specifies CSS styles to apply to the groupN cells. This option overrides any styles that are applied to the entire table. Examples:
background: #nnnnnn;
text-align: [left/center/right];
vertical-align: [top/middle/bottom];
white-space: nowrap;
top-style
bottom-style
Specifies CSS styles to apply to the top cell (specified via the top or above parameters) and bottom cell (specified via the bottom or below parameters). Typically used to set background color or text alignment:
background: #nnnnnn;
text-align: [left/center/right];
odd-style
even-style
Specifies CSS styles to apply to the odd-numbered list items (list1, list3, etc.) and even-numbered list items (list2, list4, etc.). Typically used to set background color:
background: #nnnnnn;

[editar] Other

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.

[editar] Layout of table

Table generated by Template:Tl without image, top and bottom parameters (borders added for illustration only):

Table generated by Template:Tl with image, top and bottom parameters (borders added for illustration only):

[editar] Example with code

{{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  = <div>
[[Template:Africafooter|Africa]]{{·}}
[[Template:Asiafooter|Asia]]{{·}}
[[Template:Europefooter|Europe]]
</div>
|list3  = [[Template:National parks of Argentina|Argentinian National Parks]]
}}

[editar] Additional examples

[editar] No image

[editar] With image

[editar] With image and styles

[editar] See also

Template:Navigational templates

Outras linguas