Revision as of 10:42, 16 May 2006 editCapitalR (talk | contribs)Extended confirmed users43,863 edits Self-revert; turns out IE requires the center tags for proper centering.← Previous edit | Revision as of 10:52, 16 May 2006 edit undoGoldRingChip (talk | contribs)Administrators135,431 edits removed unnecessary code (revert this if I'm wrong); also clarified UseNext edit → | ||
Line 1: | Line 1: | ||
<includeonly><center> | <includeonly><center> | ||
{| summary="Navigation box {{ #if: {{{Summary|}}} | - {{{Summary}}} }}" class="toccolours" style="clear:both; width: 94%; margin:0.5em 2em; text-align:center; padding:0em 0em 0em 0em |
{| summary="Navigation box {{ #if: {{{Summary|}}} | - {{{Summary}}} }}" class="toccolours" style="clear:both; width: 94%; margin:0.5em 2em; 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: |
| 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" rowspan=2 width=1> {{{Image}}} </td>}} | ||
|- | |- | ||
| style="font-size:90%; padding:0.5em 1.5em 0.5em 1.5em |
| style="font-size:90%; padding:0.5em 1.5em 0.5em 1.5em" align=center | {{{List}}} | ||
|}{{{Category|}}}</center></includeonly><!--- | |}{{{Category|}}}</center></includeonly><!--- | ||
Line 30: | Line 30: | ||
}}</pre> | }}</pre> | ||
The parameters Color, Image |
The parameters Color, Image, Category and Summary may be omitted. | ||
The default for "Color" is #ccccff, which looks like this: <span style="padding:1px 20px; background:#ccccff">'''Sample'''</span> | |||
Summary <em>should</em> be provided for ]. | |||
==See also== | ==See also== |
Revision as of 10:52, 16 May 2006
{{{Title}}} | {{{Image}}} |
{{{List}}} |
Purpose
Often used for (but not limited to) US Government officials and Heads of State.
Use
The template has the following parameters: "Title", "Color", "Image", "List", "Category", "Summary".
To use it you can copy-and-paste the following code:
{{NavigationBox | Title = | Color = | Image = | List = | Category = | Summary = }}
The parameters Color, Image, Category and Summary may be omitted.
The default for "Color" is #ccccff, which looks like this: Sample
Summary should be provided for accessibility.