Vorlage:Navbar/Doku: Unterschied zwischen den Versionen

K
274 Versionen von wikivoyage:Vorlage:Navbar/Doku importiert
(+examples)
K (274 Versionen von wikivoyage:Vorlage:Navbar/Doku importiert)
 
(243 dazwischenliegende Versionen von 83 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<includeonly>:''This template documentation is [[Wikipedia:Template doc page pattern|transcluded]] from [[{{FULLPAGENAME}}/doc]]'' [<span class="plainlinks">[{{fullurl:{{FULLPAGENAMEE}}/doc|action=edit}} edit]</span>]</includeonly>
{{Dokumentation Unterseite}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{high-risk}}
<includeonly>
{{Lua|Modul:Navbar}}
{{esoteric}}
{{Benutzt Templatestyles|Module:Navbar/styles.css}}
</includeonly>
<!-- Kategorien bitte an das Ende der Seite, Interwiki-Links bitte nach Wikidata. Danke! -->
==Usage==
 
Copyable empty examples:
== Usage ==
<nowiki>{{Tnavbar|Name of Template|mini=1}}</nowiki> inside a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
===General===
<nowiki>{{Tnavbar|Name of Template|plain=1}}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
When one of the following examples is placed inside a given [[w:en:Wikipedia:Navigation templates|template]], it adds navbar navigational functionality:
<nowiki>{{Tnavbar|Name of Template|mini=1|nodiv=1}}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
:<code><nowiki>{{navbar|{{subst:PAGENAME}}|mini=1}}</nowiki></code>
<nowiki>{{Tnavbar|Name of Template|plain=1|nodiv=1}}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
:<code><nowiki>{{navbar|{{subst:PAGENAME}}|plain=1}}</nowiki></code>
<nowiki>{{Tnavbar|Name of Template|miniv=1}}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
:<code><nowiki>{{navbar|{{subst:PAGENAME}}|fontstyle=color:green}}</nowiki></code>
<nowiki>{{Tnavbar|Name of Template|viewplain=1}}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
<nowiki>{{Tnavbar|Name of Template|miniv=1|nodiv=1}}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
<nowiki>{{Tnavbar|Name of Template|viewplain=1|nodiv=1}}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.
<br>
<nowiki>{{Tnavbar|Tnavbar}}</nowiki> gives: {{Tnavbar|Tnavbar}}


==Note to editors==
The <code><nowiki>{{subst:PAGENAME}}</nowiki></code> will be substituted with the template's name when parsed by the servers. For example, <code><nowiki>{{navbar|navbar/doc}}</nowiki></code> gives:<br> {{navbar|navbar/doc}}
This template is represented across [[Special:Whatlinkshere/Template:Tnavbar|thousands of pages]] please tread lightly when editing here. Conducting sufficient [[Template:Template sandbox|sandbox testing]] to establish the validity of edits relative to Tnavbar is '''strongly''' encouraged prior to attempting to integrate changes.


==Examples==
===Font-size===
<pre>{{Tnavbar|Name of Template|mini= |nodiv= }}</pre>
Font-size is 88% when used in a navbar, and 100% when nested in a navbox.
In the navbar, the weight is "normal"; when nested in navbox, it takes on the outer setting. The middot is bold.


=== Required parameters ===
== Examples ==
*<code><nowiki>{{Tnavbar|Name of Template}}</nowiki></code> the template name is required.
===Required parameters===
*<code><nowiki>{{navbar|Template Name}}</nowiki></code> the template name is required.


=== Optional parameters ===
===Optional parameters===
{| class="wikitable"
{| class="wikitable"
! Optional parameter !! colspan=2 | Produces...
! Options !! Parameters !! Produces...
|-
|Makes Tnavbar display in a mini version: <code><nowiki>{{Tnavbar|Template Name|mini=1}}</nowiki></code> like so. || → || Makes Tnavbar display in a mini version: {{Tnavbar|Tnavbar/doc|mini=1}} like so.  
|-
|-
|<code><nowiki>{{Tnavbar|Template Name|nodiv=1}}</nowiki></code> Good for "blending" into text. || → || {{Tnavbar|Tnavbar/doc|nodiv=1}} Good for "blending" into text.
| Basic || <code><nowiki>{{navbar|Template Name}}</nowiki></code> || {{navbar|navbar/doc}}
|-
|-
|<code><nowiki>{{Tnavbar|Template Name|mini=1|nodiv=1}}</nowiki></code> Good for "blending" into text. || → || {{Tnavbar|Tnavbar/doc|mini=1|nodiv=1}} Good for "blending" into text.
| Different text || <code><nowiki>{{navbar|Template Name|text=This template:}}</nowiki></code> || {{navbar|navbar/doc|text=This template:}}
|-
|-
|No "This box:" text. <code><nowiki>{{Tnavbar|Template Name|plain=1}}</nowiki></code> || → ||No "This box:" text. {{Tnavbar|Tnavbar/doc|plain=1}}
| Without "This box:" text || <code><nowiki>{{navbar|Template Name|plain=1}}</nowiki></code> || {{navbar|navbar/doc|plain=1}}
|-
|-
|Blended no "This box:" text. <code><nowiki>{{Tnavbar|Template Name|plain=1|nodiv=1}}</nowiki></code> || → ||Blended no "This box:" text. {{Tnavbar|Tnavbar/doc|plain=1|nodiv=1}}
| Short version || <code><nowiki>{{navbar|Template Name|mini=1}}</nowiki></code> || {{navbar|navbar/doc|mini=1}}
|-
|-
|For a simpler acccess option. <code><nowiki>{{Tnavbar|Template Name|miniv=1}}</nowiki></code> || → ||For a simpler acccess option. {{Tnavbar|Tnavbar/doc|miniv=1}}
| With brackets
| <code><nowiki>{{navbar|Template Name|brackets=1}}</nowiki></code>
| {{navbar|navbar/doc|brackets=1}}
|-
|-
|For a fuller simpler acccess option. <code><nowiki>{{Tnavbar|Template Name|viewplain=1}}</nowiki></code> || → ||For a fuller simpler acccess option. {{Tnavbar|Tnavbar/doc|viewplain=1}}
| With a color option ([[Span and div|span]]) || <code><nowiki>{{navbar|Template Name|fontstyle=color:green}}</nowiki></code> || {{navbar|navbar/doc|fontstyle=color:green}}
|-
|-
| To float to the side ([[Span and div|div]]) || <code><nowiki>{{navbar|Template Name|style=float:right}}</nowiki></code> || {{navbar|navbar/doc|style=float:right}}
|}
|}
===Deprecated parameters===
The <code>miniv=1</code>, <code>viewplain=1</code>, <code>nodiv=1</code> and <code>fontcolor=</code> parameters have been deprecated. To implement the view-only version, use the {{tlx|v}} or {{tlx|view}} templates instead.
== Notes ==
Navbar is contained within a {{tag|div}} in order to accommodate a horizontal unnumbered list. This means it cannot be placed inside a {{tag|span}} or other inline element, because Tidy will 'fix' situations where it finds block elements inside inline elements.
== Prepackaged ==
;{{tl|Navbar-header}}: Positions {{navbar|navbar/doc|mini=1}} on the right edge of the line, often used in non-collapsible navbox heading.
== See also ==
{{Edit templates}}
{{Navigation templates}}
<includeonly>
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- Kategorien bitte hier, Interwiki-Links bitte nach Wikidata. Danke! -->
[[Category:Internal link templates|{{PAGENAME}}]]


<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[Kategorie:Vorlagen:Formatierungshilfe]]
[[ang:Template:Tnavbar-mini-nodiv]]
[[ar:قالب:Tnavbar]]
[[bn:Template:তথ্যছক-Tnavbar]]
[[el:Πρότυπο:Tnavbar-mini-nodiv]]
[[fa:الگو:نوارپیونددان]]
[[fr:Modèle:Tnavbar]]
[[hr:Predložak:Tnavbar-mini]]
[[hu:Sablon:Tnavbar]]
[[ka:თარგი:Tnavbar]]
[[ko:틀:안내 참조]]
[[kn:ಟೆಂಪ್ಲೇಟು:Tnavbar]]
[[lt:Šablonas:Tnavbar-mini]]
[[nl:Sjabloon:Tnavbar]]
[[ps:Template:Tnavbar]]
[[ro:Format:Tnavbar]]
[[ru:Шаблон:Tnavbar]]
[[si:Template:Tnavbar]]
[[sl:Predloga:Prednavmeni]]
[[sr:Шаблон:Tnavbar]]
[[su:Citakan:Tnavbar]]
[[ta:வார்ப்புரு:Tnavbar]]
[[tr:Şablon:Dçubuğu]]
[[yi:מוסטער:Tnavbar]]
[[zh:Template:Tnavbar]]
</includeonly>
</includeonly>
<templatedata>
{
        "description": "When placed inside a given template, it adds navbar navigational functionality",
        "params": {
                "": {
                        "label": "Template Name",
                        "description": "The name of the template, so links work correctly",
                        "type": "string",
                        "default": "",
                        "required": true
                },
                "text": {
                        "label": "Different text",
                        "description": "Allows custom text to replace the default 'this box'",
                        "type": "string",
                        "default": "This box",
                        "required": false
                            },
                "plain": {
                        "label": "Without 'This box:' text",
                        "description": "Removes 'This box'",
                        "type": "number",
                        "default": "0",
                        "required": false
                },
                "mini": {
                        "label": "Short Version",
                        "description": "Shortens text to V T E",
                        "type": "number",
                        "default": "0",
                        "required": false
                },
                "brackets": {
                        "label": "with brackets",
                        "description": "adds brackets before and after the links",
                        "type": "number",
                        "default": "0",
                        "required": false
                },
                "fontstyle": {
                        "label": "Font color",
                        "description": "Allows you to change the color of the font (in the format color:green)",
                        "type": "string",
                        "default": "",
                        "required": false
                },
                "style": {
                        "label": "To float to the side",
                        "description": "Allows the template to float to the side (format=float:right)",
                        "type": "string",
                        "default": "float:left",
                        "required": false
                }
        }
}
</templatedata>
<includeonly><!-- Kategorien bitte hier, Interwiki-Links bitte nach Wikidata -->
{{#ifeq:{{PAGENAME}}|{{BASEPAGENAME}}|
[[Kategorie:Vorlagen:Naviboxen|Navbar]]
}}</includeonly>