Template:Navbar-collapsible/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Waso99 No edit summary |
meta>Edokter update |
||
| Line 4: | Line 4: | ||
==Usage== | ==Usage== | ||
Simply place the following code in the header area of [[Wikipedia: NavFrame#Collapsible tables|collapsible tables]] to add left justified <small>{{ | Simply place the following code in the header area of [[Wikipedia: NavFrame#Collapsible tables|collapsible tables]] to add left justified <small>V{{·}}T{{·}}E</small> navigational functionality: | ||
<pre>{{Tnavbar-collapsible| Heading wikitext |{{subst:FULLPAGENAME}}}}</pre> | <pre>{{Tnavbar-collapsible| Heading wikitext |{{subst:FULLPAGENAME}}}}</pre> | ||
| Line 11: | Line 11: | ||
====Mandatory==== | ====Mandatory==== | ||
; 1 : (the first unnamed parameter) Text that appears centered in the titlebar (the top bar). | ; 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 "<small>{{ | ; 2 : (the second unnamed parameter) The name of the template, which is needed for the "<small>V{{·}}T{{·}}E</small>" links to work properly on all of the pages where the template is used on. You can use <code><nowiki>{{subst:FULLPAGENAME}}</nowiki></code> as a shortcut for this value. | ||
====Optional==== | ====Optional==== | ||
; plain : If set to <code>plain=1</code> then <small>{{ | ; plain : If set to <code>plain=1</code> then <small>V{{·}}T{{·}}E</small> will be expanded to the longer form of <small>view{{·}}talk{{·}}edit</small>. | ||
; fontcolor : Specifies the title text color and the link color of the <small>{{ | ; fontcolor : Specifies the title text color and the link color of the <small>V{{·}}T{{·}}E</small>. | ||
==See also== | ==See also== | ||
;{{tl|navbar}}: This template [[Wikipedia:Transclusion|transcludes]] navbar, the source is more customizable. | ;{{tl|navbar}}: This template [[Wikipedia:Transclusion|transcludes]] navbar, the source is more customizable. | ||
;{{tl|tnavbar-header}}: Positions <small> | ;{{tl|tnavbar-header}}: Positions <small>V{{·}}T{{·}}E</small> on the right edge of the line, often used in non-collapsible navbox heading. | ||
;{{tl|Tnavbar-navframe}}: For use in conjunction with [[Wikipedia:NavFrame|Navframe div]]s, positions <small> | ;{{tl|Tnavbar-navframe}}: For use in conjunction with [[Wikipedia:NavFrame|Navframe div]]s, positions <small>V{{·}}T{{·}}E</small> opposite of the [hide]/[show] feature. | ||
Make use of meta-template to reduce code bloat and simplify editing: | Make use of meta-template to reduce code bloat and simplify editing: | ||
Revision as of 13:21, 24 February 2012
| This is a documentation subpage for Template:Navbar-collapsible. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
Simply place the following code in the header area of collapsible tables to add left justified V · T · E navigational functionality:
{{Tnavbar-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 "V · T · E" 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 V · T · E will be expanded to the longer form of view · talk · edit. - fontcolor
- Specifies the title text color and the link color of the V · T · E.
See also
- {{navbar}}
- This template transcludes navbar, the source is more customizable.
- {{tnavbar-header}}
- Positions V · T · E on the right edge of the line, often used in non-collapsible navbox heading.
- {{Tnavbar-navframe}}
- For use in conjunction with Navframe divs, positions V · T · E opposite of the [hide]/[show] feature.
Make use of meta-template to reduce code bloat and simplify editing: Template:Navigational templates