Template:Navbar/doc
More actions
No description yet available.
Usage
{{navbar |1= }}
Copyable examples when inside a given template adds navbar navigational functionality:
- {{navbar|{{subst:PAGENAME}}|mini=1}}
- {{navbar|{{subst:PAGENAME}}|plain=1}}
- {{navbar|{{subst:PAGENAME}}|mini=1|nodiv=1}}
- {{navbar|{{subst:PAGENAME}}|plain=1|nodiv=1}}
- {{navbar|{{subst:PAGENAME}}|fontstyle=color:green}}
- The
{{subst:PAGENAME}}will be substituted with the template’s name when parsed by the servers.
The miniv=1, viewplain=1 and fontcolor= parameters have been deprecated. To use the view-only version, use the {{v}} or {{view}} templates instead.
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | name | Name of the template | empty | required |
plain | plain version | Hide the “This box:” text | empty | optional |
mini | short version | Use one-letter links instead of whole words | empty | optional |
nodiv | inline version | Use <bdi> instead of <div> so that the template won’t have its own line in the text | empty | optional |
style | box style | CSS style for the whole box | empty | optional |
fontstyle | font style | CSS style for the text, also applied to the links. Useful for setting font color as that would be overridden by default link color. | empty | optional |
brackets | brackets | Put [brackets] around the links | empty | optional |
uselang | language | Set the template’s language. Not used if the template is transcluded on pages translated with the Translate extension. | empty | optional |
miniv | empty | deprecated | ||
viewplain | empty | deprecated | ||
fontcolor | font color | Set the font color. Deprecated, use |fontstyle = color:<color> instead. | empty | deprecated |
Additional information
The template is intended to be used in the following namespaces: no namespace specified
The template is intended to be used by the following user groups: no user group specified
Example
{{navbar|navbar/doc}}
renders as:
See also
- {{Tnavbar-collapsible}}: For use in conjunction with Collapsible tables, floats v • d • e opposite of the [hide]/[show] feature.
Localization
العربية ∙ বাংলা ∙ dansk ∙ Deutsch ∙ Deutsch (Sie-Form) ∙ English ∙ Esperanto ∙ español ∙ français ∙ ગુજરાતી ∙ עברית ∙ हिन्दी ∙ magyar ∙ Bahasa Indonesia ∙ italiano ∙ 日本語 ∙ 한국어 ∙ македонски ∙ Nederlands ∙ polski ∙ português ∙ русский ∙ svenska ∙ Türkçe ∙ українська ∙ Tiếng Việt ∙ 中文
This template makes use of {{Autotranslate}} and the translate extension. The layout of the template can be found under Template:navbar/layout.
Examples
| Options | Parameters | Produces... |
|---|---|---|
| Normal | {{navbar|Template Name}} |
|
| No "This box:" text. | {{navbar|Template Name|plain=1}} |
|
| Short version. | {{navbar|Template Name|mini=1}} |
|
| Good for "blending" into text. | {{navbar|Template Name|nodiv=1}} |
Lorem This box: view • talk • edit Ipsum |
| Blended, no "This box:" text. | {{navbar|Template Name|plain=1|nodiv=1}} |
Lorem view • talk • edit Ipsum |
| Blended, short version. | {{navbar|Template Name|mini=1|nodiv=1}} |
Lorem v • d • e Ipsum |
| For a color option. | {{navbar|Template Name|fontstyle=color:green}} |