Difference between revisions of "Template:Navbox"

From HIVE
Jump to navigation Jump to search
m (1 revision: Templates)
 
m
Line 1: Line 1:
<!--
+
<includeonly><!--
  
 
Please do not edit without discussion first as this is a VERY complex template.
 
Please do not edit without discussion first as this is a VERY complex template.
Line 256: Line 256:
 
--></table>{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=<div>|none=|#default=</td></tr></table>}}<!--
 
--></table>{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=<div>|none=|#default=</td></tr></table>}}<!--
  
--><noinclude>
+
-->
 +
</includeonly><noinclude>
 +
This template allows a [[Wikipedia:Navigation templates|navigational template]] to be set up relatively quickly by supplying it one or more lists of links.  It comes equipped with default styles that should work for most navigational templates. Changing the default styles is not recommended, but is possible.  Using this template, or one of its "Navbox suite" sister templates, is highly recommended for standardization of navigational templates, and for ease of use.
  
{{documentation}}
+
== Usage ==
<!-- Add categories and interwikis to the /doc subpage, not here! -->
+
 
 +
Please remove the parameters that are left blank.
 +
 
 +
<pre style="overflow:auto;">{{Navbox
 +
|bodyclass  =
 +
|name      = {{subst:PAGENAME}}
 +
|title      =
 +
|titleclass =
 +
|image      =
 +
|above      =
 +
|state      =
 +
 
 +
|group1    =
 +
|list1      =
 +
 
 +
|group2    =
 +
|list2      =
 +
...
 +
|group20    =
 +
|list20    =
 +
 
 +
|below      =
 +
}}</pre>
 
</noinclude>
 
</noinclude>

Revision as of 18:55, 8 January 2011

This template allows a navigational template to be set up relatively quickly by supplying it one or more lists of links. It comes equipped with default styles that should work for most navigational templates. Changing the default styles is not recommended, but is possible. Using this template, or one of its "Navbox suite" sister templates, is highly recommended for standardization of navigational templates, and for ease of use.

Usage

Please remove the parameters that are left blank.

{{Navbox
|bodyclass  = 
|name       = {{subst:PAGENAME}}
|title      = 
|titleclass = 
|image      = 
|above      = 
|state      = 

|group1     = 
|list1      = 

|group2     = 
|list2      = 
 ...
|group20    = 
|list20     = 

|below      = 
}}