Template:Esoteric
Usage
Copyable empty example:
{{Tnavbar|Name of Template|mini= |nodiv= |plain= }} inside a given template to add Tnavbar navigational functionality.
{{Tnavbar|Tnavbar}} gives: {{#if:|
|}}{{#ifeq:|1||This box: }}{{#if:|
v·
d·
e}}{{#if:||
view •
talk •
edit}}{{#if:| |
}}
Note to editors
This template is likely represented across thousands of pages; please tread lightly when editing here. Conducting sufficient sandbox testing to establish the validity of edits relative to Tnavbar is strongly encouraged prior to attempting to integrate changes.
Examples
{{Tnavbar|Name of Template|mini= |nodiv= |plain= }}
Required parameters
{{Tnavbar|Name of Template}}
the template name is required.
Optional parameters
Optional parameter |
Produces...
|
Divides into a separate section: {{Tnavbar|Tnavbar|mini=1}} like so. |
→ |
| }}{{#ifeq:1|1 |
v·d·e}}{{#if:1 |
|}} like so.
|
{{Tnavbar|Tnavbar|nodiv=1}} Good for "blending" into text. |
→ |
| }}{{#ifeq:|1 |
v·d·e}}{{#if: |
|}} Good for "blending" into text.
|
{{Tnavbar|Tnavbar|mini=1|nodiv=1}} Good for "blending" into text. |
→ |
| }}{{#ifeq:1|1 |
v·d·e}}{{#if:1 |
|}} Good for "blending" into text.
|
No "This box:" text. {{Tnavbar|Tnavbar|plain=1}} |
→ |
| }}{{#ifeq:1|1 |
v·d·e}}{{#if: |
|}}
|
Blended no "This box:" text. {{Tnavbar|Tnavbar|plain=1|nodiv=1}} |
→ |
| }}{{#ifeq:1|1 |
v·d·e}}{{#if: |
|}}
|