Template:Tnavbar/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Sekoia (initial import from wikipedia with some modifications) |
imported>Thirty7 mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
== Usage == | == Usage == | ||
Copyable examples when inside a given [[ | Copyable examples when inside a given [[:Category:Templates|template]] adds Tnavbar navigational functionality: | ||
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|mini=1}}</nowiki></tt> | :<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|mini=1}}</nowiki></tt> | ||
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|plain=1}}</nowiki></tt> | :<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|plain=1}}</nowiki></tt> | ||
Line 20: | Line 20: | ||
:<nowiki>{{Tnavbar|Tnavbar/doc}}</nowiki> gives: {{Tnavbar|Tnavbar/doc}} | :<nowiki>{{Tnavbar|Tnavbar/doc}}</nowiki> gives: {{Tnavbar|Tnavbar/doc}} | ||
== Examples == | == Examples == | ||
Line 60: | Line 58: | ||
|} | |} | ||
== See also == | == See also == | ||
Line 69: | Line 64: | ||
<includeonly> | <includeonly> | ||
[[Category: | [[Category:Link Templates]][[Category:Navigation Templates| ]] | ||
</includeonly> | </includeonly> |
Latest revision as of 11:35, 8 July 2012
Tnavbar (Template navigation bar)
Usage
Copyable examples when inside a given template adds Tnavbar navigational functionality:
- {{Tnavbar|{{subst:PAGENAME}}|mini=1}}
- {{Tnavbar|{{subst:PAGENAME}}|plain=1}}
- {{Tnavbar|{{subst:PAGENAME}}|mini=1|nodiv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|plain=1|nodiv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|miniv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|viewplain=1}}
- {{Tnavbar|{{subst:PAGENAME}}|miniv=1|nodiv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|viewplain=1|nodiv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|fontcolor=green}}
- The
{{subst:PAGENAME}}
will be substituted with the template's name when parsed by the servers. - {{Tnavbar|Tnavbar/doc}} gives:
Examples
{{Tnavbar|Name of Template|mini= |nodiv= |fontcolor= }}
Required parameters
{{Tnavbar|Name of Template}}
the template name is required.
Optional parameters
Options | Parameters | Produces... |
---|---|---|
Normal | ||
Normal | {{tnavbar|Template Name}} |
|
No "This box:" text. | {{tnavbar|Template Name|plain=1}} |
|
Good for "blending" into text. | {{tnavbar|Template Name|nodiv=1}} |
Lorem | Ipsum
Blended no "This box:" text. | {{tnavbar|Template Name|plain=1|nodiv=1}} |
Lorem | Ipsum
For a color option. | {{tnavbar|Template Name|fontcolor=color}} |
|
Mini | ||
Makes Tnavbar display in a mini version: | {{tnavbar|Template Name|mini=1}} |
|
Good for "blending" into text. | {{tnavbar|Template Name|mini=1|nodiv=1}} |
Lorem | Ipsum
View only | ||
For a simpler access option. | {{tnavbar|Template Name|miniv=1}} |
|
For a full simpler access option. | {{tnavbar|Template Name|viewplain=1}} |
See also
- {{Navbox}}