Template:Navbox: Difference between revisions
No edit summary |
Navboxes will automatically collapse if there are more than one of them on a page |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
--><table cellspacing="0" class="nowraplinks {{{bodyclass|}}} {{#if:{{{title|}}}|{{#switch:{{{state|}}}|<!-- | --><table cellspacing="0" class="nowraplinks {{{bodyclass|}}} {{#if:{{{title|}}}|{{#switch:{{{state|}}}|<!-- | ||
-->plain|off=|#default=collapsible {{#if:{{{state|}}}|{{{state}}}|autocollapse}}}}}} {{#switch:{{{border|{{{1|}}}}}}|<!-- | -->plain|off=|#default=mw-collapsible {{#if:{{{state|}}}|{{{state}}}|autocollapse}}}}}} {{#switch:{{{border|{{{1|}}}}}}|<!-- | ||
-->subgroup|child|none=navbox-subgroup" style="border-spacing:0;{{{bodystyle|}}};{{{style|}}}|<!-- | -->subgroup|child|none=navbox-subgroup" style="border-spacing:0;{{{bodystyle|}}};{{{style|}}}|<!-- | ||
-->#default=navbox-inner" style="border-spacing:0;background:transparent;color:inherit}};{{{innerstyle|}}};"><!-- | -->#default=navbox-inner" style="border-spacing:0;background:transparent;color:inherit;width:100%}};{{{innerstyle|}}};"><!-- | ||
Line 63: | Line 63: | ||
-->{{{group1}}}</th><td style="text-align:left;border-left-width:2px;border-left-style:solid;|<td colspan=2 style="}}<!-- | -->{{{group1}}}</th><td style="text-align:left;border-left-width:2px;border-left-style:solid;|<td colspan=2 style="}}<!-- | ||
-->{{#if:{{{groupwidth|}}}||width:100%;}}padding:0px;{{{liststyle|}}};{{{oddstyle|}}};{{{list1style|}}}" <!-- | -->{{#if:{{{groupwidth|}}}||width:100%;}}padding:0px;{{{liststyle|}}};{{{oddstyle|}}};{{{list1style|}}}" <!-- | ||
-->class="navbox-list navbox-{{#ifeq:{{{evenodd|}}}|swap|even|{{{evenodd|odd}}}}} {{{listclass|}}}"><!-- | -->class="navbox-list hlist navbox-{{#ifeq:{{{evenodd|}}}|swap|even|{{{evenodd|odd}}}}} {{{listclass|}}}"><!-- | ||
--><div style="padding:{{{list1padding|{{{listpadding|0em 0.25em}}}}}}"> | --><div style="padding:{{{list1padding|{{{listpadding|0em 0.25em}}}}}}"> | ||
{{{list1}}}</div></td><!-- | {{{list1}}}</div></td><!-- |
Latest revision as of 23:34, 23 June 2022
This template allows a 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
Please remove the parameters that are left blank.
{{Navbox | name = {{subst:PAGENAME}} | listclass = hlist | state = {{{state|}}} | title = | above = | image = | group1 = | list1 = | group2 = | list2 = ... | group20 = | list20 = | below = }}
Parameter list
|
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.
Notice "group1" (etc.) is optional, as are sections named "above/below".
The basic and most common parameters are as follows (see below for the full list):
Parameter | Description |
---|---|
name |
Name of the template. |
title |
Text in the title bar. May be a link. |
listclass |
CSS class for the list cells, usually hlist for horizontal lists. Alternatively, use bodyclass for the whole box.
|
state |
Controls when a navbox is expanded or collapsed. |
titlestyle |
CSS style for the title-bar, such as: background: gray;
|
groupstyle |
CSS style for the group-cells, such as: background: #eee;
|
above |
Text to appear above the group/list section |
image |
Optional right-side image, coded as the whole image. Typically it is purely decorative, so it should be coded as [[File:XX.jpg|80px|link=|alt=]]
|
imageleft |
Optional left-side image (code the same as the "image" parameter) |
groupn |
The left-side text before list-n (if group-n omitted, list-n starts at left of box) |
listn |
Text listing wikilinks using a wikilist format |
below |
Optional text to appear below the group/list section |
The above documentation is transcluded from Template:Navbox/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |