Vorlage:Navbar/Doku: Unterschied zwischen den Versionen

K
274 Versionen von wikivoyage:Vorlage:Navbar/Doku importiert
imported>Guitardemon666
(IW)
K (274 Versionen von wikivoyage:Vorlage:Navbar/Doku importiert)
 
(224 dazwischenliegende Versionen von 78 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
{{Dokumentation Unterseite}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{high-risk}}
----
{{Lua|Modul:Navbar}}
'''Tnavbar''' : '''T'''emplate '''nav'''igation '''bar'''
{{Benutzt Templatestyles|Module:Navbar/styles.css}}
----
<!-- Kategorien bitte an das Ende der Seite, Interwiki-Links bitte nach Wikidata. Danke! -->


<includeonly>
== Usage ==
{{esoteric}}
===General===
</includeonly>
When one of the following examples is placed inside a given [[w:en:Wikipedia:Navigation templates|template]], it adds navbar navigational functionality:
:<code><nowiki>{{navbar|{{subst:PAGENAME}}|mini=1}}</nowiki></code>
:<code><nowiki>{{navbar|{{subst:PAGENAME}}|plain=1}}</nowiki></code>
:<code><nowiki>{{navbar|{{subst:PAGENAME}}|fontstyle=color:green}}</nowiki></code>


==Usage==
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}}
Copyable examples when inside a given [[Wikipedia:Navigational templates|template]] adds Tnavbar navigational functionality:
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|mini=1}}</nowiki></tt>  
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|plain=1}}</nowiki></tt>
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|mini=1|nodiv=1}}</nowiki></tt>  
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|plain=1|nodiv=1}}</nowiki></tt>
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|miniv=1}}</nowiki></tt>
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|viewplain=1}}</nowiki></tt>
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|miniv=1|nodiv=1}}</nowiki></tt>
:<tt><nowiki>{{Tnavbar|{{subst:PAGENAME}}|viewplain=1|nodiv=1}}</nowiki></tt>


:The <code><nowiki>{{subst:PAGENAME}}</nowiki></code> will be substituted with the template's name when parsed by the servers.
===Font-size===
:<nowiki>{{Tnavbar|Tnavbar/doc}}</nowiki> gives: {{Tnavbar|Tnavbar/doc}}
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.


==Note to editors==
== Examples ==
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.
===Required parameters===
*<code><nowiki>{{navbar|Template Name}}</nowiki></code> – the template name is required.


==Examples==
===Optional parameters===
<pre>{{Tnavbar|Name of Template|mini= |nodiv= }}</pre>
 
=== Required parameters ===
*<code><nowiki>{{Tnavbar|Name of Template}}</nowiki></code> the template name is required.
 
=== Optional parameters ===
{| class="wikitable"
{| class="wikitable"
! Optional parameter !! !! Produces...
! Options !! Parameters !! Produces...
|-
|No "This box:" text. <code><nowiki>{{Tnavbar|Template Name|plain=1}}</nowiki></code> || → ||No "This box:" text. {{Tnavbar|Tnavbar/doc|plain=1}}
|-
|<code><nowiki>{{Tnavbar|Template Name|nodiv=1}}</nowiki></code> Good for "blending" into text. || → || {{Tnavbar|Tnavbar/doc|nodiv=1}} Good for "blending" into text.
|-
|-
|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}}
| Basic || <code><nowiki>{{navbar|Template Name}}</nowiki></code> || {{navbar|navbar/doc}}
|-
|-
| colspan="3"|
| Different text || <code><nowiki>{{navbar|Template Name|text=This template:}}</nowiki></code> || {{navbar|navbar/doc|text=This template:}}
|-
|-
|Makes Tnavbar display in a mini version: <code><nowiki>{{Tnavbar|Template Name|mini=1}}</nowiki></code> like so. Also, set the <tt>plain=1</tt> parameter. || → || Makes Tnavbar display in a mini version: {{Tnavbar|Tnavbar/doc|mini=1}} like so.
| Without "This box:" text || <code><nowiki>{{navbar|Template Name|plain=1}}</nowiki></code> || {{navbar|navbar/doc|plain=1}}
|-
|-
|<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.
| Short version || <code><nowiki>{{navbar|Template Name|mini=1}}</nowiki></code> || {{navbar|navbar/doc|mini=1}}
|-
|-
| colspan="3"|
| With brackets
| <code><nowiki>{{navbar|Template Name|brackets=1}}</nowiki></code>
| {{navbar|navbar/doc|brackets=1}}
|-
|-
|For a fuller simpler access option. <code><nowiki>{{Tnavbar|Template Name|viewplain=1}}</nowiki></code> || → ||For a fuller simpler access 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}}
|-
|-
|For a simpler access option. <code><nowiki>{{Tnavbar|Template Name|miniv=1}}</nowiki></code> || → ||For a simpler access option. {{Tnavbar|Tnavbar/doc|miniv=1}}
| 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 ==
== Prepackaged ==
;{{tl|tnavbar-header}}: Floats tnavbar right, useful is a navbox heading.
;{{tl|Navbar-header}}: Positions {{navbar|navbar/doc|mini=1}} on the right edge of the line, often used in non-collapsible navbox heading.


The following is a list of meta-template the can be used in place of custom navbox code
== See also ==
{{Navigational templates}}
{{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]]
[[Es:Plantilla:Barnavp]]
[[fa:الگو:نوارپیونددان]]
[[fr:Modèle:Tnavbar]]
[[hr:Predložak:Tnavbar-mini]]
[[hu:Sablon:Tnavbar]]
[[ka:თარგი:Tnavbar]]
[[ko:틀:안내 참조]]
[[kn:ಟೆಂಪ್ಲೇಟು:Tnavbar]]
[[lt:Šablonas:Tnavbar-mini]]
[[it:Template:Tnavbar]]
[[mk:Шаблон:Tnavbar]]
[[nl:Sjabloon:Tnavbar]]
[[no:Mal: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>