<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANavbox%2Fdoc</id>
	<title>Template:Navbox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANavbox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Navbox/doc&amp;action=history"/>
	<updated>2026-07-18T10:20:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.darkan.org/index.php?title=Template:Navbox/doc&amp;diff=173477&amp;oldid=prev</id>
		<title>imported&gt;Urbancowgurl777 at 15:41, 11 February 2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Template:Navbox/doc&amp;diff=173477&amp;oldid=prev"/>
		<updated>2012-02-11T15:41:30Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation}}&lt;br /&gt;
==Usage==&lt;br /&gt;
This template can be used to make a standard navigation box. It is intended for use within another template that standardises the title and contents of the box, for example, [[Template:Rune running]]. In general, it SHOULD NOT be used directly within articles, as it creates a maintenance burden to do so whenever the contents of the box have to be updated.&lt;br /&gt;
&lt;br /&gt;
The purpose of this template is to standardise certain attributes of all navigation boxes, for example, their colours and other CSS attributes. While at the moment the template is simple, in the future it could be extended to add other features. Using this template now allows changes like this to be implemented much quicker and easier than editing each template separately.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name       = mandatory - name of the template&lt;br /&gt;
 | state      = uncollapsed, collapsed, plain, autocollapse (default)&lt;br /&gt;
 | style      = optional styles to be added for the whole table&lt;br /&gt;
 | title      = mandatory - template header&lt;br /&gt;
 | gtitleN    = optional - title of N-th group of items&lt;br /&gt;
 | styleN     = optional - style; i.e. (line-height, font-size, etc.)&lt;br /&gt;
 | groupN     = mandatory - list of items&lt;br /&gt;
 | titlewidth = optional - width of the group title column&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Groups:&amp;#039;&amp;#039;&amp;#039; Currently, the maximum number of groups allowed is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;14&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
