No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<pre> | <pre> | ||
{{Navbox | {{Navbox | ||
|name | |name = {{subst:PAGENAME}} | ||
|state = | |||
|state | |title = | ||
|title | |image = | ||
|image | |above = | ||
|above = | |||
|group1 = | |group1 = | ||
|list1 | |list1 = | ||
|group2 = | |group2 = | ||
|list2 | |list2 = | ||
... | ... | ||
Line 24: | Line 23: | ||
|list20 = | |list20 = | ||
|below = | |below = | ||
}} | }} | ||
</pre> | </pre> | ||
Line 51: | Line 50: | ||
:: An image to be displayed in a cell below the title and to the right of the body (the groups/lists). For the image to display properly, the ''list1'' parameter must be specified. The ''image'' parameter accepts standard wikicode for displaying an image, i.e. | :: An image to be displayed in a cell below the title and to the right of the body (the groups/lists). For the image to display properly, the ''list1'' parameter must be specified. The ''image'' parameter accepts standard wikicode for displaying an image, i.e. | ||
::: <code><nowiki>[[Image:Example.jpg|100px]]</nowiki><code> | ::: <code><nowiki>[[Image:Example.jpg|100px]]</nowiki><code> | ||
:: | |||
::: <code><nowiki>[[Image:Example.jpg| | :; ''imageleft'' | ||
:: An image to be displayed in a cell below the title and to the left of the body (lists). For the image to display properly, the ''list1'' parameter must be specified and no groups can be specified. The ''imageleft'' parameter accepts standard wikicode for displaying an image, i.e. | |||
::: <code><nowiki>[[Image:Example.jpg|100px]]</nowiki><code> | |||
:; ''above'' | :; ''above'' | ||
Line 66: | Line 67: | ||
::: <code><nowiki>titlestyle = background:</nowiki>''name'';</code> | ::: <code><nowiki>titlestyle = background:</nowiki>''name'';</code> | ||
:; ''bodystyle | :; ''bodystyle'' | ||
:: Specifies [[Cascading Style Sheets|CSS]] styles to apply to the template body. The shorter name ''style'' may be used when no other style parameters are specified. This option should be used sparingly as it can lead to visual inconsistencies. Examples: | :: Specifies [[Cascading Style Sheets|CSS]] styles to apply to the template body. The shorter name ''style'' may be used when no other style parameters are specified. This option should be used sparingly as it can lead to visual inconsistencies. Examples: | ||
::: <code>background:#''nnnnnn'';</code> | ::: <code>background:#''nnnnnn'';</code> | ||
Line 86: | Line 87: | ||
:; ''oddstyle'' | :; ''oddstyle'' | ||
:; ''evenstyle'' | :; ''evenstyle'' | ||
:: Specifically prohibited (will not work). Use {{t1|Navbox generic}} if you wish to apply a different set of styles to even/odd rows. This template forces even rows to be color # | :: Specifically prohibited (will not work). Use {{t1|Navbox generic}} if you wish to apply a different set of styles to even/odd rows. This template forces even rows to be color #f7f7f7. | ||
:; ''abovestyle'' | :; ''abovestyle'' | ||
Line 210: | Line 211: | ||
|image = [[Image:Flag of Malaysia.svg|80px]] | |image = [[Image:Flag of Malaysia.svg|80px]] | ||
|list1 = [[Petronas Twin Towers]]{{·}} [[Kuala Lumpur Tower]]{{·}} [[Kuala Lumpur Sentral]]{{·}} [[Technology Park Malaysia]]{{·}} [[Putrajaya]]{{·}} [[Cyberjaya]]{{·}} [[Kuala Lumpur International Airport]] | |list1 = [[Petronas Twin Towers]]{{·}} [[Kuala Lumpur Tower]]{{·}} [[Kuala Lumpur Sentral]]{{·}} [[Technology Park Malaysia]]{{·}} [[Putrajaya]]{{·}} [[Cyberjaya]]{{·}} [[Kuala Lumpur International Airport]] | ||
}} | |||
===With two images, without groups, multiple lists=== | |||
{{Navbox | |||
|name = Navbox/doc | |||
|state = uncollapsed | |||
|title = [[Multimedia Super Corridor|MSC (Multimedia Super Corridor) Malaysia]] | |||
|image = [[Image:Flag of Malaysia.svg|80px]] | |||
|imageleft = [[Image:Flag of Malaysia.svg|80px]] | |||
|list1 = [[Petronas Twin Towers]]{{·}} [[Kuala Lumpur Tower]]{{·}} [[Kuala Lumpur Sentral]]{{·}} [[Technology Park Malaysia]]{{·}} [[Putrajaya]]{{·}} [[Cyberjaya]]{{·}} [[Kuala Lumpur International Airport]] | |||
|list2 = [[Express Rail Link]]{{·}} [[KL-KLIA Dedicated Expressway]] | |||
|list3 = [[EGovernment]]{{·}} [[MyKad]] | |||
|list4 = [[Klang Valley]] | |||
}} | }} | ||
Revision as of 07:29, 15 August 2007
Template:Template doc page viewed directly This template allows a navigational template to be set up relatively quickly by supplying it one or more lists of links. It extends the Template:T1 template by adding in default styles that should work for most navigational templates. It is not recommended that one modifies the default styles, but it is possible if one wishes to do so. For more advanced options, or the version of this template without the default options set, see Template:T1.
Blank template
{{Navbox |name = {{subst:PAGENAME}} |state = |title = |image = |above = |group1 = |list1 = |group2 = |list2 = ... |group20 = |list20 = |below = }}
Parameters
Mandatory
- name
- The name of the template, which is needed for the "vTemplate:· dTemplate:· e" ("viewTemplate:· discussTemplate:· edit") links to work properly on all pages where the template is used. You can enter
{{subst:PAGENAME}}
for this value as a shortcut.
- title
- Text that appears centered in the top row of the table. It is usually the template's topic, i.e. a succinct description of the body contents. This should be a single line, but if a second line is needed, use
{{-}}
to ensure proper centering. - The background color defaults to
#ccf
(truncated form of#ccccff
), but can be changed via the titlestyle parameter (see below).
- listn
- (i.e. list1, list2, etc.) The body of the template, usually a list of links. Format is inline, although the text can be entered on separate lines if the entire list is enclosed within
<div> </div>
(see #Example with code). At least one list parameter is required; each additional list is displayed in a separate row of the table. Each listn may be preceded by a corresponding groupn parameter, if provided (see below). - The background color of the list items (and the entire table) defaults to
#f9f9f9
, but can be changed via the bodystyle, oddstyle and/or evenstyle parameters (see below).
Optional
Cells
- groupn
- (i.e. group1, group2, etc.) If specified, text appears in a header cell displayed to the left of listn. If omitted, listn uses the full width of the table.
- The background color defaults to
#ddf
(truncated form of#ddddff
), but can be changed via the groupstyle parameter (see below).
- image
- An image to be displayed in a cell below the title and to the right of the body (the groups/lists). For the image to display properly, the list1 parameter must be specified. The image parameter accepts standard wikicode for displaying an image, i.e.
[[Image:Example.jpg|100px]]
- imageleft
- An image to be displayed in a cell below the title and to the left of the body (lists). For the image to display properly, the list1 parameter must be specified and no groups can be specified. The imageleft parameter accepts standard wikicode for displaying an image, i.e.
[[Image:Example.jpg|100px]]
- above
- A full-width cell displayed between the titlebar and first group/list, i.e. above the template's body (groups, lists and image). In a template without an image, above behaves in the same way as the list1 parameter without the group1 parameter.
- below
- A full-width cell displayed below the template's body (groups, lists and image). In a template without an image, below behaves in the same way as the template's final listn parameter without a groupn parameter. For an example of the below parameter in use, see Template:Tl.
Styles (NOT RECOMMENDED)
- titlestyle
- CSS styles to apply to title, most often the titlebar's background color:
titlestyle = background:#nnnnnn;
titlestyle = background:name;
- bodystyle
- Specifies CSS styles to apply to the template body. The shorter name style may be used when no other style parameters are specified. This option should be used sparingly as it can lead to visual inconsistencies. Examples:
background:#nnnnnn;
text-align:[right/center/left/justified];
width:N [em/%/px or width:auto];
float:[left/right/none];
clear:[right/left/both/none];
- groupstyle
- CSS styles to apply to the groupN cells. This option overrides any styles that are applied to the entire table. Examples:
background:#nnnnnn;
text-align:[left/center/right];
vertical-align:[top/middle/bottom];
white-space:nowrap;
- liststyle
- CSS styles to apply to all lists. Overruled by the oddstyle and evenstyle parameters (if specified) below.
- oddstyle
- evenstyle
- Specifically prohibited (will not work). Use Template:T1 if you wish to apply a different set of styles to even/odd rows. This template forces even rows to be color #f7f7f7.
- abovestyle
- belowstyle
- CSS styles to apply to the top cell (specified via the above parameter) and bottom cell (specified via the below parameter). Typically used to set background color or text alignment:
background:#nnnnnn;
text-align:[left/center/right];
Other
- state
- Defaults to
autocollapse
. If set to collapsed
, the navbox will always start out in a collapsed state. If set to blank or anything other than autocollapse
or collapsed
, the navbox will always start out in an expanded state. A navbox with autocollapse
will start out collapsed if there are two or more tables on the same page that use collapsible. For the technically minded, see MediaWiki:Common.js.
- Often times, editors will want a default initial state for a nav box, which may be overridden in an article. Here is the trick to do this:
- In your intermediate template, create a parameter also named "state" as a pass-through like this
- | state = {{{state<includeonly>|your_desired_initial_state</includeonly>}}}
- Example: Template:Tl with autocollapse as the default initial state. Bolivian peso transcludes it and has only one nav box. So the peso nav box shows. Chilean peso has two nav boxes. So the peso nav box collapses.
- Example: Template:Tl with expanded as the default initial state. All transcluding articles shows the content by default, unless there were an hypothetical article that specifies state = collapsed when transcluding.
- The <includeonly>| will make the template expanded when viewing the template page by itself.
- navbar
- Defaults to
Tnavbar
. If set to plain
, the Template:Tnavbar links on the left side of the titlebar will not be displayed.
Layout of table
Table generated by Template:Tl without image, above and below parameters (borders added for illustration only):
{{{title}}}
{{{group1}}}
{{{list1}}}
{{{group2}}}
{{{list2}}}
{{{list3}}} without {{{group3}}}
Table generated by Template:Tl with image, above and below parameters (borders added for illustration only):
{{{title}}}
{{{above}}}
{{{group1}}}
{{{list1}}}
{{{image}}}
{{{group2}}}
{{{list2}}}
{{{list3}}} without {{{group3}}}
{{{below}}}
Example with code
{{Navbox
|name = {{subst:PAGENAME}}
|state = {{{state|uncollapsed}}}
|title = [[Wikipedia:Navigational templates|Navigational templates]]
|bodystyle = width:50%;
|group1 = Physics
|list1 = [[Template:Cosmology|Cosmology]]{{·}} [[Template:General relativity|Relativity]]{{·}}
[[Template:String-theory|String theory]]
|group2 = Continents
|list2 = <div>
[[Template:Africafooter|Africa]]{{·}}
[[Template:Asiafooter|Asia]]{{·}}
[[Template:Europefooter|Europe]]
</div>
|list3 = [[Template:National parks of Argentina|Argentinian National Parks]]
}}
Navbox/doc
Physics
CosmologyTemplate:· RelativityTemplate:· String theory
Continents
Additional examples
No image
Navbox/doc
Centre
Cyberjaya
Area
Klang Valley
Major landmarks
Petronas Twin TowersTemplate:· Kuala Lumpur TowerTemplate:· Kuala Lumpur SentralTemplate:· Technology Park MalaysiaTemplate:· PutrajayaTemplate:· CyberjayaTemplate:· Template:Nowrap
Infrastructure
Express Rail LinkTemplate:· KL-KLIA Dedicated Expressway
Prime applications
EGovernmentTemplate:· MyKad
With image, without groups
Navbox/doc
With two images, without groups, multiple lists
Navbox/doc
With image, groups, below
Navbox/doc
Centre
Cyberjaya
Area
Klang Valley
Major landmarks
Petronas Twin TowersTemplate:· Kuala Lumpur TowerTemplate:· Kuala Lumpur SentralTemplate:· Technology Park MalaysiaTemplate:· PutrajayaTemplate:· CyberjayaTemplate:· Kuala Lumpur International Airport
Infrastructure
Express Rail LinkTemplate:· KL-KLIA Dedicated Expressway
Prime applications
EGovernmentTemplate:· MyKad
See also
Template:Navigational templates