Revision as of 18:09, 25 May 2006 editChoess (talk | contribs)Autopatrolled, Administrators78,726 edits temporarily reverting; the template seems to have broken horribly at the site of the edit← Previous edit | Revision as of 19:32, 25 May 2006 edit undoGoldRingChip (talk | contribs)Administrators135,425 edits test to correct my errorNext edit → | ||
Line 2: | Line 2: | ||
{| summary="Navigation box - {{{Summary|No summary provided}}}" class="toccolours" style="clear: both; width: 94%; margin: 0.5em auto; text-align: center; padding: 0em 0em 0em 0em" | {| summary="Navigation box - {{{Summary|No summary provided}}}" class="toccolours" style="clear: both; width: 94%; margin: 0.5em auto; text-align: center; padding: 0em 0em 0em 0em" | ||
! style="padding-top: 0.2em; padding-bottom: 0.2em; {{ #if: {{{Color|}}} | background: {{{Color}}} | background: #ccccff }}" | {{{Title}}} | ! style="padding-top: 0.2em; padding-bottom: 0.2em; {{ #if: {{{Color|}}} | background: {{{Color}}} | background: #ccccff }}" | {{{Title}}} | ||
{{#if: {{{Image|<noinclude>-</noinclude>}}} | <td style="vertical-align: middle; width: 1px" rowspan="2"> {{{Image}}} </td> }} | {{#if: {{{Image|<!--<noinclude>-</noinclude>-->}}} | <td style="vertical-align: middle; width: 1px" rowspan="2"> {{{Image}}} </td> }} | ||
|- | |- | ||
| style="font-size: 90%; padding: 0.5em 1em" | {{{List}}} | | style="font-size: 90%; padding: 0.5em 1em" | {{{List}}} |
Revision as of 19:32, 25 May 2006
This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. You can conduct experiments, and should test all major changes, in either this template's sandbox, the general template sandbox, or your user space before changing anything here. |
{{{Title}}} |
---|
{{{List}}} |
Purpose
Creating various kinds of navigation boxes. Common examples are footers with 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; ordinary quotation marks around or within the provided text are not allowed; in case you need quoting you may use the curly variants:“
and ”
.
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