Revision as of 17:59, 20 October 2006 editLigulem (talk | contribs)Autopatrolled, Pending changes reviewers, Rollbackers28,245 editsm Protected Template:NavigationBox: Fully protected. Transcluded into more than 19,000 pages ← Previous edit |
Revision as of 18:20, 20 October 2006 edit undoLigulem (talk | contribs)Autopatrolled, Pending changes reviewers, Rollbackers28,245 edits Misplaced Pages:Template doc page patternNext edit → |
Line 1: |
Line 1: |
|
<noinclude>{{esoteric}}</noinclude> |
|
|
{| {{#if: {{{Summary|}}} | summary="Navigation box - {{{Summary}}}" }} class="toccolours" style="clear: both; width: 94%; margin: 0.5em auto; text-align: center; padding: 0em 0em 0em 0em" |
|
{| {{#if: {{{Summary|}}} | summary="Navigation box - {{{Summary}}}" }} 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}}} |
Line 5: |
Line 4: |
|
|- |
|
|- |
|
| style="font-size: 90%; padding: 0.5em 1em" | {{{List}}} |
|
| style="font-size: 90%; padding: 0.5em 1em" | {{{List}}} |
|
|}{{{Category|}}}<noinclude> |
|
|}{{{Category|}}}<noinclude>{{/doc}}</noinclude> |
|
|
|
|
|
|
|
==Purpose== |
|
|
This is a ]. It helps to construct a standardized box containing a list of links to articles which relates to the one being read, plus an optional image. |
|
|
|
|
|
==Use== |
|
|
To apply this template you can start by copy-and-pasting the following code and then provide adequate arguments: |
|
|
|
|
|
<pre>{{NavigationBox |
|
|
| Title = |
|
|
| Color = |
|
|
| Image = |
|
|
| List = |
|
|
| Category = |
|
|
| Summary = |
|
|
}}</pre> |
|
|
|
|
|
===Mandatory arguments=== |
|
|
*Title: A title for the navigation box; may include links |
|
|
*List: List of links to related articles; links maybe separated, for instance, by commas, bullets, or pipe symbols. |
|
|
|
|
|
===Recommended arguments=== |
|
|
*Summary: this parameter is aimed at vocal and Braille-based user agents and should give a brief textual description of the box contents; ''ordinary quotation marks around or within the provided text are not allowed;'' if quoting is needed you may use curly quotes: <code>“</code> and <code>”</code>. |
|
|
|
|
|
===Default values=== |
|
|
The Color parameter defaults to the color showed in the {{{Title}}} row above.<!-- note: do not add the color code explicitly here; someone could modify it in the template code only, making this docs outdated--> |
|
|
|
|
|
===Examples=== |
|
|
|
|
|
;Example 1 |
|
|
The following code: |
|
|
|
|
|
<div style="margin-left: 3%"> |
|
|
<nowiki>{{</nowiki>{{PAGENAME}} <br /><nowiki> |
|
|
| Title = The first 25 Presidents of the United States </nowiki><br /><nowiki> |
|
|
| Image = ] </nowiki><br /><nowiki> |
|
|
| Summary = A list of the first 25 US Presidents </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> |
|
|
}}</nowiki> |
|
|
</div> |
|
|
|
|
|
yields: |
|
|
{{ {{PAGENAME}} |
|
|
| Title = The first 25 Presidents of the United States |
|
|
| Image = ] |
|
|
| Summary = A list of the first 25 US Presidents |
|
|
| Color = |
|
|
| Category = |
|
|
| List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] |
|
|
}} |
|
|
|
|
|
|
|
|
;Example 2 |
|
|
Removing the <code>Image</code> argument and providing <code>Color= teal</code> the result changes to: |
|
|
{{ {{PAGENAME}} |
|
|
| Title = The first 25 Presidents of the United States |
|
|
| Image = |
|
|
| Summary = A list of the first 25 US Presidents |
|
|
| Color = teal |
|
|
| Category = |
|
|
| List = ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] • ] |
|
|
}} |
|
|
|
|
|
==See also== |
|
|
*] |
|
|
*] |
|
|
*] |
|
|
*] |
|
|
{{Commonstmp|NavigationBox}} |
|
|
] |
|
|
] |
|
|
|
|
|
] |
|
|
] |
|
|
] |
|
|
] |
|
|
] |
|
|
] |
|
|
] |
|
|
]</noinclude> |
|