Revision as of 17:35, 16 May 2006 editGoldRingChip (talk | contribs)Administrators135,431 edits removed includeonlys; removed unnecessary code← Previous edit | Revision as of 18:00, 16 May 2006 edit undoCapitalR (talk | contribs)Extended confirmed users43,863 edits Fixed padding (again), corrected examples, fixed Usage (it's for a lot more than just govt officials)Next edit → | ||
Line 1: | Line 1: | ||
{| summary="Navigation box {{ #if: {{{Summary|}}} | - {{{Summary}}} }}" class=toccolours style="clear: both; width: 94%; margin-top: 0.5em; margin-left: 3%; margin-bottom: 0.5em; text-align: center" | {| summary="Navigation box {{ #if: {{{Summary|}}} | - {{{Summary}}} }}" class=toccolours style="clear: both; width: 94%; margin-top: 0.5em; margin-left: 3%; margin-bottom: 0.5em; text-align: center; padding:0em 0em 0em 0em" | ||
| style="padding-top: 0.2em; padding-bottom: 0.2em; font-weight: bold; {{ #if: {{{Color|}}} | background:{{{Color}}} | background: #ccccff }};" | {{{Title}}} {{ #if: {{{Image|}}} | <td style="vertical-align: middle; width:1px" rowspan=2> {{{Image}}} </td>}} | | style="padding-top: 0.2em; padding-bottom: 0.2em; font-weight: bold; {{ #if: {{{Color|}}} | background:{{{Color}}} | background: #ccccff }};" | {{{Title}}} {{ #if: {{{Image|}}} | <td style="vertical-align: middle; width:1px" rowspan=2> {{{Image}}} </td>}} | ||
|- | |- | ||
Line 6: | Line 6: | ||
==Purpose== | ==Purpose== | ||
For creating navigation box footers to group articles together. One example is providing lists of Government officials and Heads of State. | |||
==Use== | ==Use== | ||
Line 12: | Line 12: | ||
To use it you can start by copy-and-pasting the following code: | To use it you can start by copy-and-pasting the following code: | ||
<pre>{{NavigationBox | |||
{{ {{PAGENAME}} | |||
| 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 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. | ||
Line 28: | Line 28: | ||
;Example 1 | ;Example 1 | ||
The following code: | 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: | 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 | ;Example 2 | ||
Removing the <code>Image</code> argument and providing <code>Color=teal</code> yields: | 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== | ==See also== |
Revision as of 18:00, 16 May 2006
{{{Title}}} |
{{{List}}} |
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: Title
, Color
, Image
, List
, Category
, Summary
.
To use it you can start by copy-and-pasting the following code:
{{NavigationBox | Title = | Color = | Image = | List = | Category = | Summary = }}
The only mandatory arguments are those for the Title
and List
parameters. Also, usage of the
Summary
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
Color
is showed in the {{{Title}}} row above.
Examples
- Example 1
The following code:
{{NavigationBox
| Title = The first 25 Presidents of the United States
| Image = ]
| Color =
| Category =
| List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ]
| Summary = "A list of the first 25 US Presidents"
}}
yields:
The first 25 Presidents of the United States
Washington • J Adams • Jefferson • Madison • Monroe • JQ Adams • Jackson • Van Buren • W Harrison • Tyler • Polk • Taylor • Fillmore • Pierce • Buchanan • Lincoln • A Johnson • Grant • Hayes • Garfield • Arthur • Cleveland • B Harrison • Cleveland • McKinley
- Example 2
Removing the Image
argument and providing Color=teal
yields:
The first 25 Presidents of the United States
Washington • J Adams • Jefferson • Madison • Monroe • JQ Adams • Jackson • Van Buren • W Harrison • Tyler • Polk • Taylor • Fillmore • Pierce • Buchanan • Lincoln • A Johnson • Grant • Hayes • Garfield • Arthur • Cleveland • B Harrison • Cleveland • McKinley
See also