Revision as of 16:39, 25 May 2006 editGennaro Prota (talk | contribs)Extended confirmed users3,192 edits code and docs cleanup (avoid the {{!}} template...)← Previous edit | Revision as of 16:53, 25 May 2006 edit undoGennaro Prota (talk | contribs)Extended confirmed users3,192 edits fixed quote issue with docs and examplesNext edit → | ||
Line 22: | Line 22: | ||
}}</pre> | }}</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; ''quotation marks around or within the provided text cannot be used directly and should be encoded with a <code>&#34; reference.</code>'' | ||
The default for <code>Color</code> is showed in the {{{Title}}} row above. | The default for <code>Color</code> is showed in the {{{Title}}} row above. | ||
Line 30: | Line 30: | ||
;Example 1 | ;Example 1 | ||
The following code:<br><br> | 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 = |
<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: | ||
Line 39: | Line 39: | ||
| Category= | | Category= | ||
| List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] | | List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] | ||
| Summary = |
| Summary = A list of the first 25 US Presidents }} | ||
;Example 2 | ;Example 2 | ||
Line 49: | Line 49: | ||
| Category= | | Category= | ||
| List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] | | List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] | ||
| Summary = |
| Summary = A list of the first 25 US Presidents | ||
}} | }} | ||
Revision as of 16:53, 25 May 2006
{{{Title}}} | {{{Image}}} |
---|---|
{{{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; quotation marks around or within the provided text cannot be used directly and should be encoded with a " reference.
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