Template:Navbar-collapsible/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Fred Bradstadt m Cleanup formatting |
meta>Fred Bradstadt →Usage: Added copy-pasteable example with subst:PAGENAME included. Rephrased text a bit. Use similar formatting for all occurences of v•d•e |
||
Line 3: | Line 3: | ||
==Usage== | ==Usage== | ||
Simply place | Simply place the following code in the header area of [[Wikipedia: NavFrame#Collapsible tables|collapsible tables]] to add left justified <small>{{nowrap|v • d • e}}</small> navigational functionality: | ||
<pre>{{Tnavbar-collapsible| Heading wikitext |{{subst:PAGENAME}}}}</pre> | |||
===Parameters=== | ===Parameters=== | ||
Line 9: | 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 "< | ; 2 : (the second unnamed parameter) The name of the template, which is needed for the "<small>{{nowrap|view • talk • edit}}</small>" links to work properly on all of the pages where the template is used on. You can use <code><nowiki>{{subst:PAGENAME}}</nowiki></code> as a shortcut for this value. | ||
====Optional==== | ====Optional==== | ||
; plain : If set to <code>plain=1</code> then <small>v • d • e</small> will be expanded to the longer form of <small>view • talk • edit</small>. | ; plain : If set to <code>plain=1</code> then <small>{{nowrap|v • d • 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>v • d • e</small>. | ; fontcolor : Specifies the title text color and the link color of the <small>{{nowrap|v • d • e}}</small>. | ||
===Note to editors with access to this template=== | ===Note to editors with access to this template=== |
Revision as of 07:28, 3 January 2008
Template:Template doc page viewed directly
Usage
Simply place the following code in the header area of collapsible tables to add left justified v • d • e navigational functionality:
{{Tnavbar-collapsible| Heading wikitext |{{subst:PAGENAME}}}}
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 "view • talk • edit" links to work properly on all of the pages where the template is used on. You can use
{{subst:PAGENAME}}
as a shortcut for this value.
Optional
- plain
- If set to
plain=1
then v • d • 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 • d • e.
Note to editors with access to this template
This template is likely represented across tens of thousands of pages, so please tread lightly when editing here.
See also
- {{Tnavbar}}
- This template transcludes tnavbar, the source is more customizable.
- {{tnavbar-header}}
- Positions v • d • 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 • d • e opposite of the [hide]/[show] feature.
Make use of meta-template to reduce code bloat and simplify editing: Template:Navigational templates