** Groups of items can be added as parameters: &amp;#039;&amp;#039;group1&amp;#039;&amp;#039;, &amp;#039;&amp;#039;group2&amp;#039;&amp;#039;, &amp;#039;&amp;#039;group3&amp;#039;&amp;#039;, ... up to &amp;#039;&amp;#039;groupN&amp;#039;&amp;#039;. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Group title:&amp;#039;&amp;#039;&amp;#039; Each group has its own title parameter: &amp;#039;&amp;#039;gtitle1&amp;#039;&amp;#039;, &amp;#039;&amp;#039;gtitle2&amp;#039;&amp;#039;, &amp;#039;&amp;#039;gtitle3&amp;#039;&amp;#039;, ... up to &amp;#039;&amp;#039;gtitleN&amp;#039;&amp;#039;.  Note that the default width for the first column is 15%.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Group style:&amp;#039;&amp;#039;&amp;#039; Style may also be customised to each group in: &amp;#039;&amp;#039;style1&amp;#039;&amp;#039;, &amp;#039;&amp;#039;style2&amp;#039;&amp;#039;, &amp;#039;&amp;#039;style3&amp;#039;&amp;#039;, ... up to &amp;#039;&amp;#039;styleN&amp;#039;&amp;#039;. &lt;br /&gt;
** Note that neither the title nor the items have any wiki-links built into the template.  As a result, users of the template are free to use wiki-links as they wish. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Line breaks:&amp;#039;&amp;#039;&amp;#039; Line-breaks (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) are &amp;#039;&amp;#039;&amp;#039;unnecessary&amp;#039;&amp;#039;&amp;#039;, as text wrapping is done automatically by the template. This also includes links and text in &amp;#039;&amp;#039;gtitleN&amp;#039;&amp;#039; and &amp;#039;&amp;#039;groupN&amp;#039;&amp;#039;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Pipe links:&amp;#039;&amp;#039;&amp;#039; Because of the nature of template syntax, it may be necessary to use [[Template:!]] (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) in place of actual pipes between items, otherwise the template will ignore text after the first pipe.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Bullets:&amp;#039;&amp;#039;&amp;#039; It is &amp;#039;&amp;#039;&amp;#039;highly recommended&amp;#039;&amp;#039;&amp;#039; that [[Template:*]] (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{*}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) be used instead.  This adds a bullet ({{*}}) instead of a pipe.&lt;br /&gt;
&lt;br /&gt;
==States==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Autocollapse:&amp;#039;&amp;#039;&amp;#039; By default, the state of a navbox is &amp;quot;autocollapsed&amp;quot;. This means that if the number of navboxes in a page exceeds the maximum allocation of the collapsible navboxes, then the remaining navboxes are collapsed automatically. For more information (or to change the setting), see [[MediaWiki:Common.js]].&lt;br /&gt;
** Currently, the &amp;#039;&amp;#039;autocollapse&amp;#039;&amp;#039; allocation is &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;2&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039; (see [[MediaWiki:Common.js]]). This means that if there are 3 navboxes in a page, the third and subsequent navboxes will be collapsed automatically. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Uncollapsed:&amp;#039;&amp;#039;&amp;#039; Forces the navbox to be displayed.&lt;br /&gt;
** All of the navboxes in this documentation are in the &amp;#039;&amp;#039;uncollapsed&amp;#039;&amp;#039; state.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Collapsed:&amp;#039;&amp;#039;&amp;#039; The reverse of &amp;#039;&amp;#039;uncollapsed&amp;#039;&amp;#039;. Forces the navbox to be hidden instead.&lt;br /&gt;
** Navboxes with a height of &amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;more than 300 pixels&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039; will also be collapsed automatically. For more information (or to change the setting), see [[MediaWiki:Common.js]].&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Plain:&amp;#039;&amp;#039;&amp;#039; Removes the &amp;quot;show/hide&amp;quot; link. &lt;br /&gt;
&lt;br /&gt;
==Sub-groups==&lt;br /&gt;
* For larger navboxes, it may be necessary to include sub-groups within a particular group of items (although it is possible to create navboxes within navboxes to support multiple collapses). This template allows the creation of sub-groups within &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{navbox}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, provided that certain parameters are included:&lt;br /&gt;
** The nested navbox (sub-group) requires the inclusion of the sub-group parameter (&amp;#039;&amp;#039;subgroup = Yes&amp;#039;&amp;#039;).  This enables the template to differentiate between the nested and the parent navbox.&lt;br /&gt;
** The parent navbox group (i.e. &amp;#039;&amp;#039;group2&amp;#039;&amp;#039; in the example below) requires the style parameter (&amp;#039;&amp;#039;style2 = padding:0&amp;#039;&amp;#039;).  This fixes the &amp;quot;padding&amp;quot; bug that occurs when sub-groups are used.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    =&lt;br /&gt;
 | state   = &lt;br /&gt;
 | title   =&lt;br /&gt;
 | gtitle1 =&lt;br /&gt;
 | group1  =&lt;br /&gt;
 | gtitle2 =  &lt;br /&gt;
 | style2  = padding:0 (mandatory)&lt;br /&gt;
 | group2  = &lt;br /&gt;
   {{navbox&lt;br /&gt;
   | subgroup = Yes (mandatory)&lt;br /&gt;
   | gtitle1  = &lt;br /&gt;
   | group1   =&lt;br /&gt;
   | gtitle2  = &lt;br /&gt;
   | group2   = &lt;br /&gt;
   }}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Use of style; without group title===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:95%; overflow:scroll&amp;quot;&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune running&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune running&lt;br /&gt;
 | state   = uncollapsed&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Multiple groups===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:95%; overflow:scroll&amp;quot;&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Amulet&lt;br /&gt;
 | title   = [[Amulet]]s&lt;br /&gt;
 | gtitle1 = Standard&lt;br /&gt;
 | group1  = [[Gold amulet|Gold]] {{*}} [[Sapphire amulet|Sapphire]] {{*}} [[Emerald amulet|Emerald]] {{*}} [[Ruby amulet|Ruby]] {{*}} [[Diamond amulet|Diamond]] {{*}} [[Dragonstone amulet|Dragonstone]] {{*}} [[Onyx amulet|Onyx]] &lt;br /&gt;
 | gtitle2 = Enchanted&lt;br /&gt;
 | group2  = [[Amulet of magic|Magic]] {{*}} [[Amulet of defence|Defence]] {{*}} [[Amulet of nature|Nature]] {{*}} [[Amulet of strength|Strength]] {{*}} [[Amulet of power|Power]] {{*}} [[Amulet of glory|Glory]] {{*}} [[Amulet of fury|Fury]]&lt;br /&gt;
 | gtitle3 = [[Treasure Trail]]&lt;br /&gt;
 | group3  = [[Amulet of magic (t)]] {{*}} [[Amulet of strength (t)]] {{*}} [[Amulet of glory (t)]] {{*}} [[Third age amulet|Third Age]] &lt;br /&gt;
 | gtitle4 = Translation&lt;br /&gt;
 | group4  = [[Camulet]] {{*}} [[Catspeak amulet|Catspeak]] {{*}} [[Ghostspeak amulet|Ghostspeak]] {{*}} [[M&amp;#039;speak amulet|Monkeyspeak]]&lt;br /&gt;
 | gtitle5 = Others&lt;br /&gt;
 | group5  = [[Amulet of accuracy|Accuracy]] {{*}} [[Crone-made amulet|Crone-made]] {{*}} [[Cat training medal|Cat Training]] {{*}} [[Amulet of farming|Farming]] {{*}} [[Glarial&amp;#039;s amulet|Glarial&amp;#039;s]] {{*}} [[Gnome amulet|Gnome]] {{*}} [[Lunar amulet|Lunar]] {{*}} [[Pre-nature amulet|Pre-nature]] {{*}} [[Salve amulet (unenchanted)|Salve]] {{*}} [[Yin yang amulet|Yin Yang]]&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Amulet&lt;br /&gt;
 | state   = uncollapsed&lt;br /&gt;
 | title   = [[Amulet]]s&lt;br /&gt;
 | gtitle1 = Standard&lt;br /&gt;
 | group1  = [[Gold amulet|Gold]] {{*}} [[Sapphire amulet|Sapphire]] {{*}} [[Emerald amulet|Emerald]] {{*}} [[Ruby amulet|Ruby]] {{*}} [[Diamond amulet|Diamond]] {{*}} [[Dragonstone amulet|Dragonstone]] {{*}} [[Onyx amulet|Onyx]] &lt;br /&gt;
 | gtitle2 = Enchanted&lt;br /&gt;
 | group2  = [[Amulet of magic|Magic]] {{*}} [[Amulet of defence|Defence]] {{*}} [[Amulet of nature|Nature]] {{*}} [[Amulet of strength|Strength]] {{*}} [[Amulet of power|Power]] {{*}} [[Amulet of glory|Glory]] {{*}} [[Amulet of fury|Fury]]&lt;br /&gt;
 | gtitle3 = [[Treasure Trail]]&lt;br /&gt;
 | group3  = [[Amulet of magic (t)]] {{*}} [[Amulet of strength (t)]] {{*}} [[Amulet of glory (t)]] {{*}} [[Third age amulet|Third Age]] &lt;br /&gt;
 | gtitle4 = Translation&lt;br /&gt;
 | group4  = [[Camulet]] {{*}} [[Catspeak amulet|Catspeak]] {{*}} [[Ghostspeak amulet|Ghostspeak]] {{*}} [[M&amp;#039;speak amulet|Monkeyspeak]]&lt;br /&gt;
 | gtitle5 = Others&lt;br /&gt;
 | group5  = [[Amulet of accuracy|Accuracy]] {{*}} [[Crone-made amulet|Crone-made]] {{*}} [[Cat training medal|Cat Training]] {{*}} [[Amulet of farming|Farming]] {{*}} [[Glarial&amp;#039;s amulet|Glarial&amp;#039;s]] {{*}} [[Gnome amulet|Gnome]] {{*}} [[Lunar amulet|Lunar]] {{*}} [[Pre-nature amulet|Pre-nature]] {{*}} [[Salve amulet (unenchanted)|Salve]] {{*}} [[Yin yang amulet|Yin Yang]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Sub-groups===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:95%; overflow:scroll&amp;quot;&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune equipment&lt;br /&gt;
 | title   = [[Rune equipment]]&lt;br /&gt;
 | gtitle1 = [[Rune weapons|Weapons]]&lt;br /&gt;
 | group1  = &lt;br /&gt;
 | gtitle2 = [[Rune armour|Armour]]&lt;br /&gt;
 | group2 = &lt;br /&gt;
 | gtitle3 = [[Gilded armour]]&lt;br /&gt;
 | group3 = &lt;br /&gt;
 | gtitle4 = [[God armour]]&lt;br /&gt;
 | style4  = padding:0&lt;br /&gt;
 | group4 = &lt;br /&gt;
   {{navbox&lt;br /&gt;
   | subgroup = Yes&lt;br /&gt;
   | gtitle1  = [[Guthix]]&lt;br /&gt;
   | group1   = &lt;br /&gt;
   | gtitle2  = [[Saradomin]]&lt;br /&gt;
   | group2   = &lt;br /&gt;
   | gtitle3  = [[Zamorak]]&lt;br /&gt;
   | group3   = &lt;br /&gt;
   }}&lt;br /&gt;
 | gtitle5 = Ranged&lt;br /&gt;
 | group5 = &lt;br /&gt;
 | gtitle6 = [[Runite (metal)|Other]]&lt;br /&gt;
 | group6 = &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune equipment&lt;br /&gt;
 | state   = uncollapsed&lt;br /&gt;
 | title   = [[Rune equipment]]&lt;br /&gt;
 | gtitle1 = [[Rune weapons|Weapons]]&lt;br /&gt;
 | group1  = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum porttitor quam quis neque tincidunt commodo.&amp;#039;&amp;#039;&lt;br /&gt;
 | gtitle2 = [[Rune armour|Armour]]&lt;br /&gt;
 | group2 = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lacinia augue aliquet nibh fringilla molestie. Nullam nunc nibh, bibendum nec mollis scelerisque, rutrum quis lacus.&amp;#039;&amp;#039;&lt;br /&gt;
 | gtitle3 = [[Gilded armour]]&lt;br /&gt;
 | group3 = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum porttitor quam quis neque tincidunt commodo.&amp;#039;&amp;#039;&lt;br /&gt;
 | gtitle4 = [[God armour]]&lt;br /&gt;
 | style4  = padding:0&lt;br /&gt;
 | group4 = &lt;br /&gt;
   {{navbox&lt;br /&gt;
   | subgroup = Yes&lt;br /&gt;
   | gtitle1  = [[Guthix]]&lt;br /&gt;
   | group1   = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lacinia augue aliquet nibh fringilla molestie. Nullam nunc nibh, bibendum nec mollis scelerisque, rutrum quis lacus.&amp;#039;&amp;#039;&lt;br /&gt;
   | gtitle2  = [[Saradomin]]&lt;br /&gt;
   | group2   = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet.&amp;#039;&amp;#039;&lt;br /&gt;
   | gtitle3  = [[Zamorak]]&lt;br /&gt;
   | group3   = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lacinia augue aliquet nibh fringilla molestie. Nullam nunc nibh, bibendum nec mollis scelerisque, rutrum quis lacus.&amp;#039;&amp;#039;&lt;br /&gt;
   }}&lt;br /&gt;
 | gtitle5 = Ranged&lt;br /&gt;
 | group5 = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&amp;#039;&amp;#039;&lt;br /&gt;
 | gtitle6 = [[Runite (metal)|Other]]&lt;br /&gt;
 | group6 = &amp;#039;&amp;#039;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum porttitor quam quis neque tincidunt commodo.&amp;#039;&amp;#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Collapsed navbox===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:95%; overflow:scroll&amp;quot;&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune running&lt;br /&gt;
 | state   = collapsed&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune running&lt;br /&gt;
 | state   = collapsed&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Plain navbox with Tnavbar===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:95%; overflow:scroll&amp;quot;&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune running&lt;br /&gt;
 | state   = plain&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{navbox&lt;br /&gt;
 | name    = Rune running&lt;br /&gt;
 | state   = plain&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Plain navbox without Tnavbar===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width:95%; overflow:scroll&amp;quot;&amp;gt;&lt;br /&gt;
{{navbox&lt;br /&gt;
 | state   = plain&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{navbox&lt;br /&gt;
 | state   = plain&lt;br /&gt;
 | title   = [[Rune running]]&lt;br /&gt;
 | style1  = text-align:center&lt;br /&gt;
 | group1  = [[Air running|Air]] {{*}} [[Mind running|Mind]] {{*}} [[Chaos running|Chaos]] {{*}} [[Nature running|Nature]] {{*}} [[Law running|Law]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Navigational templates|*{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Navigational templates| ]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Urbancowgurl777</name></author>
	</entry>
</feed>