<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ntbigroup.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=50.53.15.51&amp;*</id>
	<title>NTBI - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ntbigroup.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=50.53.15.51&amp;*"/>
	<link rel="alternate" type="text/html" href="https://wiki.ntbigroup.com/index.php?title=Special:Contributions/50.53.15.51"/>
	<updated>2026-04-28T22:48:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.ntbigroup.com/index.php?title=Template:Navbox/doc&amp;diff=635</id>
		<title>Template:Navbox/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.ntbigroup.com/index.php?title=Template:Navbox/doc&amp;diff=635"/>
		<updated>2012-03-02T21:33:01Z</updated>

		<summary type="html">&lt;p&gt;50.53.15.51: remove cats and interwikis from sandbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{high-risk| 1,500,000+ }}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{{Navbox suite}}&lt;br /&gt;
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 &amp;quot;Navbox suite&amp;quot; sister templates, is highly recommended for standardization of navigational templates, and for ease of use.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Please remove the parameters that are left blank.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;{{Navbox&lt;br /&gt;
|name       = {{subst:PAGENAME}}&lt;br /&gt;
|title      = &lt;br /&gt;
|image      = &lt;br /&gt;
|above      = &lt;br /&gt;
|state      = &lt;br /&gt;
|listclass  = hlist&lt;br /&gt;
&lt;br /&gt;
|group1     = &lt;br /&gt;
|list1      = &lt;br /&gt;
&lt;br /&gt;
|group2     = &lt;br /&gt;
|list2      = &lt;br /&gt;
 ...&lt;br /&gt;
|group20    = &lt;br /&gt;
|list20     = &lt;br /&gt;
&lt;br /&gt;
|below      = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameter list ==&lt;br /&gt;
{{Navbox&lt;br /&gt;
|name = Navbox/doc&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|image = {{{image}}}&lt;br /&gt;
|title = {{{title}}}&lt;br /&gt;
|above = {{{above}}}&lt;br /&gt;
|group1 = {{{group1}}}&lt;br /&gt;
|list1 = {{{list1}}}&lt;br /&gt;
|group2 = {{{group2}}}&lt;br /&gt;
|list2 = {{{list2}}}&lt;br /&gt;
|list3 = {{{list3}}} ''without {{{group3}}}''&lt;br /&gt;
|group4 = {{{group4}}}&lt;br /&gt;
|list4 = {{{list4}}}&lt;br /&gt;
|below = {{{below}}}&amp;lt;br/&amp;gt;See alternate navbox formats under: [[#Layout of table|''Layout of table'']]&lt;br /&gt;
}}&lt;br /&gt;
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.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice &amp;quot;group1&amp;quot; (etc.) is optional, as are sections named &amp;quot;above/below&amp;quot;.&lt;br /&gt;
{{-}}&lt;br /&gt;
The basic and most common parameters are as follows (see [[#Parameter descriptions|below]] for the full list):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;name - &amp;lt;/code&amp;gt;the name of the template.&lt;br /&gt;
:&amp;lt;code&amp;gt;title - &amp;lt;/code&amp;gt;text in the title bar, such as: &amp;lt;nowiki&amp;gt;[[Widget stuff]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
:&amp;lt;code&amp;gt;state - &amp;lt;/code&amp;gt;controls when a navbox is expanded or collapsed.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;listclass - &amp;lt;/code&amp;gt;a CSS class for the list cells, usually &amp;lt;tt&amp;gt;hlist&amp;lt;/tt&amp;gt; for horizontal lists.&lt;br /&gt;
:&amp;lt;code&amp;gt;titlestyle - &amp;lt;/code&amp;gt;a CSS style for the title-bar, such as: &amp;lt;code&amp;gt;background:gray;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;groupstyle - &amp;lt;/code&amp;gt;a CSS style for the group-cells, such as: &amp;lt;code&amp;gt;background:#eee;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;image - &amp;lt;/code&amp;gt;an optional right-side image, coded as the whole image. Typically it is [[WP:ALT#Purely decorative images|purely decorative]], so it should be coded as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:&amp;lt;/nowiki&amp;gt;&amp;lt;var&amp;gt;XX&amp;lt;/var&amp;gt;&amp;lt;nowiki&amp;gt;.jpg|80px|link=|alt=]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
:&amp;lt;code&amp;gt;imageleft - &amp;lt;/code&amp;gt;an optional left-side image (code the same as the &amp;quot;image&amp;quot; parameter).&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;above - &amp;lt;/code&amp;gt;text to appear above the group/list section (could be a list of overall wikilinks).&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; - &amp;lt;/code&amp;gt;the left-side text before list-n (if group-n omitted, list-n starts at left of box).&lt;br /&gt;
:&amp;lt;code&amp;gt;list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; - &amp;lt;/code&amp;gt;text listing wikilinks using a wikilist format.&lt;br /&gt;
:&amp;lt;code&amp;gt;below - &amp;lt;/code&amp;gt;optional text to appear below the group/list section.&lt;br /&gt;
&lt;br /&gt;
== Parameter descriptions ==&lt;br /&gt;
The following is a complete list of parameters for using {{tl|Navbox}}.  In most cases, the only required parameters are &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;list1&amp;lt;/code&amp;gt;, though [[Template:Navbox/doc#Child navboxes|child navboxes]] do not even require those to be set.&lt;br /&gt;
&lt;br /&gt;
{{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 &amp;lt;nowiki&amp;gt;(*)&amp;lt;/nowiki&amp;gt; are common to all three master templates.&lt;br /&gt;
&lt;br /&gt;
=== Setup parameters ===&lt;br /&gt;
:; ''name''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: The name of the template, which is needed for the &amp;quot;v{{·}} d{{·}} e&amp;quot; (&amp;quot;view{{·}} discuss{{·}} edit&amp;quot;) links to work properly on all pages where the template is used. You can enter &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:PAGENAME}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; for this value as a shortcut.  The name parameter is only mandatory if a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; is specified, and the &amp;lt;code&amp;gt;border&amp;lt;/code&amp;gt; parameter is not set.&lt;br /&gt;
&lt;br /&gt;
:; ''state''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; &amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;[&amp;lt;code&amp;gt;autocollapse, uncollapsed, collapsed, plain, off&amp;lt;/code&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Defaults to &amp;lt;code&amp;gt;autocollapse&amp;lt;/code&amp;gt;. A navbox with &amp;lt;code&amp;gt;autocollapse&amp;lt;/code&amp;gt; will start out collapsed if there are two or more tables on the same page that use other collapsible tables. Otherwise, the navbox will be expanded. For the technically minded, see [[MediaWiki:Common.js]].&lt;br /&gt;
:* If set to &amp;lt;code&amp;gt;collapsed&amp;lt;/code&amp;gt;, the navbox will always start out in a collapsed state.&lt;br /&gt;
:* If set to &amp;lt;code&amp;gt;plain&amp;lt;/code&amp;gt;, 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 &amp;lt;small&amp;gt;v • d • e&amp;lt;/small&amp;gt; links).&lt;br /&gt;
:* If set to &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;, 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 &amp;quot;plain&amp;quot; option should suffice for most applications where the [show]/[hide] button needs to be hidden.&lt;br /&gt;
:*If set to anything other than &amp;lt;code&amp;gt;autocollapse&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;collapsed&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;plain&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt; (such as &amp;quot;uncollapsed&amp;quot;), the navbox will always start out in an expanded state, but have the &amp;quot;hide&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
: To show the box when standalone (non-included) but then auto-hide contents when in an article, put &amp;quot;uncollapsed&amp;quot; inside &amp;amp;lt;noinclude&amp;gt; tags:&lt;br /&gt;
:* &amp;lt;code&amp;gt;state = &amp;lt;/code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;uncollapsed&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:* That setting will force the box visible when standalone (even when followed by other boxes), displaying &amp;quot;[hide]&amp;quot; but then auto-collapse the box when stacked inside an article.&lt;br /&gt;
&lt;br /&gt;
: Often times, editors will want a default initial state for a navbox, which may be overridden in an article. Here is the trick to do this:&lt;br /&gt;
:*In your intermediate template, create a parameter also named &amp;quot;state&amp;quot; as a pass-through like this:&lt;br /&gt;
:*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;| state = {{{state&amp;lt;includeonly&amp;gt;|your_desired_initial_state&amp;lt;/includeonly&amp;gt;}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
:*The &amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;|&amp;lt;/nowiki&amp;gt; will make the template expanded when viewing the template page by itself.&lt;br /&gt;
&lt;br /&gt;
::*Example: {{tl|peso}} with autocollapse as the default initial state. [[Catalan peseta]] transcludes it and has only one navbox. So the peso navbox shows. [[Chilean peso]] has two navboxes. So the peso navbox collapses.&lt;br /&gt;
::*Example: {{tl|Historical currencies of Hungary}} with expanded as the default initial state. All transcluding articles shows the content by default, unless there were an hypothetical article that specifies state = collapsed when transcluding.&lt;br /&gt;
&lt;br /&gt;
:; ''navbar''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: If set to &amp;lt;code&amp;gt;plain&amp;lt;/code&amp;gt;, the &amp;lt;span style=&amp;quot;font-size:88%;&amp;quot;&amp;gt;v • d • e&amp;lt;/span&amp;gt; links on the left side of the titlebar will not be displayed, and padding will be automatically used to keep the title centered.  Use &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt; to remove the &amp;lt;span style=&amp;quot;font-size:88%;&amp;quot;&amp;gt;v • d • e&amp;lt;/span&amp;gt; links, but not apply padding (this is for advanced use only; the &amp;quot;plain&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
:; ''border''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: ''See section below on using navboxes within one another for examples and a more complete description.''  If set to &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;subgroup&amp;lt;/code&amp;gt;, 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 &amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;, 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 &amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt; option inside of another navbox; similarly, only use the &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;subgroup&amp;lt;/code&amp;gt; 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):&lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox|child&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;...&lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cells ===&lt;br /&gt;
:; ''title''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: 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 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{-}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to ensure proper centering.  This parameter is technically not mandatory, but using {{tl|Navbox}} is rather pointless without a title.&lt;br /&gt;
&lt;br /&gt;
:; ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: (i.e. ''group1'', ''group2'', etc.) If specified, text appears in a header cell displayed to the left of ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''. If omitted, ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' uses the full width of the table.&lt;br /&gt;
&lt;br /&gt;
:; ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::  (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 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt; &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.  At least one ''list'' parameter is required; each additional ''list'' is displayed in a separate row of the table.  Each ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' may be preceded by a corresponding ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameter, if provided (see below).&lt;br /&gt;
&lt;br /&gt;
:; ''image''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: An image to be displayed in a cell below the title and to the right of the body (the 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.'':&lt;br /&gt;
::: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:&amp;lt;/nowiki&amp;gt;&amp;lt;var&amp;gt;XX&amp;lt;/var&amp;gt;&amp;lt;nowiki&amp;gt;.jpg|80px|link=|alt=]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''imageleft''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: An image to be displayed in a cell below the title and to the left of the body (lists). For the image to display properly, the ''list1'' parameter must be specified and no groups can be specified. It accepts the same sort of parameter that ''image'' accepts.&lt;br /&gt;
&lt;br /&gt;
:; ''above''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: A full-width cell displayed between the titlebar and first group/list, i.e. ''above'' the template's body (groups, lists and image). In a template without an image, ''above'' behaves in the same way as the ''list1'' parameter without the ''group1'' parameter.&lt;br /&gt;
&lt;br /&gt;
:; ''below''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: A full-width cell displayed ''below'' the template's body (groups, lists and image). In a template without an image, ''below'' behaves in the same way as the template's final ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameter without a ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameter. For an example of the ''below'' parameter in use, see {{oldid|Main Page|352612160|this}} version of {{tl|Lists of the provinces and territories of Canada}}.&lt;br /&gt;
&lt;br /&gt;
=== Style parameters ===&lt;br /&gt;
Styles are generally advised against, to maintain consistency among templates and pages in Wikipedia; but the option to modify styles is given.&lt;br /&gt;
&lt;br /&gt;
:; ''style''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: 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:&lt;br /&gt;
::: &amp;lt;code&amp;gt;style = background:#''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;style = width:''N''&amp;amp;nbsp;[em/%/px or width:auto];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;style = float:[''left/right/none''];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;style = clear:[''right/left/both/none''];&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''basestyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: 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:&lt;br /&gt;
::: &amp;lt;code&amp;gt;basestyle = background:lightskyblue;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''titlestyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: [[Cascading Style Sheets|CSS]] styles to apply to ''title'', most often the titlebar's background color:&lt;br /&gt;
::: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;titlestyle = background:&amp;lt;/nowiki&amp;gt;''#nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;titlestyle = background:&amp;lt;/nowiki&amp;gt;''name'';&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''groupstyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: CSS styles to apply to the ''groupN'' cells. This option overrides any styles that are applied to the entire table. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupstyle = background:#''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupstyle = text-align:[''left/center/right''];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupstyle = vertical-align:[''top/middle/bottom''];&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;style''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: 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:&lt;br /&gt;
::: &amp;lt;code&amp;gt;group3style = background:red;color:white;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''groupwidth''&lt;br /&gt;
:: A number and unit specifying a uniform width for the group cells, in cases where little content in the list cells may cause group cells to be too wide. No default. However, may be overridden by the ''group(n)style'' parameter. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;groupwidth = 9em&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''liststyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: CSS styles to apply to all lists. Overruled by the ''oddstyle'' and ''evenstyle'' parameters (if specified) below. When using backgound colors in the navbox, see the [[#Intricacies|note below]].&lt;br /&gt;
&lt;br /&gt;
:; ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;style''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: 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:&lt;br /&gt;
::: &amp;lt;code&amp;gt;list5style = background:#ddddff;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''listpadding''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: 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 &amp;quot;liststyle=padding:0.5em;&amp;quot; (or any other padding setting) will not work.  Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;listpadding = 0.5em 0em; &amp;lt;/code&amp;gt; (sets 0.5em padding for the left/right, and 0em padding for the top/bottom.)&lt;br /&gt;
::: &amp;lt;code&amp;gt;listpadding = 0em; &amp;lt;/code&amp;gt; (removes all list padding.)&lt;br /&gt;
&lt;br /&gt;
:; ''oddstyle''&lt;br /&gt;
:; ''evenstyle''&lt;br /&gt;
::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.&lt;br /&gt;
&lt;br /&gt;
:; ''evenodd'' &amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;&amp;lt;code&amp;gt;[swap, even, odd, off]&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:: If set to &amp;lt;code&amp;gt;swap&amp;lt;/code&amp;gt;, 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 &amp;lt;code&amp;gt;even&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;odd&amp;lt;/code&amp;gt; sets all rows to have that striping color.  Setting to &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt; 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.&lt;br /&gt;
&lt;br /&gt;
:; ''abovestyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:; ''belowstyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: CSS styles to apply to the top cell (specified via the ''above'' parameter) and bottom cell (specified via the ''below'' parameter). Typically used to set background color or text alignment:&lt;br /&gt;
::: &amp;lt;code&amp;gt;abovestyle = background:#''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;abovestyle = text-align:[''left/center/right''];&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''imagestyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:; ''imageleftstyle''&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: 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:&lt;br /&gt;
::: &amp;lt;code&amp;gt;imagestyle = width:5em;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Default styles =====&lt;br /&gt;
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]].&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;bodystyle  = background:#fdfdfd; width:100%; vertical-align:middle;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;titlestyle = background:#ccccff; padding-left:1em; padding-right:1em; text-align:center;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;abovestyle = background:#ddddff; padding-left:1em; padding-right:1em; text-align:center;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;belowstyle = background:#ddddff; padding-left:1em; padding-right:1em; text-align:center;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;groupstyle = background:#ddddff; padding-left:1em; padding-right:1em; text-align:right;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;liststyle  = background:transparent; text-align:left/center;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;oddstyle   = background:transparent;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;evenstyle  = background:#f7f7f7;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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 &amp;lt;code&amp;gt;text-align:left;&amp;lt;/code&amp;gt; if it has a group, if not it defaults to &amp;lt;code&amp;gt;text-align:center;&amp;lt;/code&amp;gt;. Since only ''bodystyle'' has a vertical-align all the others inherit its &amp;lt;code&amp;gt;vertical-align:middle;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Advanced parameters ===&lt;br /&gt;
:; ''aboveclass''&lt;br /&gt;
:; ''groupclass''&lt;br /&gt;
:; ''listclass''&lt;br /&gt;
:; ''belowclass''&lt;br /&gt;
:: This enables attaching a CSS class to group or list cells. The most common use for ''listclass'' is to give it the &amp;lt;tt&amp;gt;hlist&amp;lt;/tt&amp;gt; class that will cause lists to render horizontally. All these parameters accept the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class, but if more than one parameter is used for &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt;, use {{para|bodyclass|hlist}} instead.&lt;br /&gt;
&lt;br /&gt;
:; ''titlegroup''&lt;br /&gt;
:: This puts a group in the title area, with the same default styles as ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''. It should be used only in exceptional circumstances (usually advanced meta-templates) and its use requires some knowledge of the internal code of {{tl|Navbox}}; you should be ready to manually set up CSS styles to get everything to work properly if you wish to use it. If you think you have an application for this parameter, it might be best to change your mind, or consult the talk page first.&lt;br /&gt;
&lt;br /&gt;
:; ''titlegroupstyle''&lt;br /&gt;
:: The styles for the titlegroup cell.&lt;br /&gt;
&lt;br /&gt;
:; ''innerstyle''&lt;br /&gt;
:: 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.&lt;br /&gt;
&lt;br /&gt;
====Microformats====&lt;br /&gt;
:; ''bodyclass''&lt;br /&gt;
:: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the navbox as a whole.&lt;br /&gt;
&lt;br /&gt;
:; ''titleclass''&lt;br /&gt;
:: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the navbox's title caption.&lt;br /&gt;
&lt;br /&gt;
This template supports the addition of microformat information. This is done by adding &amp;quot;class&amp;quot; attributes to various data cells, indicating what kind of information is contained within. To flag a navbox as containing [[hCard]] information about a person, for example, add the following parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|bodyclass = vcard&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''and''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|titleclass = fn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''or'' (for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
|title = The books of &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[Iain Banks]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...and so forth.&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [[microformat]] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
== Layout of table ==&lt;br /&gt;
Table generated by {{tl|Navbox}} '''without''' ''image'', ''above'' and ''below'' parameters (gray list background color added for illustration only):&lt;br /&gt;
{{Navbox&lt;br /&gt;
|name = Navbox/doc&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|liststyle = background:silver;&lt;br /&gt;
|title = {{{title}}}&lt;br /&gt;
|group1 = {{{group1}}}&lt;br /&gt;
|list1 = {{{list1}}}&lt;br /&gt;
|group2 = {{{group2}}}&lt;br /&gt;
|list2 = {{{list2}}}&lt;br /&gt;
|list3 = {{{list3}}} ''without {{{group3}}}''&lt;br /&gt;
|group4 = {{{group4}}}&lt;br /&gt;
|list4 = {{{list4}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table generated by {{tl|Navbox}} '''with''' ''image'', ''above'' and ''below'' parameters (gray list background color added for illustration only):&lt;br /&gt;
{{Navbox&lt;br /&gt;
|name = Navbox/doc&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|liststyle = background:silver;&lt;br /&gt;
|image = {{{image}}}&lt;br /&gt;
|title = {{{title}}}&lt;br /&gt;
|above = {{{above}}}&lt;br /&gt;
|group1 = {{{group1}}}&lt;br /&gt;
|list1 = {{{list1}}}&lt;br /&gt;
|group2 = {{{group2}}}&lt;br /&gt;
|list2 = {{{list2}}}&lt;br /&gt;
|list3 = {{{list3}}} ''without {{{group3}}}''&lt;br /&gt;
|group4 = {{{group4}}}&lt;br /&gt;
|list4 = {{{list4}}}&lt;br /&gt;
|below = {{{below}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table generated by {{tl|Navbox}} '''with''' ''image'', ''imageleft'', ''lists'', and '''without''' ''groups'', ''above'', ''below'' (gray list background color added for illustration only):&lt;br /&gt;
{{Navbox&lt;br /&gt;
|name = Navbox/doc&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|liststyle = background:silver;&lt;br /&gt;
|image = {{{image}}}&lt;br /&gt;
|imageleft = {{{imageleft}}}&lt;br /&gt;
|title = {{{title}}}&lt;br /&gt;
|list1 = {{{list1}}}&lt;br /&gt;
|list2 = {{{list2}}}&lt;br /&gt;
|list3 = {{{list3}}}&lt;br /&gt;
|list4 = {{{list4}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;!--Please do not encourage folks to use &amp;lt;div&amp;gt;s within Navboxes as (unless handled carefully) they can negate liststyles/groupstyles/etc settings.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== No image ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| group1 = Centre&lt;br /&gt;
| list1  = &lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
| group2 = Area&lt;br /&gt;
| list2  = &lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
&lt;br /&gt;
| group3 = Major landmarks&lt;br /&gt;
| list3  = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
* [[Kuala Lumpur International Airport]]&lt;br /&gt;
&lt;br /&gt;
| group4 = Infrastructure&lt;br /&gt;
| list4  = &lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
| group5 = Prime applications&lt;br /&gt;
| list5  = &lt;br /&gt;
* [[EGovernment]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name   = Navbox/doc&lt;br /&gt;
| state  = uncollapsed&lt;br /&gt;
| title  = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| group1 = Centre&lt;br /&gt;
| list1  = &lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
| group2 = Area&lt;br /&gt;
| list2  = &lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
&lt;br /&gt;
| group3 = Major landmarks&lt;br /&gt;
| list3  = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
* [[Kuala Lumpur International Airport]]&lt;br /&gt;
&lt;br /&gt;
| group4 = Infrastructure&lt;br /&gt;
| list4  = &lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
| group5 = Prime applications&lt;br /&gt;
| list5  = &lt;br /&gt;
* [[EGovernment]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== With image, without groups ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| list1 = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
* [[Kuala Lumpur International Airport]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| list1 = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
* [[Kuala Lumpur International Airport]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== With two images, without groups, multiple lists ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| imageleft = [[File:Flag of Malaysia.svg|80px]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| list1 = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
&lt;br /&gt;
| list2 = &lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
| list3 = &lt;br /&gt;
* [[EGovernment]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
&lt;br /&gt;
| list4 = &lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| imageleft = [[File:Flag of Malaysia.svg|80px]]&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| list1 = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
&lt;br /&gt;
| list2 = &lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
| list3 = &lt;br /&gt;
* [[EGovernment]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
&lt;br /&gt;
| list4 = &lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== With image, groups, above, below ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| above = Above text goes here&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| group1 = Centre&lt;br /&gt;
| list1  = &lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
| group2 = Area&lt;br /&gt;
| list2  = &lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
&lt;br /&gt;
| group3 = Major landmarks&lt;br /&gt;
| list3  = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
| group4 = Infrastructure&lt;br /&gt;
| list4  = &lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
| group5 = Prime applications&lt;br /&gt;
| list5  = &lt;br /&gt;
* [[EGovernment]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
&lt;br /&gt;
| below  = Website: {{URL|http://www.msc.com.my/}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
| name  = Navbox/doc&lt;br /&gt;
| title = [[Multimedia Super Corridor|MSC Malaysia]]&lt;br /&gt;
| image = [[File:Flag of Malaysia.svg|80px|link=|alt=]]&lt;br /&gt;
| above = Above text goes here&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
&lt;br /&gt;
| group1 = Centre&lt;br /&gt;
| list1  = &lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
| group2 = Area&lt;br /&gt;
| list2  = &lt;br /&gt;
* [[Klang Valley]]&lt;br /&gt;
&lt;br /&gt;
| group3 = Major landmarks&lt;br /&gt;
| list3  = &lt;br /&gt;
* [[Petronas Twin Towers]]&lt;br /&gt;
* [[Kuala Lumpur Tower]]&lt;br /&gt;
* [[Kuala Lumpur Sentral]]&lt;br /&gt;
* [[Technology Park Malaysia]]&lt;br /&gt;
* [[Putrajaya]]&lt;br /&gt;
* [[Cyberjaya]]&lt;br /&gt;
&lt;br /&gt;
| group4 = Infrastructure&lt;br /&gt;
| list4  = &lt;br /&gt;
* [[Express Rail Link]]&lt;br /&gt;
* [[KL-KLIA Dedicated Expressway]]&lt;br /&gt;
&lt;br /&gt;
| group5 = Prime applications&lt;br /&gt;
| list5  = &lt;br /&gt;
* [[EGovernment]]&lt;br /&gt;
* [[MyKad]]&lt;br /&gt;
&lt;br /&gt;
| below  = Website: {{URL|http://www.msc.com.my/}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Child navboxes ==&lt;br /&gt;
{{Selfref|For additional examples, see the [[Template:Navbox/testcases|Navbox testcases page]].}}&lt;br /&gt;
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 &amp;quot;child&amp;quot;.  The basic code for doing this is as follows (which adds a subgroup for the first group/list area):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
|name = {{subst:PAGENAME}}&lt;br /&gt;
|title = Title&lt;br /&gt;
&lt;br /&gt;
|group1 = [optional]&lt;br /&gt;
|list1 = {{Navbox|child&lt;br /&gt;
   ...child navbox parameters...&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Subgroups example ===&lt;br /&gt;
{{main|Template:Navbox subgroup}}&lt;br /&gt;
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 &amp;lt;code&amp;gt;border = child&amp;lt;/code&amp;gt; or the first unnamed parameter set to &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt;. 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 &amp;lt;code&amp;gt;liststyle = background:transparent;&amp;lt;/code&amp;gt; in each of the navboxes.&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
|name = Navbox/doc&lt;br /&gt;
|image = [[File:Flag of the United States.svg|100px|link=|alt=]]&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|title = Multiple Subgroup Example&lt;br /&gt;
|above = Above&lt;br /&gt;
|below = Below&lt;br /&gt;
&lt;br /&gt;
|group1 = Group1&lt;br /&gt;
|list1 = List1&lt;br /&gt;
|group2 = Group2&lt;br /&gt;
|list2 = &lt;br /&gt;
 {{Navbox|child&lt;br /&gt;
  |evenodd = swap&lt;br /&gt;
  |group1 = Group2.1&lt;br /&gt;
  |list1 = List1&lt;br /&gt;
  |group2 = Group2.2&lt;br /&gt;
  |list2 = List2&lt;br /&gt;
  |group3 = Group2.3&lt;br /&gt;
  |list3 = List3&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
|group3 = Group3&lt;br /&gt;
|list3 = List3&lt;br /&gt;
&lt;br /&gt;
|group4 = Group4&lt;br /&gt;
|list4 = &lt;br /&gt;
 {{Navbox|child&lt;br /&gt;
  |evenodd = swap&lt;br /&gt;
  |group1 = Group4.1&lt;br /&gt;
  |list1 = List1&lt;br /&gt;
  |group2 = Group4.2&lt;br /&gt;
  |list2 = List2&lt;br /&gt;
  |group3 = Group4.3&lt;br /&gt;
  |list3 = List3&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Multiple show/hides in a single container ===&lt;br /&gt;
{{main|Template:Navbox with collapsible groups}}&lt;br /&gt;
The example below is generated using a regular navbox for the main container, then its list1, list2, and list3 parameters each contain another navbox, with &amp;lt;code&amp;gt;1 = child&amp;lt;/code&amp;gt; set. The view (v), discuss (d), edit (e) navbar links are hidden using &amp;lt;code&amp;gt;navbar = plain&amp;lt;/code&amp;gt; for each of them, or could be suppresed by just leaving out the ''name'' parameter (child navboxes do not require the name parameter to be set, unlike regular navboxes).&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
|name = Navbox/doc&lt;br /&gt;
|title = [[File:Blason France moderne.svg|x17px|link=|alt=]] [[File:Flag of France.svg|x17px|link=|alt=]] [[French colonial empire|Former French overseas empire]]&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|list1 = {{Navbox|child&lt;br /&gt;
 |navbar     = plain&lt;br /&gt;
 |title      = [[French colonial empire|Former French colonies]] in [[Africa]] and the [[Indian Ocean]]&lt;br /&gt;
 |listclass  = hlist &lt;br /&gt;
&lt;br /&gt;
 |group1 = [[Mahgreb]]&lt;br /&gt;
 |list1  = &lt;br /&gt;
* [[French rule in Algeria|Algeria]]&lt;br /&gt;
* [[French Morocco|Morocco]] &amp;lt;small&amp;gt;([[Arguin|Arguin Island]])&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[History of Tunisia|Tunisia]]&lt;br /&gt;
&lt;br /&gt;
 |group2 = [[French West Africa]]&lt;br /&gt;
 |list2  = &lt;br /&gt;
* [[History of Côte d'Ivoire#French Period|Côte d'Ivoire]]&lt;br /&gt;
* [[French Dahomey|Dahomey]]&lt;br /&gt;
* [[French Sudan]]&lt;br /&gt;
* [[French Guinea|Guinea]]&lt;br /&gt;
* [[History of Mauritania#French colonization and post-colonial history|Mauritania]]&lt;br /&gt;
* [[History of Niger#Colonization|Niger]]&lt;br /&gt;
* [[History of Senegal|Senegal]]&lt;br /&gt;
* [[French Upper Volta|Upper Volta]]&lt;br /&gt;
* [[French Togoland]]&lt;br /&gt;
* [[James Island (The Gambia)|James Island]]&lt;br /&gt;
&lt;br /&gt;
 |group3 = [[French Equatorial Africa]]&lt;br /&gt;
 |list3  = &lt;br /&gt;
* [[Colonial Chad|Chad]]&lt;br /&gt;
* [[History of Gabon|Gabon]]&lt;br /&gt;
* [[History of the Republic of the Congo|Middle Congo]]&lt;br /&gt;
* [[Oubangui-Chari]]&lt;br /&gt;
&lt;br /&gt;
 |group4 = [[Comoros]]&lt;br /&gt;
 |list4  = &lt;br /&gt;
* [[Anjouan]]&lt;br /&gt;
* [[Grande Comore]]&lt;br /&gt;
* [[Mohéli]]&lt;br /&gt;
* [[History of Djibouti#French Interest|French Somaliland (Djibouti)]]&lt;br /&gt;
* [[History of Madagascar#French control|Madagascar]]&lt;br /&gt;
* [[Mauritius|Ile de France]]&lt;br /&gt;
* [[Seychelles]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|list2 = {{Navbox|child&lt;br /&gt;
 |navbar     = plain&lt;br /&gt;
 |title      = [[French colonial empire|Former French colonies]] in the [[Americas]]&lt;br /&gt;
 |listclass  = hlist &lt;br /&gt;
&lt;br /&gt;
 |list1 = &lt;br /&gt;
* [[New France]]{{spaces|2}}&amp;lt;small&amp;gt;([[Acadia]], [[Louisiana (New France)|Louisiana]], [[Canada, New France|Canada]], [[Newfoundland (island)|Terre Neuve]]) 1655–1763 &amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 |list2 = &lt;br /&gt;
* [[Inini]]&lt;br /&gt;
* [[Berbice]]&lt;br /&gt;
* [[Saint-Domingue]] &amp;lt;small&amp;gt;([[Haiti]])&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Tobago]]&lt;br /&gt;
* [[History of the British Virgin Islands|Virgin Islands]]&lt;br /&gt;
* [[France Antarctique]]&lt;br /&gt;
* [[France Équinoxiale]]&lt;br /&gt;
&lt;br /&gt;
 |below      = [[French West India Company]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|list3 = {{Navbox|child&lt;br /&gt;
 |navbar     = plain&lt;br /&gt;
 |title      = [[French colonial empire|Former French colonies]] in [[Asia]] and [[Oceania]]&lt;br /&gt;
 |listclass  = hlist &lt;br /&gt;
&lt;br /&gt;
 |group1 = [[French India]]&lt;br /&gt;
 |list1  = &lt;br /&gt;
* [[Chandernagor]]&lt;br /&gt;
* [[Coromandel Coast]]&lt;br /&gt;
* [[History of Chennai|Madras]]&lt;br /&gt;
* [[Mahé, India|Mahé]]&lt;br /&gt;
* [[History of Pondicherry|Pondichéry]]&lt;br /&gt;
* [[Karaikal]]&lt;br /&gt;
* [[Yanam (India)|Yanaon]]&lt;br /&gt;
&lt;br /&gt;
 |group2 = [[French Indochina]]&lt;br /&gt;
 |list2  = &lt;br /&gt;
* [[Colonial Cambodia|Cambodia]]&lt;br /&gt;
* [[History of Laos to 1945#French Laos|Laos]]&lt;br /&gt;
* [[French Indochina|Vietnam]] &amp;lt;small&amp;gt;([[Annam (French colony)|Annam]], [[Cochinchina]], [[Tonkin]])&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 |group3 = Other Asian&lt;br /&gt;
 |list3  = &lt;br /&gt;
* [[Alawite State|Alaouites]]&lt;br /&gt;
* [[Republic of Hatay|Alexandretta-Hatay]]&lt;br /&gt;
* [[Sri Lanka|Ceylon]]&lt;br /&gt;
* [[Kwangchowan]]&lt;br /&gt;
&lt;br /&gt;
 |group4 = [[Oceania]]&lt;br /&gt;
 |list4  = &lt;br /&gt;
* [[New Hebrides]] [[History of Vanuatu|(Vanuatu)]]&lt;br /&gt;
&lt;br /&gt;
 |below      = [[French East India Company]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Relationship with other Navbox templates ==&lt;br /&gt;
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 &amp;lt;nowiki&amp;gt;(*)&amp;lt;/nowiki&amp;gt; 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 &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt;. For example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox|child ...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox with columns|child ...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Navbox with collapsible groups|child ...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Technical details ==&lt;br /&gt;
*This template uses CSS classes for most of its looks, thus it is fully skinnable.&lt;br /&gt;
*Internally this meta template uses HTML markup instead of wiki markup for the table code. That is the usual way we make meta templates since wiki markup has several drawbacks. For instance it makes it harder to use [[m:Help:ParserFunctions|parser functions]] and special characters in parameters.&lt;br /&gt;
*For more technical details see the [[{{TALKPAGENAME}}|talk page]], the CSS classes in [[MediaWiki:common.css]] and the collapsible table used to hide the box in [[MediaWiki:common.js]].&lt;br /&gt;
&lt;br /&gt;
=== Intricacies ===&lt;br /&gt;
*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 &amp;lt;code&amp;gt;bodystyle = background:purple;&amp;lt;/code&amp;gt;), then you'll need to make the border-left-color match the background color (i.e. &amp;lt;code&amp;gt;liststyle = border-left-color:purple;&amp;lt;/code&amp;gt;).  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.&lt;br /&gt;
*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:&lt;br /&gt;
::&amp;lt;code&amp;gt;groupstyle = width:10em;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;liststyle = width:auto;&amp;lt;/code&amp;gt;&lt;br /&gt;
*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 &amp;lt;code&amp;gt;style/bodystyle&amp;lt;/code&amp;gt;, then this will not work.&lt;br /&gt;
*The default margin-left and margin-right of the outer navbox table are set to &amp;quot;auto;&amp;quot;.  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:&lt;br /&gt;
::&amp;lt;code&amp;gt;style = width:22em;float:right;margin-left:1em;margin-right:0em;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Copying to other projects or wikis? ===&lt;br /&gt;
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 [[Template talk:Navbox|talk page]].&lt;br /&gt;
&lt;br /&gt;
===Known issues===&lt;br /&gt;
#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=&amp;quot;all&amp;quot;}}.&lt;br /&gt;
#Excessive use of the '''unsubstituted''' {{tlx|•}} template as a delimiter, can in extreme cases cause the wiki page rendering to fail&amp;amp;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 &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class avoids the delimiter transclusion issue altogether, as the delimiters are rendered via CSS.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Navbar}} – Used for the navigation links in navbox.&lt;br /&gt;
* {{tl|Nobold}} – To display text at normal font-weight within a context where the default font-weight is bold, e.g. header cells in tables.&lt;br /&gt;
* {{tl|Sidebar}} – Vertically-aligned navigation (navbox) templates&lt;br /&gt;
* {{strikethrough|{{tl|Nowrap begin}} – The recommended format for adding bullets, pipes, or dashes between list items.}} Deprecated; use the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class.&lt;br /&gt;
* {{strikethrough|{{tn|·}} and {{tn|•}} – The dot and bullet commonly used to separate items in Navbox lists.}} Deprecated; use the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class.&lt;br /&gt;
* {{strikethrough|{{tl|Flatlist}} – An accessible and semantically valid method (using an HTML list) of separating items in Navbox lists.}} Deprecated; use the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class.&lt;br /&gt;
* [[Template:Navbox/testcases]] – For additional examples of template code&lt;br /&gt;
* [[Wikipedia:Line break handling]] – The how-to guide about how to handle word wraps (line breaks) on Wikipedia, such as the wrapping of the link lists used in navboxes.&lt;br /&gt;
&lt;br /&gt;
{{Navigation templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!--Categories--&amp;gt;&lt;br /&gt;
[[Category:Navigational boxes| ]]&lt;br /&gt;
[[Category:Templates generating microformats]]&lt;br /&gt;
[[Category:Wikipedia metatemplates]]&lt;br /&gt;
[[Category:Exclude in print]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Other languages--&amp;gt;&lt;br /&gt;
[[af:Sjabloon:Navbox]]&lt;br /&gt;
[[ar:قالب:Navbox generic]]&lt;br /&gt;
[[as:Template:Navbox]]&lt;br /&gt;
[[be:Шаблон:Навігацыйная табліца]]&lt;br /&gt;
[[be-x-old:Шаблён:Навігацыйная табліца]]&lt;br /&gt;
[[bn:টেমপ্লেট:Navbox]]&lt;br /&gt;
[[bs:Šablon:Navkutija]]&lt;br /&gt;
[[bg:Шаблон:Navbox]]&lt;br /&gt;
[[ca:Plantilla:Navbox]]&lt;br /&gt;
[[cs:Šablona:Navbox]]&lt;br /&gt;
[[cy:Nodyn:Blwch llywio]]&lt;br /&gt;
[[da:Skabelon:Navboks]]&lt;br /&gt;
[[dsb:Pśedłoga:Nawitabela]]&lt;br /&gt;
[[et:Mall:Navmall]]&lt;br /&gt;
[[es:Plantilla:Plantilla de navegación]]&lt;br /&gt;
[[eo:Ŝablono:Navigilo2]]&lt;br /&gt;
[[ext:Prantilla:Navbox]]&lt;br /&gt;
[[fa:الگو:Navbox]]&lt;br /&gt;
[[fr:Modèle:Méta palette de navigation]]&lt;br /&gt;
[[gl:Modelo:Navbox]]&lt;br /&gt;
[[gu:ઢાંચો:Navbox]]&lt;br /&gt;
[[ko:틀:안내]]&lt;br /&gt;
[[hy:Կաղապար:Navbox]]&lt;br /&gt;
[[hi:साँचा:Navbox]]&lt;br /&gt;
[[hsb:Předłoha:Nawitabela]]&lt;br /&gt;
[[hr:Predložak:Navigacija]]&lt;br /&gt;
[[id:Templat:Navbox]]&lt;br /&gt;
[[os:Шаблон:Navbox]]&lt;br /&gt;
[[is:Snið:Navbox]]&lt;br /&gt;
[[ka:თარგი:ნავდაფა]]&lt;br /&gt;
[[csb:Szablóna:Navbox]]&lt;br /&gt;
[[ku:Şablon:Navbox]]&lt;br /&gt;
[[lv:Veidne:Navbox]]&lt;br /&gt;
[[lmo:Mudel:Navbox]]&lt;br /&gt;
[[mk:Шаблон:Navbox]]&lt;br /&gt;
[[mr:साचा:Navbox]]&lt;br /&gt;
[[ms:Templat:Navbox]]&lt;br /&gt;
[[nds-nl:Mal:Nav]]&lt;br /&gt;
[[ja:Template:Navbox]]&lt;br /&gt;
[[no:Mal:Navbox]]&lt;br /&gt;
[[pl:Szablon:Navbox]]&lt;br /&gt;
[[pt:Predefinição:Navbox]]&lt;br /&gt;
[[ro:Format:Casetă de navigare]]&lt;br /&gt;
[[ru:Шаблон:Navbox]]&lt;br /&gt;
[[sk:Šablóna:Navigačná lišta]]&lt;br /&gt;
[[sl:Predloga:Navpolje]]&lt;br /&gt;
[[ckb:داڕێژە:Navbox]]&lt;br /&gt;
[[fi:Malline:Navbox generic]]&lt;br /&gt;
[[sv:Mall:Navbox]]&lt;br /&gt;
[[tt:Үрнәк:Navbox]]&lt;br /&gt;
[[th:แม่แบบ:Navbox]]&lt;br /&gt;
[[tr:Şablon:Dolaşım]]&lt;br /&gt;
[[uk:Шаблон:Navbox]]&lt;br /&gt;
[[zh-yue:Template:Navbox]]&lt;br /&gt;
[[zh:Template:Navbox]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>50.53.15.51</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.ntbigroup.com/index.php?title=Template:Navbox_subgroup/doc&amp;diff=994</id>
		<title>Template:Navbox subgroup/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.ntbigroup.com/index.php?title=Template:Navbox_subgroup/doc&amp;diff=994"/>
		<updated>2012-03-02T21:31:48Z</updated>

		<summary type="html">&lt;p&gt;50.53.15.51: remove cats and interwikis from sandbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Esoteric}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{Navbox suite}}&lt;br /&gt;
This template is designed to be used with {{tl|Navbox}} or other [[Wikipedia:Navigation templates|navigation template]]s that allow creating lists of links with groups headers or titles. This template allows the creation of subgroups that can be assigned to a list item within {{tl|Navbox}}. A subgroup may contain up to 20 list items.&lt;br /&gt;
&lt;br /&gt;
== Blank template ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Navbox subgroup&lt;br /&gt;
| groupstyle = &lt;br /&gt;
| liststyle  = &lt;br /&gt;
&lt;br /&gt;
| group1 = &lt;br /&gt;
| list1  = &lt;br /&gt;
| group2 = &lt;br /&gt;
| list2  = &lt;br /&gt;
...&lt;br /&gt;
| group20 = &lt;br /&gt;
| list20  = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
This template employs all parameters of {{t1|Navbox}}.  Please see the documentation there for more complete descriptions.  In fact, the only differences between this template and {{t1|Navbox}} are as follows:&lt;br /&gt;
*The border parameter defaults to &amp;quot;child&amp;quot;&lt;br /&gt;
*The group padding defaults to 0.75em on the left/right, and can only be changed with the &amp;lt;code&amp;gt;grouppadding&amp;lt;/code&amp;gt; parameter.  This is done to prevent the [[Internet Explorer box model bug]] from affecting the width of groups.&lt;br /&gt;
Everything else is ''exactly'' the same as {{t1|Navbox}}.&lt;br /&gt;
&lt;br /&gt;
Only the most common parameters are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Cells ===&lt;br /&gt;
:; ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&lt;br /&gt;
::  (i.e. ''list1'', ''list2'', ... ''list20'') 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. Each ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' may be preceded by a corresponding ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameter, if provided (see below). The background color of the list items (and the entire table) defaults to &amp;lt;code&amp;gt;transparent&amp;lt;/code&amp;gt;, therefore it displays the same background color used in the parent navigation box.&lt;br /&gt;
&lt;br /&gt;
:; ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&lt;br /&gt;
:: (i.e. ''group1'', ''group2'', ..., ''group20'') If specified, text appears in a header cell displayed to the left of ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''. If omitted, ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' uses the full width of the table. The background color defaults to &amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;background:#e6e6ff; color:black;&amp;quot;&amp;gt;#e6e6ff&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, but can be changed via the ''groupstyle'' parameter (see below).&lt;br /&gt;
&lt;br /&gt;
=== Styles ===&lt;br /&gt;
:; ''bodystyle''&lt;br /&gt;
:: Specifies [[Cascading Style Sheets|CSS]] styles to apply to the template body. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;background:#''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;text-align:[''right/center/left/justified''];&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''groupstyle''&lt;br /&gt;
:: CSS styles to apply to the ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' cells. This option overrides any styles that are applied to the entire table. Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;background:#''nnnnnn'';&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;text-align:[''left/center/right''];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;vertical-align:[''top/middle/bottom''];&amp;lt;/code&amp;gt;&lt;br /&gt;
::: &amp;lt;code&amp;gt;white-space:nowrap;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''grouppadding''&lt;br /&gt;
:: CSS style to specify group padding.  Should usually be specified using em units.  It is recommended to leave this parameter alone and use the default padding.  Examples:&lt;br /&gt;
::: &amp;lt;code&amp;gt;grouppadding = 0em 1em;&amp;lt;/code&amp;gt; (1em on left/right, 0em on top/bottom)&lt;br /&gt;
::: &amp;lt;code&amp;gt;grouppadding = 0em 0.5em 0em 1em;&amp;lt;/code&amp;gt; (0em top, 0.5em right, 0em bottom, 1em left)&lt;br /&gt;
&lt;br /&gt;
:; ''liststyle''&lt;br /&gt;
:: CSS styles to apply to all lists. Overridden by the ''oddstyle'' and ''evenstyle'' parameters (if specified) below.&lt;br /&gt;
&lt;br /&gt;
:; ''oddstyle''&lt;br /&gt;
:; ''evenstyle''&lt;br /&gt;
:: CSS styles to apply to the odd-numbered list items (''list1'', ''list3'', etc) or even-numbered list items (''list2'', ''list4'', etc), respectively. Typically used to set background color (&amp;lt;code&amp;gt;background:#''nnnnnn'';&amp;lt;/code&amp;gt;) in order to achieve an alternating background color between odd and even-numbered lists.&lt;br /&gt;
&lt;br /&gt;
:; ''evenodd'' &amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;&amp;lt;code&amp;gt;[swap, even, odd, off]&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:: If set to &amp;lt;code&amp;gt;swap&amp;lt;/code&amp;gt;, 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 &amp;lt;code&amp;gt;even&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;odd&amp;lt;/code&amp;gt; sets all rows to have that striping color.  Setting to &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt; disables automatic row striping. NOTE: Due to system limitations, do '''not''' use a semi-colon to close this command. &lt;br /&gt;
&lt;br /&gt;
==Setting the width of groups==&lt;br /&gt;
If multiple {{t1|Navbox subgroup}} templates are used inside of a parent {{t1|Navbox}}, it generally looks better if the width of the groups matches up.  In order to do this, one must set the &amp;lt;code&amp;gt;groupwidth&amp;lt;/code&amp;gt; parameter:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;groupwidth = 10em&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An alternative way is to set the &amp;lt;code&amp;gt;groupstyle&amp;lt;/code&amp;gt; parameters to contain the desired width, and the &amp;lt;code&amp;gt;liststyle&amp;lt;/code&amp;gt; parameters to have width:auto (due to HTML/CSS reasons).  For example, place the following code in each {{t1|Navbox subgroup}} to adjust the widths:&lt;br /&gt;
:&amp;lt;code&amp;gt;groupstyle = width:10em;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;liststyle = width:auto;&amp;lt;/code&amp;gt;&lt;br /&gt;
*NOTE: For the &amp;lt;code&amp;gt;groupstyle&amp;lt;/code&amp;gt; widths to work, you '''must''' set the &amp;lt;code&amp;gt;liststyle&amp;lt;/code&amp;gt; width to &amp;quot;auto&amp;quot;.&lt;br /&gt;
If you also use the &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;imageleft&amp;lt;/code&amp;gt; parameters, then you will most likely also need to set their width manually using the &amp;lt;code&amp;gt;imagestyle&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;imageleftstyle&amp;lt;/code&amp;gt; parameters.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
=== Example 1 ===&lt;br /&gt;
The following is an example of ''Navbox subgroup'' used within a ''Navbox'' template.&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
| state  = uncollapsed&lt;br /&gt;
| name   = Protected Areas of Colorado&lt;br /&gt;
| title  = Protected Areas of Colorado&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| group1 = National Park Service&lt;br /&gt;
| list1  = {{Navbox subgroup&lt;br /&gt;
  | group1 = National Parks&lt;br /&gt;
  | list1  =&lt;br /&gt;
*[[Black Canyon of the Gunnison National Park|Black Canyon of the Gunnison]]&lt;br /&gt;
*[[Great Sand Dunes National Park and Preserve|Great Sand Dunes]]&lt;br /&gt;
*[[Mesa Verde National Park|Mesa Verde]]&lt;br /&gt;
*[[Rocky Mountain National Park|Rocky Mountain]]&lt;br /&gt;
  | group2 = National Monuments&lt;br /&gt;
  | list2  =&lt;br /&gt;
*[[Colorado National Monument|Colorado]]&lt;br /&gt;
*[[Florissant Fossil Beds National Monument|Florissant Fossil Beds]]&lt;br /&gt;
*[[Hovenweep National Monument|Hovenweep]]&lt;br /&gt;
*[[Yucca House National Monument|Yucca House]]&lt;br /&gt;
  | group3 = National Historic Sites&lt;br /&gt;
  | list3  =&lt;br /&gt;
*[[Bent's Old Fort National Historic Site|Bent's Old Fort]]&lt;br /&gt;
*[[Sand Creek Massacre National Historic Site|Sand Creek Massacre]]&lt;br /&gt;
  | group4 = National Recreation Area&lt;br /&gt;
  | list4  =&lt;br /&gt;
*[[Curecanti National Recreation Area|Curecanti]]&lt;br /&gt;
  }}&lt;br /&gt;
| group2 = National Forests&lt;br /&gt;
| list2  =&lt;br /&gt;
*[[Arapaho National Forest|Arapaho]]&lt;br /&gt;
*[[Grand Mesa National Forest|Grand Mesa]]&lt;br /&gt;
*[[Gunnison National Forest|Gunnison]]&lt;br /&gt;
*[[Pike National Forest|Pike]]&lt;br /&gt;
*[[Rio Grande National Forest|Rio Grande]]&lt;br /&gt;
*[[Roosevelt National Forest|Roosevelt]]&lt;br /&gt;
*[[Medicine Bow - Routt National Forest|Medicine Bow - Routt]]&lt;br /&gt;
*[[San Isabel National Forest|San Isabel]]&lt;br /&gt;
*[[San Juan National Forest|San Juan]]&lt;br /&gt;
*[[Uncompahgre National Forest|Uncompahgre]]&lt;br /&gt;
*[[White River National Forest|White River]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:scroll;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| state  = uncollapsed&lt;br /&gt;
| name   = Protected Areas of Colorado&lt;br /&gt;
| title  = Protected Areas of Colorado&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| group1 = National Park Service&lt;br /&gt;
| list1  = {{Navbox subgroup&lt;br /&gt;
  | group1 = National Parks&lt;br /&gt;
  | list1  =&lt;br /&gt;
*[[Black Canyon of the Gunnison National Park|Black Canyon of the Gunnison]]&lt;br /&gt;
*[[Great Sand Dunes National Park and Preserve|Great Sand Dunes]]&lt;br /&gt;
*[[Mesa Verde National Park|Mesa Verde]]&lt;br /&gt;
*[[Rocky Mountain National Park|Rocky Mountain]]&lt;br /&gt;
  | group2 = National Monuments&lt;br /&gt;
  | list2  =&lt;br /&gt;
*[[Colorado National Monument|Colorado]]&lt;br /&gt;
*[[Florissant Fossil Beds National Monument|Florissant Fossil Beds]]&lt;br /&gt;
*[[Hovenweep National Monument|Hovenweep]]&lt;br /&gt;
*[[Yucca House National Monument|Yucca House]]&lt;br /&gt;
  | group3 = National Historic Sites&lt;br /&gt;
  | list3  =&lt;br /&gt;
*[[Bent's Old Fort National Historic Site|Bent's Old Fort]]&lt;br /&gt;
*[[Sand Creek Massacre National Historic Site|Sand Creek Massacre]]&lt;br /&gt;
  | group4 = National Recreation Area&lt;br /&gt;
  | list4  =&lt;br /&gt;
*[[Curecanti National Recreation Area|Curecanti]]&lt;br /&gt;
  }}&lt;br /&gt;
| group2 = National Forests&lt;br /&gt;
| list2  =&lt;br /&gt;
*[[Arapaho National Forest|Arapaho]]&lt;br /&gt;
*[[Grand Mesa National Forest|Grand Mesa]]&lt;br /&gt;
*[[Gunnison National Forest|Gunnison]]&lt;br /&gt;
*[[Pike National Forest|Pike]]&lt;br /&gt;
*[[Rio Grande National Forest|Rio Grande]]&lt;br /&gt;
*[[Roosevelt National Forest|Roosevelt]]&lt;br /&gt;
*[[Medicine Bow - Routt National Forest|Medicine Bow - Routt]]&lt;br /&gt;
*[[San Isabel National Forest|San Isabel]]&lt;br /&gt;
*[[San Juan National Forest|San Juan]]&lt;br /&gt;
*[[Uncompahgre National Forest|Uncompahgre]]&lt;br /&gt;
*[[White River National Forest|White River]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example 2 ===&lt;br /&gt;
This example implements horizontal group headings by assigning the headings to &amp;lt;code&amp;gt;list1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;list3&amp;lt;/code&amp;gt; and the links to &amp;lt;code&amp;gt;list2&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;list4&amp;lt;/code&amp;gt;), then using &amp;lt;code&amp;gt;list1style&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;list3style&amp;lt;/code&amp;gt; to set the background color of the headings.&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
| state = expanded&lt;br /&gt;
| name  = Roman Emperors&lt;br /&gt;
| title = Roman Emperors&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| group1 = Crisis 235 AD - 284 AD&lt;br /&gt;
| list1  =&lt;br /&gt;
*[[Maximinus Thrax]]&lt;br /&gt;
*[[Gordian I]]&lt;br /&gt;
*[[Gordian II]]&lt;br /&gt;
*[[Pupienus]] and [[Balbinus]]&lt;br /&gt;
*[[Gordian III]]&lt;br /&gt;
*[[Philip the Arab]]&lt;br /&gt;
*[[Decius]]&lt;br /&gt;
*[[Trebonianus Gallus]]&lt;br /&gt;
*[[Aemilianus]]&lt;br /&gt;
*[[Valerian (emperor)|Valerian]]&lt;br /&gt;
*[[Gallienus]]&lt;br /&gt;
*[[Claudius II]]&lt;br /&gt;
*[[Quintillus]]&lt;br /&gt;
*[[Aurelian]]&lt;br /&gt;
*[[Marcus Claudius Tacitus]]&lt;br /&gt;
*[[Florianus]]&lt;br /&gt;
*[[Marcus Aurelius Probus|Probus]]&lt;br /&gt;
*[[Carus]]&lt;br /&gt;
*[[Numerian]]&lt;br /&gt;
*[[Carinus]]&lt;br /&gt;
| group2 = Dominate&lt;br /&gt;
| list2  = &lt;br /&gt;
  {{Navbox subgroup&lt;br /&gt;
   |list1style = background:#ddf;&lt;br /&gt;
   |list1 = '''284 AD - 395 AD'''&lt;br /&gt;
   |list2 =&lt;br /&gt;
*[[Diocletian]]&lt;br /&gt;
*[[Maximian]]&lt;br /&gt;
*[[Constantius Chlorus|Constantius I]]&lt;br /&gt;
*[[Galerius]]&lt;br /&gt;
*[[Flavius Valerius Severus|Severus II]]&lt;br /&gt;
*[[Maxentius]]&lt;br /&gt;
*[[Maximinus]]&lt;br /&gt;
*[[Licinius]]&lt;br /&gt;
*[[Constantine I]]&lt;br /&gt;
*[[Constantine II (emperor)|Constantine II]]&lt;br /&gt;
*[[Constans|Constans I]]&lt;br /&gt;
*[[Constantius II]]&lt;br /&gt;
*[[Julian the Apostate]]&lt;br /&gt;
*[[Jovian (Emperor)|Jovian]]&lt;br /&gt;
*[[Valentinian I]]&lt;br /&gt;
*[[Valens]]&lt;br /&gt;
*[[Gratian]]&lt;br /&gt;
*[[Valentinian II]]&lt;br /&gt;
*[[Eugenius]]&lt;br /&gt;
*[[Theodosius I]]&lt;br /&gt;
   |list3style = background:#ddf;&lt;br /&gt;
   |list3 = '''Western Empire (393 AD - 476 AD)'''&lt;br /&gt;
   |list4 =&lt;br /&gt;
*[[Honorius (emperor)|Honorius]]&lt;br /&gt;
*[[Constantius III]]&lt;br /&gt;
*[[Joannes]]&lt;br /&gt;
*[[Valentinian III]]&lt;br /&gt;
*[[Petronius Maximus]]&lt;br /&gt;
*[[Avitus]]&lt;br /&gt;
*[[Majorian]]&lt;br /&gt;
*[[Libius Severus]]&lt;br /&gt;
*[[Anthemius]]&lt;br /&gt;
*[[Olybrius]]&lt;br /&gt;
*[[Glycerius]]&lt;br /&gt;
*[[Julius Nepos]]&lt;br /&gt;
*[[Romulus Augustus]]&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:scroll;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox&lt;br /&gt;
| state = expanded&lt;br /&gt;
| name  = Roman Emperors&lt;br /&gt;
| title = Roman Emperors&lt;br /&gt;
| listclass = hlist&lt;br /&gt;
| group1 = Crisis 235 AD - 284 AD&lt;br /&gt;
| list1  =&lt;br /&gt;
*[[Maximinus Thrax]]&lt;br /&gt;
*[[Gordian I]]&lt;br /&gt;
*[[Gordian II]]&lt;br /&gt;
*[[Pupienus]] and [[Balbinus]]&lt;br /&gt;
*[[Gordian III]]&lt;br /&gt;
*[[Philip the Arab]]&lt;br /&gt;
*[[Decius]]&lt;br /&gt;
*[[Trebonianus Gallus]]&lt;br /&gt;
*[[Aemilianus]]&lt;br /&gt;
*[[Valerian (emperor)|Valerian]]&lt;br /&gt;
*[[Gallienus]]&lt;br /&gt;
*[[Claudius II]]&lt;br /&gt;
*[[Quintillus]]&lt;br /&gt;
*[[Aurelian]]&lt;br /&gt;
*[[Marcus Claudius Tacitus]]&lt;br /&gt;
*[[Florianus]]&lt;br /&gt;
*[[Marcus Aurelius Probus|Probus]]&lt;br /&gt;
*[[Carus]]&lt;br /&gt;
*[[Numerian]]&lt;br /&gt;
*[[Carinus]]&lt;br /&gt;
| group2 = Dominate&lt;br /&gt;
| list2  = &lt;br /&gt;
  {{Navbox subgroup&lt;br /&gt;
   |list1style = background:#ddf;&lt;br /&gt;
   |list1 = '''284 AD - 395 AD'''&lt;br /&gt;
   |list2 =&lt;br /&gt;
*[[Diocletian]]&lt;br /&gt;
*[[Maximian]]&lt;br /&gt;
*[[Constantius Chlorus|Constantius I]]&lt;br /&gt;
*[[Galerius]]&lt;br /&gt;
*[[Flavius Valerius Severus|Severus II]]&lt;br /&gt;
*[[Maxentius]]&lt;br /&gt;
*[[Maximinus]]&lt;br /&gt;
*[[Licinius]]&lt;br /&gt;
*[[Constantine I]]&lt;br /&gt;
*[[Constantine II (emperor)|Constantine II]]&lt;br /&gt;
*[[Constans|Constans I]]&lt;br /&gt;
*[[Constantius II]]&lt;br /&gt;
*[[Julian the Apostate]]&lt;br /&gt;
*[[Jovian (Emperor)|Jovian]]&lt;br /&gt;
*[[Valentinian I]]&lt;br /&gt;
*[[Valens]]&lt;br /&gt;
*[[Gratian]]&lt;br /&gt;
*[[Valentinian II]]&lt;br /&gt;
*[[Eugenius]]&lt;br /&gt;
*[[Theodosius I]]&lt;br /&gt;
   |list3style = background:#ddf;&lt;br /&gt;
   |list3 = '''Western Empire (393 AD - 476 AD)'''&lt;br /&gt;
   |list4 =&lt;br /&gt;
*[[Honorius (emperor)|Honorius]]&lt;br /&gt;
*[[Constantius III]]&lt;br /&gt;
*[[Joannes]]&lt;br /&gt;
*[[Valentinian III]]&lt;br /&gt;
*[[Petronius Maximus]]&lt;br /&gt;
*[[Avitus]]&lt;br /&gt;
*[[Majorian]]&lt;br /&gt;
*[[Libius Severus]]&lt;br /&gt;
*[[Anthemius]]&lt;br /&gt;
*[[Olybrius]]&lt;br /&gt;
*[[Glycerius]]&lt;br /&gt;
*[[Julius Nepos]]&lt;br /&gt;
*[[Romulus Augustus]]&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{t1|Navbox}} – Basic navbox&lt;br /&gt;
* {{t1|Navbox with columns}} – Allows columns instead of groups/lists&lt;br /&gt;
* {{t1|Navbox with collapsible groups}} – Another variation.&lt;br /&gt;
* {{strikethrough|[[Wikipedia:Line break handling]] – The how-to guide about how to handle word wraps (line breaks) on Wikipedia, such as the wrapping of the link lists used in navboxes.}} Deprecated; use the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class.&lt;br /&gt;
* {{strikethrough|{{tl|Nowrap begin}} – The recommended format for adding bullets, pipes, or dashes between list items.}} Deprecated; use the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class.&lt;br /&gt;
* {{t1|Nobold}} – To display text at normal font-weight within a context where the default font-weight is bold, e.g. header cells in tables.&lt;br /&gt;
&lt;br /&gt;
{{Navigation templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!--Categories--&amp;gt;&lt;br /&gt;
[[Category:Navigational boxes| ]]&lt;br /&gt;
[[Category:Wikipedia metatemplates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Other languages--&amp;gt;&lt;br /&gt;
[[ar:قالب:Navbox subgroup]]&lt;br /&gt;
[[be-x-old:Шаблён:Навігацыйная сабтабліца]]&lt;br /&gt;
[[bg:Шаблон:Навигационен шаблон подгрупа]]&lt;br /&gt;
[[ca:Plantilla:Navbox subgroup]]&lt;br /&gt;
[[eo:Ŝablono:Navigilo subgrupo]]&lt;br /&gt;
[[fr:Modèle:Méta palette de navigation sous-groupe]]&lt;br /&gt;
[[hsb:Předłoha:Nawitabela z podskupinami]]&lt;br /&gt;
[[hy:Կաղապար:Navbox subgroup]]&lt;br /&gt;
[[ko:틀:안내/중첩]]&lt;br /&gt;
[[ku:Şablon:Navbox subgroup]]&lt;br /&gt;
[[id:Templat:Navbox subgroup]]&lt;br /&gt;
[[ja:Template:Navbox subgroup]]&lt;br /&gt;
[[ka:თარგი:ნავდაფა ქვეჯგუფი]]&lt;br /&gt;
[[pt:Predefinição:Navbox subgroup]]&lt;br /&gt;
[[ro:Format:Subgrup casetă de navigare]]&lt;br /&gt;
[[ru:Шаблон:Navbox subgroups]]&lt;br /&gt;
[[simple:Template:Navbox generic subgroup]]&lt;br /&gt;
[[sl:Predloga:Navpolje podskupina]]&lt;br /&gt;
[[tr:Şablon:Dolaşım iç]]&lt;br /&gt;
[[uk:Шаблон:Navbox subgroup]]&lt;br /&gt;
[[zh:Template:Navbox subgroup]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>50.53.15.51</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.ntbigroup.com/index.php?title=Template:Navbox_with_collapsible_groups/doc&amp;diff=1097</id>
		<title>Template:Navbox with collapsible groups/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.ntbigroup.com/index.php?title=Template:Navbox_with_collapsible_groups/doc&amp;diff=1097"/>
		<updated>2012-03-02T21:30:51Z</updated>

		<summary type="html">&lt;p&gt;50.53.15.51: remove cats and interwikis from sandbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{high-risk| 49,000+ }}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{{Navbox suite}}&lt;br /&gt;
This template produces a [[Wikipedia:Navigation templates|navigation template]] that has groups of relevant articles on a certain topic. All groups are hidden by default. However, with a parameter call, an individual group can be shown that has the other articles in the same group.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Please remove the parameters that are left blank. The template currently supports up to 20 groups/lists but more can be added if needed.  You should use a minimum of two groups/lists; otherwise, use {{t1|Navbox}} instead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Navbox with collapsible groups&lt;br /&gt;
|name = {{subst:PAGENAME}}&lt;br /&gt;
|state = &lt;br /&gt;
|selected = {{{1|}}}&lt;br /&gt;
&lt;br /&gt;
|title = &lt;br /&gt;
|titlestyle = &lt;br /&gt;
|groupstyle = &lt;br /&gt;
|image = &lt;br /&gt;
&lt;br /&gt;
|group1 = &lt;br /&gt;
|abbr1 = &lt;br /&gt;
|list1 =&lt;br /&gt;
&lt;br /&gt;
|group2 = &lt;br /&gt;
|abbr2 = &lt;br /&gt;
|list2 = &lt;br /&gt;
&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
|group20 = &lt;br /&gt;
|abbr20 = &lt;br /&gt;
|list20 = &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
This template shares many common parameters with its sister templates {{t1|Navbox}} and {{t1|Navbox with columns}}.  The common parameters are marked with a cross&amp;lt;sup&amp;gt;'''†'''&amp;lt;/sup&amp;gt;.  Please refer to the documentation of {{t1|Navbox}} for more in depth descriptions and examples of those parameters.&lt;br /&gt;
&lt;br /&gt;
===Setup parameters===&lt;br /&gt;
:;name&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::The name of the template. The name of this template, for example, is &amp;quot;Navbox with collapsible groups&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:; ''state''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt; &amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;[&amp;lt;code&amp;gt;uncollapsed, collapsed, plain, off&amp;lt;/code&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
::The initial state of the show/hide feature for the main title.  See {{t1|Navbox}} for more information.  Does not affect display or hiding of group items, see ''state&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'', below.&lt;br /&gt;
&lt;br /&gt;
:;''navbar''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::Possible values are &amp;lt;code&amp;gt;plain&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;off&amp;lt;/code&amp;gt;, and the default value of blank.  See {{t1|Navbox}} for more information.&lt;br /&gt;
&lt;br /&gt;
:;''border''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::Possible values are &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;, and the default value of blank.  Set to &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt; if you wish to use the navbox inside of another navbox; with this option, the child navbox is borderless and fits snuggly inside of its parent navbox.  The parent navbox may be the list area of {{t1|Navbox}}, the columns of a {{t1|Navbox with columns}}, or a list area of {{t1|Navbox with collapsible groups}}.  See {{t1|Navbox}} for more information and examples.&lt;br /&gt;
&lt;br /&gt;
===Basic data parameters===&lt;br /&gt;
:;'''''title'''''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::The title of the template, displayed centered in the titlebar at the top of the template.&lt;br /&gt;
&lt;br /&gt;
:;''above''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::Text or other elements to appear above groups/lists.&lt;br /&gt;
&lt;br /&gt;
:;''image''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::Image to the right of all of the groups/lists.&lt;br /&gt;
&lt;br /&gt;
:;''imageleft''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::Image to the left of all of the groups/lists.&lt;br /&gt;
&lt;br /&gt;
:;''below''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::Text or other elements to appear below the groups/lists.&lt;br /&gt;
&lt;br /&gt;
===Group/list parameters===&lt;br /&gt;
:; ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: The title of each section.&lt;br /&gt;
&lt;br /&gt;
:; ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: The content/wikilinks that will be shown in the group. {{strikethrough|Use dots or bullets as separators (see the [[#See also|See also]] section).}}  A {{t1|Navbox}} or {{t1|Navbox with columns}} can optionally be used here with its &amp;lt;code&amp;gt;border = child&amp;lt;/code&amp;gt; parameter set.  If this is done, leave the corresponding group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; blank, as the child navbox will already provide the collapsible feature.&lt;br /&gt;
&lt;br /&gt;
:; ''abbr&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&lt;br /&gt;
:: This is the abbreviation of the group.  See &amp;lt;code&amp;gt;selected&amp;lt;/code&amp;gt; parameter immediately below to see how to use this parameter.  This parameter is optional, but recommended.&lt;br /&gt;
&lt;br /&gt;
:; ''selected''&lt;br /&gt;
:: If the value of &amp;lt;code&amp;gt;selected&amp;lt;/code&amp;gt; equals the value of &amp;lt;code&amp;gt;abbr&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;, then list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; is uncollapsed and all other lists are collapsed.  If &amp;lt;code&amp;gt;selected&amp;lt;/code&amp;gt; is left blank, or if it does not match any &amp;lt;code&amp;gt;abbr&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;, then all groups are collapsed.  Usually this parameter should be set to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{{1|}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;. Since this template is a base template for others, there has to be a way to pass the group parameter from the article, to the secondary template to this one.&lt;br /&gt;
&lt;br /&gt;
:: The collapsed/uncollapsed options can be listed on the template's page by using the {{tl|Collapsible sections option}} template in the &amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt; part of the page.&lt;br /&gt;
&lt;br /&gt;
:; ''state&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' &amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;[&amp;lt;code&amp;gt;uncollapsed, collapsed, plain, off&amp;lt;/code&amp;gt;]&amp;lt;/span&amp;gt;&lt;br /&gt;
:: The initial collapsible state of list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;.  Set to collapsed by default.  Overridden to uncollapsed if &amp;lt;code&amp;gt;selected&amp;lt;/code&amp;gt; equals &amp;lt;code&amp;gt;abbr&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:; ''image&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&lt;br /&gt;
:: An image to appear in the list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; content area on the right side.&lt;br /&gt;
&lt;br /&gt;
:; ''imageleft&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''&lt;br /&gt;
:: An image to appear in the list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; content area on the left side.&lt;br /&gt;
&lt;br /&gt;
===Style parameters===&lt;br /&gt;
:;''bodystyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::CSS style/s to apply to the entire template&lt;br /&gt;
&lt;br /&gt;
:;''titlestyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::[[Wikipedia:CSS|CSS]] style/s to apply to titlebar; usually &amp;lt;code&amp;gt;background:''color''&amp;lt;/code&amp;gt;.  The color of wikilink text must be manually changed using span tags.  For example use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;title = [[Scouting|&amp;lt;span style=&amp;quot;color:ivory;&amp;quot;&amp;gt;Scouting&amp;lt;/span&amp;gt;]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to change the color of the link to ivory.  The [show]/[hide] button and the vde link button use the color set in the titlestyle parameter.  Here is an example of setting the titlestyle:&lt;br /&gt;
:::&amp;lt;code&amp;gt;titlestyle = background:darkgreen;color:ivory;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:;''abovestyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:;''belowstyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::CSS style/s to apply to the ''above'' and ''below'' parameters, respectively.&lt;br /&gt;
&lt;br /&gt;
:;''basestyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::CSS style/s to apply to the ''title'', ''above'', ''below'', and ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;'' parameters, all at the same time.&lt;br /&gt;
&lt;br /&gt;
:;''imagestyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::CSS style/s to apply to the ''image'' parameter.  Does not get applied to the image&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; parameters.&lt;br /&gt;
&lt;br /&gt;
:;''imageleftstyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
::CSS style/s to apply to the ''imageleft'' parameter.  Does not get applied to the imageleft&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; parameters.&lt;br /&gt;
&lt;br /&gt;
:; ''groupstyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: CSS style/s to apply to all group heading parameters.  Visit [http://meyerweb.com/eric/tools/color-blend/ this website] to get a lighter color similar to the title background color. Example:&lt;br /&gt;
:::&amp;lt;code&amp;gt;groupstyle = background:lightgreen;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:; ''group&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''style&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: CSS style/s to apply to a specific group heading; overrides any CSS styles set in ''groupstyle''.&lt;br /&gt;
&lt;br /&gt;
:; ''liststyle''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: CSS style/s to apply to all list content parameters.&lt;br /&gt;
&lt;br /&gt;
:; ''list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;''style&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: CSS style/s to apply to specific list content parameters; overrides any CSS styles set in ''liststyle''.&lt;br /&gt;
&lt;br /&gt;
:; ''listpadding''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: Padding to have in each list cell; defaults to 0.25em on the left/right and 0em on the top/bottom.&lt;br /&gt;
&lt;br /&gt;
===Microformat parameters===&lt;br /&gt;
:; ''bodyclass''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox as a whole.&lt;br /&gt;
&lt;br /&gt;
:; ''titleclass''&amp;lt;sup&amp;gt;†&amp;lt;/sup&amp;gt;&lt;br /&gt;
:: This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox's title caption.&lt;br /&gt;
&lt;br /&gt;
:See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [[microformat]] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
===Basic example===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:scroll;&amp;quot;&amp;gt;&lt;br /&gt;
{{Navbox with collapsible groups&lt;br /&gt;
|name = University of Michigan&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|title = [[University of Michigan|&amp;lt;span style=&amp;quot;color:#FFD700;&amp;quot;&amp;gt;The University of Michigan, Ann Arbor&amp;lt;/span&amp;gt;]]&lt;br /&gt;
|titlestyle = background:#00008B;color:#FFD700;&lt;br /&gt;
|listclass = hlist&lt;br /&gt;
|groupstyle = background:#FFD700;color:#00008B;&lt;br /&gt;
|image = &lt;br /&gt;
|selected = {{{1|}}}&lt;br /&gt;
&lt;br /&gt;
|group1 = [[University of Michigan#Academic profile|&amp;lt;span style=&amp;quot;color:#00008B;&amp;quot;&amp;gt;Academics&amp;lt;/span&amp;gt;]]&lt;br /&gt;
|abbr1 = academics&lt;br /&gt;
|list1 =&lt;br /&gt;
*[[University of Michigan College of Engineering|College of Engineering]]&lt;br /&gt;
*[[University of Michigan College of Literature, Science, and the Arts|College of Literature, Science and the Arts]]&lt;br /&gt;
*[[Gerald R. Ford School of Public Policy]]&lt;br /&gt;
*[[University of Michigan Law School|Law School]]&lt;br /&gt;
*[[University of Michigan Health System|Medical School]]&lt;br /&gt;
*[[Ross School of Business]]&lt;br /&gt;
*[[University of Michigan School of Education|School of Education]]&lt;br /&gt;
*[[University of Michigan School of Information|School of Information]]&lt;br /&gt;
*[[University of Michigan School of Music, Theatre &amp;amp; Dance|School of Music, Theatre &amp;amp; Dance]]&lt;br /&gt;
*[[University of Michigan School of Natural Resources and Environment|School of Natural Resources and Environment]]&lt;br /&gt;
*[[University of Michigan School of Public Health|School of Public Health]]&lt;br /&gt;
*[[Taubman College of Architecture and Urban Planning]]&lt;br /&gt;
&lt;br /&gt;
|group2 = [[Michigan Wolverines|&amp;lt;span style=&amp;quot;color:#00008B;&amp;quot;&amp;gt;Athletics&amp;lt;/span&amp;gt;]]&lt;br /&gt;
|abbr2 = athletics&lt;br /&gt;
|state2 = uncollapsed&lt;br /&gt;
|list2 =&lt;br /&gt;
*[[Michigan Stadium]]&lt;br /&gt;
*[[Crisler Arena]]&lt;br /&gt;
*[[Yost Ice Arena]]&lt;br /&gt;
*[[Michigan Wolverines]]&lt;br /&gt;
*[[Michigan Wolverines football|Football]]&lt;br /&gt;
*[[Michigan – Ohio State football rivalry|UM-OSU Rivalry]]&lt;br /&gt;
*[[Little Brown Jug (American football)|Little Brown Jug]]&lt;br /&gt;
*[[Paul Bunyan Trophy]]&lt;br /&gt;
*[[Cold War (ice hockey)|Cold War]]&lt;br /&gt;
&lt;br /&gt;
|group3 = Campus&lt;br /&gt;
|abbr3 = campus&lt;br /&gt;
|list3 =&lt;br /&gt;
*[[Angell Hall Observatory]]&lt;br /&gt;
*[[Burton Memorial Tower|Burton Tower]]&lt;br /&gt;
*[[The Diag]]&lt;br /&gt;
*[[David M. Dennison Building|Dennison Building]]&lt;br /&gt;
*[[Gerald R. Ford Presidential Library]]&lt;br /&gt;
*[[Hill Auditorium]]&lt;br /&gt;
*[[Lurie Tower]]&lt;br /&gt;
*[[Matthaei Botanical Gardens]]&lt;br /&gt;
*[[Michigan Union]]&lt;br /&gt;
*[[Museums at the University of Michigan|Museums]]&lt;br /&gt;
*[[Nichols Arboretum]]&lt;br /&gt;
*[[University of Michigan Health System|UM Health System]]&lt;br /&gt;
*[[University of Michigan Library|University Library]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Navbox with collapsible groups&lt;br /&gt;
|name = University of Michigan&lt;br /&gt;
|state = uncollapsed&lt;br /&gt;
|title = [[University of Michigan|&amp;lt;span style=&amp;quot;color:#FFD700;&amp;quot;&amp;gt;The University of Michigan, Ann Arbor&amp;lt;/span&amp;gt;]]&lt;br /&gt;
|titlestyle = background:#00008B;color:#FFD700;&lt;br /&gt;
|listclass = hlist&lt;br /&gt;
|groupstyle = background:#FFD700;color:#00008B;&lt;br /&gt;
|image = &lt;br /&gt;
|selected = {{{1|}}}&lt;br /&gt;
&lt;br /&gt;
|group1 = [[University of Michigan#Academic profile|&amp;lt;span style=&amp;quot;color:#00008B;&amp;quot;&amp;gt;Academics&amp;lt;/span&amp;gt;]]&lt;br /&gt;
|abbr1 = academics&lt;br /&gt;
|list1 =&lt;br /&gt;
*[[University of Michigan College of Engineering|College of Engineering]]&lt;br /&gt;
*[[University of Michigan College of Literature, Science, and the Arts|College of Literature, Science and the Arts]]&lt;br /&gt;
*[[Gerald R. Ford School of Public Policy]]&lt;br /&gt;
*[[University of Michigan Law School|Law School]]&lt;br /&gt;
*[[University of Michigan Health System|Medical School]]&lt;br /&gt;
*[[Ross School of Business]]&lt;br /&gt;
*[[University of Michigan School of Education|School of Education]]&lt;br /&gt;
*[[University of Michigan School of Information|School of Information]]&lt;br /&gt;
*[[University of Michigan School of Music, Theatre &amp;amp; Dance|School of Music, Theatre &amp;amp; Dance]]&lt;br /&gt;
*[[University of Michigan School of Natural Resources and Environment|School of Natural Resources and Environment]]&lt;br /&gt;
*[[University of Michigan School of Public Health|School of Public Health]]&lt;br /&gt;
*[[Taubman College of Architecture and Urban Planning]]&lt;br /&gt;
&lt;br /&gt;
|group2 = [[Michigan Wolverines|&amp;lt;span style=&amp;quot;color:#00008B;&amp;quot;&amp;gt;Athletics&amp;lt;/span&amp;gt;]]&lt;br /&gt;
|abbr2 = athletics&lt;br /&gt;
|state2 = uncollapsed&lt;br /&gt;
|list2 =&lt;br /&gt;
*[[Michigan Stadium]]&lt;br /&gt;
*[[Crisler Arena]]&lt;br /&gt;
*[[Yost Ice Arena]]&lt;br /&gt;
*[[Michigan Wolverines]]&lt;br /&gt;
*[[Michigan Wolverines football|Football]]&lt;br /&gt;
*[[Michigan – Ohio State football rivalry|UM-OSU Rivalry]]&lt;br /&gt;
*[[Little Brown Jug (American football)|Little Brown Jug]]&lt;br /&gt;
*[[Paul Bunyan Trophy]]&lt;br /&gt;
*[[Cold War (ice hockey)|Cold War]]&lt;br /&gt;
&lt;br /&gt;
|group3 = Campus&lt;br /&gt;
|abbr3 = campus&lt;br /&gt;
|list3 =&lt;br /&gt;
*[[Angell Hall Observatory]]&lt;br /&gt;
*[[Burton Memorial Tower|Burton Tower]]&lt;br /&gt;
*[[The Diag]]&lt;br /&gt;
*[[David M. Dennison Building|Dennison Building]]&lt;br /&gt;
*[[Gerald R. Ford Presidential Library]]&lt;br /&gt;
*[[Hill Auditorium]]&lt;br /&gt;
*[[Lurie Tower]]&lt;br /&gt;
*[[Matthaei Botanical Gardens]]&lt;br /&gt;
*[[Michigan Union]]&lt;br /&gt;
*[[Museums at the University of Michigan|Museums]]&lt;br /&gt;
*[[Nichols Arboretum]]&lt;br /&gt;
*[[University of Michigan Health System|UM Health System]]&lt;br /&gt;
*[[University of Michigan Library|University Library]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Nesting other Navbox forms===&lt;br /&gt;
This example shows {{t1|Navbox}}, {{t1|Navbox with collapsible groups}} and {{t1|Navbox with columns}} all working together.  Press the edit button for the section to view the code.  Note that each of the child navboxes has the first parameter set to &amp;lt;code&amp;gt;child&amp;lt;/code&amp;gt;&lt;br /&gt;
{{Navbox with collapsible groups&lt;br /&gt;
|name = Navbox with collapsible groups&lt;br /&gt;
|title = Navbox, Navbox with columns, and Navbox with collapsible groups together&lt;br /&gt;
|selected = {{{1|}}}&lt;br /&gt;
|listclass = hlist&lt;br /&gt;
&lt;br /&gt;
|group1 = [[:Category:Scouting|The Scouting Movement]]&lt;br /&gt;
|abbr1 = movement&lt;br /&gt;
|list1 =&lt;br /&gt;
*[[Scouting]]&lt;br /&gt;
*''[[Scouting for Boys]]''&lt;br /&gt;
*[[Scout method]]&lt;br /&gt;
*[[Scout Law]]&lt;br /&gt;
*[[Scout Promise]]&lt;br /&gt;
*[[Scout Motto]]&lt;br /&gt;
*[[Wood Badge]]&lt;br /&gt;
*[[Age groups in Scouting and Guiding]]&lt;br /&gt;
*[[Cub Scout]]&lt;br /&gt;
*[[Scout (Scouting)|Boy Scout]]&lt;br /&gt;
*[[Rover Scout]]&lt;br /&gt;
*[[Brownie (Girl Guides)|Brownie]]&lt;br /&gt;
*[[Girl Guiding and Girl Scouting]]&lt;br /&gt;
*[[Ranger (Girl Guide)]]&lt;br /&gt;
*[[Jamboree (Scouting)|Jamboree]]&lt;br /&gt;
*[[Scout Leader]]&lt;br /&gt;
*[[World Organization of the Scout Movement|WOSM]]&lt;br /&gt;
*[[World Association of Girl Guides and Girl Scouts|WAGGGS]]&lt;br /&gt;
*[[Non-aligned Scouting and Scout-like organisations|Non-aligned organisations]]&lt;br /&gt;
*[[Scouting controversy and conflict]]&lt;br /&gt;
*[[Scouting in popular culture]]&lt;br /&gt;
*[[List of Scouts]]&lt;br /&gt;
*[[List of highest awards in Scouting]]&lt;br /&gt;
&lt;br /&gt;
|list2 = {{Navbox|child&lt;br /&gt;
|title      = [[French colonial empire|Former French colonies]] in [[Africa]] and the [[Indian Ocean]]&lt;br /&gt;
|state      = {{#ifeq:{{{1|}}}|french|uncollapsed|collapsed}}&lt;br /&gt;
|titlestyle = background#&lt;br /&gt;
|groupstyle = background:lavender;&lt;br /&gt;
&lt;br /&gt;
|group1 = [[Maghreb|Mahgreb]]&lt;br /&gt;
|list1  =&lt;br /&gt;
*[[French Algeria|Algeria]]&lt;br /&gt;
*[[French protectorate of Morocco|Morocco]]&amp;amp;nbsp;&amp;lt;small&amp;gt;([[Arguin|Arguin Island]])&amp;lt;/small&amp;gt;&lt;br /&gt;
*[[History of Tunisia|Tunisia]]&lt;br /&gt;
&lt;br /&gt;
|group2 = [[French West Africa]]&lt;br /&gt;
|list2  =&lt;br /&gt;
*[[History of Côte d'Ivoire#French Period|Côte d'Ivoire]]&lt;br /&gt;
*[[French Dahomey|Dahomey]]&lt;br /&gt;
*[[French Sudan]]&lt;br /&gt;
*[[French Guinea|Guinea]]&lt;br /&gt;
*[[History of Mauritania#French colonization and post-colonial history|Mauritania]]&lt;br /&gt;
*[[History of Niger#Colonization|Niger]]&lt;br /&gt;
*[[History of Senegal|Senegal]]&lt;br /&gt;
*[[French Upper Volta|Upper Volta]]&lt;br /&gt;
&lt;br /&gt;
|group3 = &amp;amp;nbsp;&lt;br /&gt;
|list3  =&lt;br /&gt;
*[[French Togoland]]&lt;br /&gt;
*[[James Island (Gambia)|James Island]]&lt;br /&gt;
&lt;br /&gt;
|group4 = [[French Equatorial Africa]]&lt;br /&gt;
|list4  =&lt;br /&gt;
*[[Colonial Chad|Chad]]&lt;br /&gt;
*[[History of Gabon|Gabon]]&lt;br /&gt;
*[[History of the Republic of the Congo|Middle Congo]]&lt;br /&gt;
*[[Ubangi-Shari|Oubangui-Chari]]&lt;br /&gt;
&lt;br /&gt;
|group5 = [[Comoros]]&lt;br /&gt;
|list5  =&lt;br /&gt;
*[[Anjouan]]&lt;br /&gt;
*[[Grande Comore]]&lt;br /&gt;
*[[Mohéli]]&lt;br /&gt;
&lt;br /&gt;
|group6 = &amp;amp;nbsp;&lt;br /&gt;
|list6  =&lt;br /&gt;
*[[History of Djibouti#French interest|French Somaliland (Djibouti)]]&lt;br /&gt;
*[[History of Madagascar#French control|Madagascar]]&lt;br /&gt;
*[[Mauritius|Ile de France]]&lt;br /&gt;
*[[Seychelles]]&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|group3 = [[:Category:Scouting in the United Kingdom|Scouting in the United Kingdom]]&lt;br /&gt;
|abbr3 = Scouting&lt;br /&gt;
|list3 =&lt;br /&gt;
*[[The Scout Association]]&lt;br /&gt;
*[[Girlguiding UK]]&lt;br /&gt;
*[[Beaver Scouts]]&lt;br /&gt;
*[[Cub Scouts (The Scout Association)|Cub Section (UK)]]&lt;br /&gt;
*[[Venture Scout]]&lt;br /&gt;
*[[Explorer Scouts (The Scout Association)|Explorer Scouts]]&lt;br /&gt;
*[[Brownie (Girl Guides)]]&lt;br /&gt;
*[[Ranger (Girl Guide)]]&lt;br /&gt;
*[[Rainbow (Girl Guides)]]&lt;br /&gt;
*[[Scout Network]]&lt;br /&gt;
*[[Chief Scout (The Scout Association)|Chief Scout (United Kingdom)]]&lt;br /&gt;
*[[Scout Counties (The Scout Association)|Scout Counties]]&lt;br /&gt;
*[[Scout District]]&lt;br /&gt;
*[[Scouts (The Scout Association)|Scout Section (UK)]]&lt;br /&gt;
*[[Scout Activity Centre (The Scout Association)|Scout Activity Centre]]&lt;br /&gt;
*[[Young Leaders (The Scout Association)|Young Leaders]]&lt;br /&gt;
&lt;br /&gt;
|list4 = {{Navbox with columns|child&lt;br /&gt;
|state = {{#ifeq:{{{1|}}}|coltest|uncollapsed|collapsed}}&lt;br /&gt;
|title = Navbox with columns nested in itself&lt;br /&gt;
|colstyle = text-align:center;&lt;br /&gt;
&lt;br /&gt;
|col1width = 33%&lt;br /&gt;
|col2width = 17%&lt;br /&gt;
|col3width = 33%&lt;br /&gt;
|col4width = 17%&lt;br /&gt;
&lt;br /&gt;
|col1header = Col1Header&lt;br /&gt;
|col2header = Col2Header&lt;br /&gt;
|col3header = Col3Header&lt;br /&gt;
|col4header = Col4Header&lt;br /&gt;
&lt;br /&gt;
|col1 = {{Navbox with columns|child&lt;br /&gt;
  |colwidth = 50%&lt;br /&gt;
  |colstyle = text-align:center;&lt;br /&gt;
&lt;br /&gt;
  |col1header = Col1.1Header&lt;br /&gt;
  |col2header = Col1.2Header&lt;br /&gt;
&lt;br /&gt;
  |col1 = Col1.1&lt;br /&gt;
  |col2 = Col1.2&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
|col2 = Col2&lt;br /&gt;
&lt;br /&gt;
|col3 = {{Navbox with columns|child&lt;br /&gt;
  |colwidth = 33%&lt;br /&gt;
  |colstyle = text-align:center;&lt;br /&gt;
&lt;br /&gt;
  |col1header = Col3.1Header&lt;br /&gt;
  |col2header = Col3.2Header&lt;br /&gt;
  |col3header = Col3.3Header&lt;br /&gt;
&lt;br /&gt;
  |col1 = Col3.1&lt;br /&gt;
  |col2 = Col3.2&lt;br /&gt;
  |col3 = Col3.3&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
|col4 = Col4&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Nesting Navboxes to get more groups/lists===&lt;br /&gt;
You can conveniently nest Navboxes, including {{t1|Navbox with collapsible groups}}, to get an unlimited number of groups/lists.  The following example uses one instance of {{t1|Navbox with collapsible groups}} to get the first 10 collapsible groups, a nested instance to get the next 10, and another nested instance to get the last 6.  See the code to learn how it works.  It is fairly simple to extend this to as many groups/lists as you like:&lt;br /&gt;
&lt;br /&gt;
{{Navbox with collapsible groups&lt;br /&gt;
|name = {{PAGENAME}}&lt;br /&gt;
|state = collapsed&lt;br /&gt;
|title = Title&lt;br /&gt;
|selected = {{{1|}}}&lt;br /&gt;
&lt;br /&gt;
|group1 = A&lt;br /&gt;
|list1 = List A&lt;br /&gt;
|group2 = B&lt;br /&gt;
|list2 = List B&lt;br /&gt;
|group3 = C&lt;br /&gt;
|list3 = List C&lt;br /&gt;
|group4 = D&lt;br /&gt;
|list4 = List D&lt;br /&gt;
|group5 = E&lt;br /&gt;
|list5 = List E&lt;br /&gt;
|group6 = F&lt;br /&gt;
|list6 = List F&lt;br /&gt;
|group7 = G&lt;br /&gt;
|list7 = List G&lt;br /&gt;
|group8 = H&lt;br /&gt;
|list8 = List H&lt;br /&gt;
|group9 = I&lt;br /&gt;
|list9 = List I&lt;br /&gt;
&lt;br /&gt;
|list10 = {{Navbox with collapsible groups|child&lt;br /&gt;
  |selected = {{{1|}}}&lt;br /&gt;
&lt;br /&gt;
  |group1 = J&lt;br /&gt;
  |list1 = List J&lt;br /&gt;
  |group2 = K&lt;br /&gt;
  |list2 = List K&lt;br /&gt;
  |group3 = L&lt;br /&gt;
  |list3 = List L&lt;br /&gt;
  |group4 = M&lt;br /&gt;
  |list4 = List M&lt;br /&gt;
  |group5 = N&lt;br /&gt;
  |list5 = List N&lt;br /&gt;
  |group6 = O&lt;br /&gt;
  |list6 = List O&lt;br /&gt;
  |group7 = P&lt;br /&gt;
  |list7 = List P&lt;br /&gt;
  |group8 = Q&lt;br /&gt;
  |list8 = List Q&lt;br /&gt;
  |group9 = R&lt;br /&gt;
  |list9 = List R&lt;br /&gt;
&lt;br /&gt;
|list10 = {{Navbox with collapsible groups|child&lt;br /&gt;
  |selected = {{{1|}}}&lt;br /&gt;
&lt;br /&gt;
  |group1 = S&lt;br /&gt;
  |list1 = List S&lt;br /&gt;
  |group2 = T&lt;br /&gt;
  |list2 = List T&lt;br /&gt;
  |group3 = U&lt;br /&gt;
  |list3 = List U&lt;br /&gt;
  |group4 = V&lt;br /&gt;
  |list4 = List V&lt;br /&gt;
  |group5 = W&lt;br /&gt;
  |list5 = List W&lt;br /&gt;
  |group6 = X&lt;br /&gt;
  |list6 = List X&lt;br /&gt;
  |group7 = Y&lt;br /&gt;
  |list7 = List Y&lt;br /&gt;
  |group8 = Z&lt;br /&gt;
  |list8 = List Z&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{strikethrough|{{tl|Nowrap begin}} – Provides an explanation of the preferred method of using bullets or pipes to delimit list items.}} Deprecated; use the &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; class.&lt;br /&gt;
{{Navigation templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!--Categories--&amp;gt;&lt;br /&gt;
[[Category:Navigational boxes| ]]&lt;br /&gt;
[[Category:Wikipedia metatemplates]]&lt;br /&gt;
&lt;br /&gt;
[[ar:قالب:تصفح مجموعات مطوية]]&lt;br /&gt;
[[be-x-old:Шаблён:Навігацыйная табліца з падгрупамі]]&lt;br /&gt;
[[bn:টেমপ্লেট:Navbox with collapsible sections]]&lt;br /&gt;
[[da:Skabelon:Navboks med sammenklappelige afsnit]]&lt;br /&gt;
[[eo:Ŝablono:Navigilo kun kaŝeblaj grupoj]]&lt;br /&gt;
[[fa:الگو:Navbox with collapsible groups]]&lt;br /&gt;
[[fr:Modèle:Méta palette de navigation sous-liste]]&lt;br /&gt;
[[hr:Predložak:Navigacija sa sklopivim grupama]]&lt;br /&gt;
[[id:Templat:Navbox with collapsible groups]]&lt;br /&gt;
[[ja:Template:Navbox with collapsible groups]]&lt;br /&gt;
[[ka:თარგი:ნავდაფა გაშლადი ჯგუფებით]]&lt;br /&gt;
[[ku:Şablon:Navbox with collapsible groups]]&lt;br /&gt;
[[pl:Szablon:Navbox ze zwijanymi grupami]]&lt;br /&gt;
[[pt:Predefinição:Navbox with collapsible groups]]&lt;br /&gt;
[[ro:Format:Casetă de navigare cu grupuri pliabile]]&lt;br /&gt;
[[ru:Шаблон:Навигационная таблица с блоками]]&lt;br /&gt;
[[sl:Predloga:Navpolje zložljive skupine]]&lt;br /&gt;
[[th:แม่แบบ:Navbox with collapsible groups]]&lt;br /&gt;
[[uk:Шаблон:Navbox with collapsible groups]]&lt;br /&gt;
[[zh:Template:Navbox with collapsible groups]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>50.53.15.51</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.ntbigroup.com/index.php?title=Template:Mbox_templates&amp;diff=445</id>
		<title>Template:Mbox templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.ntbigroup.com/index.php?title=Template:Mbox_templates&amp;diff=445"/>
		<updated>2012-02-29T15:21:02Z</updated>

		<summary type="html">&lt;p&gt;50.53.15.51: plainlist&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{sidebar&lt;br /&gt;
| name         = mbox templates&lt;br /&gt;
| title        = Message box&amp;lt;br /&amp;gt;meta-templates&lt;br /&gt;
| titlestyle   = font-size: inherit&lt;br /&gt;
| contentstyle = text-align: left&lt;br /&gt;
| contentclass = plainlist&lt;br /&gt;
| style        = width: auto&lt;br /&gt;
| content1     =&lt;br /&gt;
*{{tlx|ambox}} ([[Template talk:ambox|t]])&lt;br /&gt;
*{{tlx|cmbox}} ([[Template talk:cmbox|t]])&lt;br /&gt;
*{{tlx|imbox}} ([[Template talk:imbox|t]])&lt;br /&gt;
*{{tlx|mbox}} ([[Template talk:mbox|t]])&lt;br /&gt;
*{{tlx|ombox}} ([[Template talk:ombox|t]])&lt;br /&gt;
*{{tlx|tmbox}} ([[Template talk:tmbox|t]])&lt;br /&gt;
*{{tlx|asbox}} ([[Template talk:asbox|t]])&lt;br /&gt;
*{{tlx|dmbox}} ([[Template talk:dmbox|t]])&lt;br /&gt;
*{{tlx|fmbox}} ([[Template talk:fmbox|t]])&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>50.53.15.51</name></author>
		
	</entry>
</feed>