Changes
m
{{documentation subpage}}
<includeonly>{{high-risk|2,350,000+}}
{{lua|Module:Navbox}}</includeonly>
{{Navbox suite}}
{{for|vertically-aligned navigation|Template:Sidebar}}
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.
{{Navbox visibility}}
== Usage ==
Please remove the parameters that are left blank.
<pre style="overflow: auto;">{{Navbox
| name = {{subst:PAGENAME}}{{subst:void|Don't change anything on this line. It will change itself when you save.}}
| title =
| listclass = hlist
| state = {{{state|}}}
| above =
| name = Navbox/doc
| state = uncollapsed
| title = {{{title}}}| above = {{{above}}}| image = {{{image}}}| group1 = {{{group1}}}| list1 = {{{list1}}}| group2 = {{{group2}}}| list2 = {{{list2}}}| list3 = {{{list3}}} ''without {{{group3}}}''| group4 = {{{group4}}}| list4 = {{{list4}}}
| below = {{{below}}} <br /> See alternate navbox formats under: [[#Layout of table|''Layout of table'']]
}}
The basic and most common parameters are as follows (see [[#Parameter descriptions|below]] for the full list):
: <code>name</code> – the name of the template.: <code>title</code> – text in the title bar, such as: <nowiki>[[Widget stuff]]</nowiki>.: <code>listclass</code> – a CSS class for the list cells, usually <code>hlist</code> for horizontal lists. Alternatively, use bodyclass for the whole box.
: <code>state</code> – controls when a navbox is expanded or collapsed.
: <code>titlestyle</code> – a CSS style for the title-bar, such as: <code>background: gray;</code>