Template:Navbar-collapsible/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} {{lua|Module:Navbar}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> ==Usage== Simply place the following code in the Help:Table/Introductio...") |
(No difference)
|
Latest revision as of 23:54, 12 August 2018
| This is a documentation subpage for Template:Navbar-collapsible. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
Usage
Simply place the following code in the header area of collapsible tables to add left justified view/talk/edit link functionality:
{{Navbar-collapsible| Heading wikitext |{{subst:FULLPAGENAME}}}}
Parameters
Mandatory
- 1
- (the first unnamed parameter) Text that appears centered in the titlebar (the top bar).
- 2
- (the 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 use
{{subst:FULLPAGENAME}}as a shortcut for this value.
Optional
- plain
- If set to
plain=1then will be expanded to the longer form of . - fontcolor
- Specifies the title text color and the link color of the .
See also
- {{Navbar}}
- This template transcludes navbar, the source is more customizable.
- {{Navbar-header}}
- Positions on the right edge of the line, often used in non-collapsible navbox heading.
- {{Navbar-navframe}}
- For use in conjunction with NavFrame divs, positions opposite of the [hide]/[show] feature.
Make use of meta-template to reduce code bloat and simplify editing: Template:Navigation templates