Templat:NavigationBox: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Borgx (bicara | kontrib)
k {{terjemah|Inggris}}
k ←Mengalihkan ke Templat:Navbox
 
(2 revisi perantara oleh 2 pengguna tidak ditampilkan)
Baris 1:
#ALIH [[Templat:Navbox]]
{| {{#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}}}
{{#if: {{{Image|<noinclude>-</noinclude>}}} | <td style="vertical-align: middle; width: 1px" rowspan="2"> {{{Image}}} </td> }}
|-
| style="font-size: 90%; padding: 0.5em 1em" | {{{List}}}
|}{{{Category|}}}<noinclude>
{{terjemah|Inggris}}
 
==Purpose==
This is a [[Wikipedia:Navigational templates|navigational template]]. 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>&#123;&#123;</nowiki>{{PAGENAME}} <br /><nowiki>
| Title = The first 25 Presidents of the United States </nowiki><br /><nowiki>
| Image = [[Image:USPresidentialSeal.jpg|60px|U.S. presidential seal]] </nowiki><br /><nowiki>
| Summary = A list of the first 25 US Presidents </nowiki><br /><nowiki>
| Color = </nowiki><br /><nowiki>
| Category = </nowiki><br /><nowiki>
| List = [[George Washington|Washington]]&amp;nbsp;• [[John Adams|J&amp;nbsp;Adams]]&amp;nbsp;• [[Thomas Jefferson|Jefferson]]&amp;nbsp;• [[James Madison|Madison]]&amp;nbsp;• [[James Monroe|Monroe]]&amp;nbsp;• [[John Quincy Adams|JQ&amp;nbsp;Adams]]&amp;nbsp;• [[Andrew Jackson|Jackson]]&amp;nbsp;• [[Martin Van Buren|Van&amp;nbsp;Buren]]&amp;nbsp;• [[William Henry Harrison|W&amp;nbsp;Harrison]]&amp;nbsp;• [[John Tyler|Tyler]]&amp;nbsp;• [[James K. Polk|Polk]]&amp;nbsp;• [[Zachary Taylor|Taylor]]&amp;nbsp;• [[Millard Fillmore|Fillmore]]&amp;nbsp;• [[Franklin Pierce|Pierce]]&amp;nbsp;• [[James Buchanan|Buchanan]]&amp;nbsp;• [[Abraham Lincoln|Lincoln]]&amp;nbsp;• [[Andrew Johnson|A&amp;nbsp;Johnson]]&amp;nbsp;• [[Ulysses S. Grant|Grant]]&amp;nbsp;• [[Rutherford B. Hayes|Hayes]]&amp;nbsp;• [[James Garfield|Garfield]]&amp;nbsp;• [[Chester A. Arthur|Arthur]]&amp;nbsp;• [[Grover Cleveland|Cleveland]]&amp;nbsp;• [[Benjamin Harrison|B&amp;nbsp;Harrison]]&amp;nbsp;• [[Grover Cleveland|Cleveland]]&amp;nbsp;• [[William McKinley|McKinley]]</nowiki><br /><nowiki>
}}</nowiki>
</div>
 
yields:
{{ {{PAGENAME}}
| Title = The first 25 Presidents of the United States
| Image = [[Image:USPresidentialSeal.jpg|60px|U.S. presidential seal]]
| Summary = A list of the first 25 US Presidents
| Color =
| Category =
| List = [[George Washington|Washington]]&nbsp;• [[John Adams|J&nbsp;Adams]]&nbsp;• [[Thomas Jefferson|Jefferson]]&nbsp;• [[James Madison|Madison]]&nbsp;• [[James Monroe|Monroe]]&nbsp;• [[John Quincy Adams|JQ&nbsp;Adams]]&nbsp;• [[Andrew Jackson|Jackson]]&nbsp;• [[Martin Van Buren|Van&nbsp;Buren]]&nbsp;• [[William Henry Harrison|W&nbsp;Harrison]]&nbsp;• [[John Tyler|Tyler]]&nbsp;• [[James K. Polk|Polk]]&nbsp;• [[Zachary Taylor|Taylor]]&nbsp;• [[Millard Fillmore|Fillmore]]&nbsp;• [[Franklin Pierce|Pierce]]&nbsp;• [[James Buchanan|Buchanan]]&nbsp;• [[Abraham Lincoln|Lincoln]]&nbsp;• [[Andrew Johnson|A&nbsp;Johnson]]&nbsp;• [[Ulysses S. Grant|Grant]]&nbsp;• [[Rutherford B. Hayes|Hayes]]&nbsp;• [[James Garfield|Garfield]]&nbsp;• [[Chester A. Arthur|Arthur]]&nbsp;• [[Grover Cleveland|Cleveland]]&nbsp;• [[Benjamin Harrison|B&nbsp;Harrison]]&nbsp;• [[Grover Cleveland|Cleveland]]&nbsp;• [[William McKinley|McKinley]]
}}
 
 
;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 = [[George Washington|Washington]]&nbsp;• [[John Adams|J&nbsp;Adams]]&nbsp;• [[Thomas Jefferson|Jefferson]]&nbsp;• [[James Madison|Madison]]&nbsp;• [[James Monroe|Monroe]]&nbsp;• [[John Quincy Adams|JQ&nbsp;Adams]]&nbsp;• [[Andrew Jackson|Jackson]]&nbsp;• [[Martin Van Buren|Van&nbsp;Buren]]&nbsp;• [[William Henry Harrison|W&nbsp;Harrison]]&nbsp;• [[John Tyler|Tyler]]&nbsp;• [[James K. Polk|Polk]]&nbsp;• [[Zachary Taylor|Taylor]]&nbsp;• [[Millard Fillmore|Fillmore]]&nbsp;• [[Franklin Pierce|Pierce]]&nbsp;• [[James Buchanan|Buchanan]]&nbsp;• [[Abraham Lincoln|Lincoln]]&nbsp;• [[Andrew Johnson|A&nbsp;Johnson]]&nbsp;• [[Ulysses S. Grant|Grant]]&nbsp;• [[Rutherford B. Hayes|Hayes]]&nbsp;• [[James Garfield|Garfield]]&nbsp;• [[Chester A. Arthur|Arthur]]&nbsp;• [[Grover Cleveland|Cleveland]]&nbsp;• [[Benjamin Harrison|B&nbsp;Harrison]]&nbsp;• [[Grover Cleveland|Cleveland]]&nbsp;• [[William McKinley|McKinley]]
}}
 
==See also==
*[[Template:Navigation Template]]
*[[Template:Navbox generic]]
*[[Template:Dynamic navigation box]]
*[[Template:Dynamic navigation box with image]]
{{Commonstmp|NavigationBox}}
 
[[Kategori:Templat yang menggunakan ParserFunction|{{PAGENAME}}]]
 
[[da:Skabelon:Navigationsboks]]
[[eu:Txantiloi:Aurkibide taula]]
[[nl:Sjabloon:Navigatie1]]
[[ro:Format:Cutie de navigare]]
[[ru:Шаблон:NavigationBox]]
[[fa:الگو:پیونددان]]</noinclude>