13,037
edits
DansFriend (talk | contribs) (Created page with "This template can be used to create navigational boxes to be placed at the end of articles. ==Usage== Please remove unused (blank) parameters. <pre> {{Navbox | name = | state = | title = | bodyclass = hlist | group1 = | list1 = | group2 = | list2 = | group3 = | list3 = }} </pre> <includeonly>Category:TemplatesCategory:Navigational templates</includeonly> <noinclude>Category:Template documentation</noinclude>") |
DansFriend (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
}} | }} | ||
</pre> | </pre> | ||
===Example=== | |||
The following code: | |||
<pre> | |||
{{Navbox | |||
| name = | |||
| state = | |||
| title = Example | |||
| bodyclass = hlist | |||
| group1 = Example | |||
| list1 = | |||
* Example | |||
* Example | |||
| group2 = Example | |||
| list2 = | |||
* Example | |||
* Example | |||
* Example | |||
}} | |||
</pre> | |||
Produces the following result: | |||
{{Navbox | |||
| name = | |||
| state = | |||
| title = Example | |||
| bodyclass = hlist | |||
| group1 = Example | |||
| list1 = | |||
* Example | |||
* Example | |||
| group2 = Example | |||
| list2 = | |||
* Example | |||
* Example | |||
* Example | |||
}} | |||
<includeonly>[[Category:Templates]][[Category:Navigational templates]]</includeonly> | <includeonly>[[Category:Templates]][[Category:Navigational templates]]</includeonly> | ||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> |