Template:Navbar-header/doc: Difference between revisions
Template page
More actions
Created page with "{{Documentation subpage}} {{used in system|in MediaWiki:Abusefilter-warning-predatory}} {{TemplateStyles|Template:Navbar-header/styles.css}} ==Usage== Simply place the following code in the header area of a given template to add a centred heading with right justified view/talk/edit link functionality. <blockquote>{{tlxi|Navbar-header|heading|name of template}}</blockquote> ==Parameters== ===Mandatory=== ; {{var|heading}} (first un..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{TemplateStyles|Template:Navbar-header/styles.css}} | {{TemplateStyles|Template:Navbar-header/styles.css}} | ||
| Line 16: | Line 15: | ||
; {{para|plain|1}}: Switches from abbreviated "{{navbar|Navbar-header|mini=1}}" mode to "{{navbar|Navbar-header|plain=1}}", if plain=1 is set. | ; {{para|plain|1}}: Switches from abbreviated "{{navbar|Navbar-header|mini=1}}" mode to "{{navbar|Navbar-header|plain=1}}", if plain=1 is set. | ||
; {{para|fontcolor}}: Specifies the title text color. Any choice of [[CSS colors]]. | ; {{para|fontcolor}}: Specifies the title text color. Any choice of [[CSS colors]]. | ||
==See also== | ==See also== | ||
| Line 30: | Line 26: | ||
<includeonly>{{Sandbox other|| | <includeonly>{{Sandbox other|| | ||
<!-- ADD CATEGORIES BELOW THIS LINE --> | <!-- ADD CATEGORIES BELOW THIS LINE --> | ||
}}</includeonly> | }}</includeonly> | ||
[[Category:Template documentation pages|Navbar-header/doc]] | |||
Latest revision as of 15:44, 8 June 2025
| This is a documentation subpage for Template:Navbar-header. It may contain usage information, categories and other content that is not part of the original template page. |
| This template uses TemplateStyles: |
Usage
Simply place the following code in the header area of a given template to add a centred heading with right justified view/talk/edit link functionality.
{{Navbar-header|heading|name of template}}
Parameters
Mandatory
- heading (first unnamed parameter)
- Text that appears centered in the titlebar (the top bar).
- name of template (second unnamed parameter)
- The name of the template, which is needed for the "" links to work properly on all of the pages where the template is used on. You can enter
{{subst:PAGENAME}}for this value as a shortcut:{{Navbar-header|heading|{{subst:PAGENAME}}}}
Optional
|plain=1- Switches from abbreviated "" mode to "", if plain=1 is set.
|fontcolor=- Specifies the title text color. Any choice of CSS colors.
See also
- {{Navbar}}
- This template transcludes navbar, the source is more customizable.
- {{Navbar-collapsible}}
- For use in conjunction with collapsible tables, floats opposite of the [hide]/[show] feature
Make use of meta-template to reduce code bloat and simplify editing:
| 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 |