Revision as of 14:12, 11 March 2007 editDavid Kernow (talk | contribs)40,997 edits updating, formatting← Previous edit | Revision as of 14:16, 11 March 2007 edit undoDavid Kernow (talk | contribs)40,997 edits →Parameters: moving deprecated parameter names out of subheadingsNext edit → | ||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
===''Mandatory''=== | ===''Mandatory''=== | ||
; ''name'' (or ''templateName'') |
; ''name'' : (or ''templateName'') The name of the template, which is needed for the "view{{·}} talk{{·}} edit" links to work properly on all of the pages where the template is used. You can enter <code><nowiki>{{subst:PAGENAME}}</nowiki></code> for this value as a shortcut. | ||
; ''title'' (or ''header'') |
; ''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'' |
; ''body'' : (or ''header'') The material contained by the template, usually a list or list of links. <!--Pipe character not the only way to separate links: "Use &#124; to separate links. It is not possible to directly include a pipe ("|") in the contents as this symbol is used to separate parameters. &#124; or {{tl|!}} can be used in the body to produce a pipe symbol."--> Format is inline. | ||
===''Optional''=== | ===''Optional''=== | ||
; ''color'' |
; ''color'' : Header (titlebar) color. Default 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'' |
; ''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. | ||
; ''cat'' (or ''category'') |
; ''cat'' : (or ''category'') 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 category or categories to ensure the template itself isn't made a member. | ||
--><code><nowiki><includeonly></nowiki></code> ...... <!-- | |||
--><code><nowiki></includeonly></nowiki></code> either side category or categories to ensure the template itself isn't made a member. | |||
==Example== | ==Example== |
Revision as of 14:16, 11 March 2007
Template:Template doc page viewed directly
{{Navigation/doc}}
is a generic navigational template.
Blank
{{Navigation |name = {{subst:PAGENAME}} |title = |body = }}
Parameters
Mandatory
- name
- (or templateName) The name of the template, which is needed for the "view · talk · edit" links to work properly on all of 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
- color
- Header (titlebar) color. Default 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.
- cat
- (or category) The category or categories to which a page transcluding the template will become a member. Place
<includeonly>
......</includeonly>
either side category or categories to ensure the template itself isn't made a member.
Example
Code
{{Navigation |name = {{subst:PAGENAME}} |title = ] of ] |cat = <includeonly>]</includeonly> |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 |