Revision as of 12:04, 3 April 2007 editNsaa (talk | contribs)Autopatrolled, Extended confirmed users, Pending changes reviewers, Rollbackers29,851 editsm no:Mal:Navigasjon← Previous edit | Revision as of 01:07, 13 April 2007 edit undoDavid Kernow (talk | contribs)40,997 edits updatingNext edit → | ||
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
Deprecated parameter names are given in parentheses. | |||
===Mandatory=== | ===Mandatory=== | ||
; ''name'' : (or ''templateName'') The name of the template, which is needed for the "v{{·}} t{{·}} e" (i.e. "view{{·}} talk{{·}} edit") links to work properly on the pages where the template is used. You can enter <code><nowiki>{{subst:PAGENAME}}</nowiki></code> for this value as a shortcut. | ; ''name'' : (or ''templateName'') The name of the template, which is needed for the "v{{·}} t{{·}} e" (i.e. "view{{·}} talk{{·}} edit") links to work properly on the pages where the template is used. You can enter <code><nowiki>{{subst:PAGENAME}}</nowiki></code> for this value as a shortcut. | ||
Line 20: | Line 22: | ||
===Optional=== | ===Optional=== | ||
; '' |
; ''title_style'' : Style/s to apply to titlebar; usually a background color<br/>(i.e. <code>title_style = background:''color''</code>. Default background color is <span style="background:#efefef;">#efefef</span>.<br/>Use of this parameter is discouraged. Where it is used, care and consensus are needed as multiple navigational templates on one page with different titlebar colors will probably look unpleasant. | ||
; ''style'' : Any CSS styling to add to the body, e.g. "text-align:left;" to left-align the body's content in place of its default center alignment. | ; ''style'' : Any CSS styling to add to the body, e.g. "text-align:left;" to left-align the body's content in place of its default center alignment. | ||
; '' |
; ''category'' : (or ''cat'') The category or categories to which a page transcluding the template will become a member. Place <code><nowiki><includeonly></nowiki></code> ...... <code><nowiki></includeonly></nowiki></code> either side of the category or categories to ensure the template itself isn't made a member. Use of this parameter is discouraged; when editing a page on which the template is transcluded, no mention of the category or categories added by this parameter is apparent. | ||
==Example== | ==Example== | ||
Line 33: | Line 35: | ||
|name = {{subst:PAGENAME}} | |name = {{subst:PAGENAME}} | ||
|title = ] of ] | |title = ] of ] | ||
|cat = <includeonly>]</includeonly> | |||
|body = | |body = | ||
Line 48: | Line 49: | ||
|title = ] of ] | |title = ] of ] | ||
|body = | |body = | ||
]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ] | ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ] | ||
}} | }} |
Revision as of 01:07, 13 April 2007
Template:Template doc page viewed directly
{{Navigation/doc}}
is a generic navigational template.
Blank syntax (basic)
{{Navigation |name = {{subst:PAGENAME}} |title = |body = }}
Parameters
Deprecated parameter names are given in parentheses.
Mandatory
- name
- (or templateName) The name of the template, which is needed for the "v · t · e" (i.e. "view · talk · edit") links to work properly on the pages where the template is used. You can enter
{{subst:PAGENAME}}
for this value as a shortcut.
- title
- (or header) Text that appears centered in the titlebar (the top bar). Usually this is the template's topic, i.e. a succinct description of the body contents.
- body
- (or header) The material contained by the template, usually a list or list of links. Format is inline.
Optional
- title_style
- Style/s to apply to titlebar; usually a background color
(i.e.title_style = background:color
. Default background color is #efefef.
Use of this parameter is discouraged. Where it is used, care and consensus are needed as multiple navigational templates on one page with different titlebar colors will probably look unpleasant.
- style
- Any CSS styling to add to the body, e.g. "text-align:left;" to left-align the body's content in place of its default center alignment.
- category
- (or cat) The category or categories to which a page transcluding the template will become a member. Place
<includeonly>
......</includeonly>
either side of the category or categories to ensure the template itself isn't made a member. Use of this parameter is discouraged; when editing a page on which the template is transcluded, no mention of the category or categories added by this parameter is apparent.
Example
Code
{{Navigation |name = {{subst:PAGENAME}} |title = ] of ] |body = ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ]{{·}} ] }}
Result
Countries of Central Asia |
---|
See also
Template | Collapsible | Image | Groups | Style (body) parameter/s |
---|---|---|---|---|
{{Navbox}} | collapsible | Left/right of body | Yes | Yes |
{{Navbox with collapsible groups}} | collapsible | Left/right of body and/or in each list | Yes | Yes |
{{Navbox with columns}} | collapsible | Left/right of columns | No | Yes |
Type | CSS classes | JavaScript | Collapses when | Custom initial state |
Nesting |
---|---|---|---|---|---|
Collapsible tables | mw-collapsible | jQuery.makeCollapsible | 2 or more autocollapse on page | Yes | Yes |