Revision as of 13:10, 25 May 2006 editGoldRingChip (talk | contribs)Administrators135,431 edits keep width constant among all such Navigation Templates← Previous edit | Latest revision as of 00:13, 15 February 2010 edit undoPlastikspork (talk | contribs)Edit filter managers, Administrators258,851 edits Misplaced Pages:Templates_for_discussion/Log/2010_January_29#Template:NavigationBox | ||
(53 intermediate revisions by 28 users not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT] | |||
{| summary="Navigation box - {{{Summary|}}}" class="toccolours" style="clear: both; width:94%; margin: 0.5em auto; text-align: center;" | |||
! style="background:{{{Color|#ccccff}}};" | {{{Title}}} | |||
{{#if: {{{Image|<noinclude>-</noinclude>}}} | | |||
{{!}} style="vertical-align: middle; width: 1px" rowspan="2" {{!}} {{{Image}}} | |||
}} | |||
|- | |||
| style="font-size: 90%; padding: 0.5em 1em;" | {{{List}}} | |||
|}{{{Category|}}}<noinclude> | |||
==Purpose== | |||
For creating navigation box footers to group articles together. One example is providing lists of Government officials and Heads of State. | |||
==Use== | |||
The template has the following parameters: <code>Title</code>, <code>Color</code>, <code>Image</code>, <code>List</code>, <code>Category</code>, <code>Summary</code>. | |||
To use it you can start by copy-and-pasting the following code: | |||
<pre>{{NavigationBox | |||
| Title = | |||
| Color = | |||
| Image = | |||
| List = | |||
| Category = | |||
| Summary = | |||
}}</pre> | |||
The only mandatory arguments are those for the <code>Title</code> and <code>List<code> parameters. Also, usage of the <code>Summary</code> parameter is ''recommended'', for the benefit of vocal and Braille-based user agents: it should provide a brief textual description of the box contents. | |||
The default for <code>Color</code> is showed in the {{{Title}}} row above. | |||
==Examples== | |||
;Example 1 | |||
The following code:<br><br> | |||
<nowiki>{{NavigationBox</nowiki><br><nowiki>| Title = The first 25 Presidents of the United States </nowiki><br><nowiki>| Image = ]</nowiki><br><nowiki>| Color = </nowiki><br><nowiki>| Category = </nowiki><br><nowiki>| List = ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ]&nbsp;• ] </nowiki><br><nowiki>| Summary = "A list of the first 25 US Presidents"</nowiki><br><nowiki>}}</nowiki> | |||
yields: | |||
{{NavigationBox | |||
| Title= The first 25 Presidents of the United States | |||
| Image = ] | |||
| Category= | |||
| List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] | |||
| Summary = "A list of the first 25 US Presidents" }} | |||
;Example 2 | |||
Removing the <code>Image</code> argument and providing <code>Color=teal</code> yields: | |||
{{NavigationBox | |||
| Title= The first 25 Presidents of the United States | |||
| Color=teal | |||
| Category= | |||
| List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] | |||
| Summary = "A list of the first 25 US Presidents" | |||
}} | |||
==See also== | |||
*] | |||
*] | |||
] | |||
</noinclude> |
Latest revision as of 00:13, 15 February 2010
Redirect to: