Vorlage:Navbar/Doku: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(→‎See also: update)
K (274 Versionen von wikivoyage:Vorlage:Navbar/Doku importiert)
 
(269 dazwischenliegende Versionen von 94 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}}
{{esoteric}}
{{Lua|Modul:Navbar}}
==Usage==
{{Benutzt Templatestyles|Module:Navbar/styles.css}}
Copyable empty example:
<!-- Kategorien bitte an das Ende der Seite, Interwiki-Links bitte nach Wikidata. Danke! -->
<nowiki>{{Tnavbar|Name of Template|mini= |nodiv= |plain= }}</nowiki> inside  a given [[Wikipedia:Navigational templates|template]] to add Tnavbar navigational functionality.


<nowiki>{{Tnavbar|Tnavbar}}</nowiki> gives: {{Tnavbar|Tnavbar}}
== Usage ==
===General===
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>


==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= |plain= }}</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...
|-
|-
|Divides into a separate section: <nowiki>{{Tnavbar|Tnavbar|mini=1}}</nowiki> like so. || → || Divides into a separate section: {{Tnavbar|Tnavbar|mini=1}} like so.
| Basic || <code><nowiki>{{navbar|Template Name}}</nowiki></code> || {{navbar|navbar/doc}}
|-
|-
|<nowiki>{{Tnavbar|Tnavbar|nodiv=1}}</nowiki> Good for "blending" into text. || → || {{Tnavbar|Tnavbar|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:}}
|-
|-
|<nowiki>{{Tnavbar|Tnavbar|mini=1|nodiv=1}}</nowiki> Good for "blending" into text. || → || {{Tnavbar|Tnavbar|mini=1|nodiv=1}} Good for "blending" into text.
| Without "This box:" text || <code><nowiki>{{navbar|Template Name|plain=1}}</nowiki></code> || {{navbar|navbar/doc|plain=1}}
|-
|-
|<nowiki>No "This box:" text. {{Tnavbar|Tnavbar|plain=1}}</nowiki> || → ||No "This box:" text. {{Tnavbar|Tnavbar|plain=1}}
| Short version || <code><nowiki>{{navbar|Template Name|mini=1}}</nowiki></code> || {{navbar|navbar/doc|mini=1}}
|-
|-
|<nowiki>Blended no "This box:" text. {{Tnavbar|Tnavbar|plain=1|nodiv=1}}</nowiki> || ||Blended no "This box:" text. {{Tnavbar|Tnavbar|plain=1|nodiv=1}}
| With brackets
| <code><nowiki>{{navbar|Template Name|brackets=1}}</nowiki></code>
| {{navbar|navbar/doc|brackets=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}}
|}
|}
==See also==
<big>'''Please note:''' The following see also refers to a previous version of Tnavbar that is now deprecated. Any templates utilizing the following version of Tnavbar should be updated to use Tnavbar with Tnavbar's added parameter system. Please do not further employ the following template when adding Tnavbar to given templates.</big>


{| class="wikitable"
===Deprecated parameters===
! Template !! colspan=2 | This... !! colspan=2 | Produces...
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.
|-
 
| {{tl|Tnavbar-mini}} || &rarr; || Divides into a separate section: <nowiki>{{Tnavbar-mini|Tnavbar}}</nowiki> like so. || &rarr; || Divides into a separate section: {{Tnavbar-mini|Tnavbar}} like so.
== 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]]
[[ru:Шаблон: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>

Aktuelle Version vom 27. Januar 2023, 07:22 Uhr

Gnome-emblem-important.svg
Diese Vorlage wird auf vielen Seiten verwendet
Um große Unterbrechungen und unnötige Serverauslastung zu vermeiden, solltest du Änderungen an anderer Stelle testen, indem du beispielsweise den Quellcode dieser Vorlage kopierst und in den Benutzerbereich oder in die Sandbox einfügst. Erwäge, deine Änderungen auf der Diskussionsseite vorzuschlagen, bevor du diese Vorlage bearbeitest.

Usage

General

When one of the following examples is placed inside a given template, it adds navbar navigational functionality:

{{navbar|{{subst:PAGENAME}}|mini=1}}
{{navbar|{{subst:PAGENAME}}|plain=1}}
{{navbar|{{subst:PAGENAME}}|fontstyle=color:green}}

The {{subst:PAGENAME}} will be substituted with the template's name when parsed by the servers. For example, {{navbar|navbar/doc}} gives:

Font-size

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.

Examples

Required parameters

  • {{navbar|Template Name}} – the template name is required.

Optional parameters

Options Parameters Produces...
Basic {{navbar|Template Name}}
Different text {{navbar|Template Name|text=This template:}}
Without "This box:" text {{navbar|Template Name|plain=1}}
Short version {{navbar|Template Name|mini=1}}
With brackets {{navbar|Template Name|brackets=1}}
With a color option (span) {{navbar|Template Name|fontstyle=color:green}}
To float to the side (div) {{navbar|Template Name|style=float:right}}

Deprecated parameters

The miniv=1, viewplain=1, nodiv=1 and fontcolor= parameters have been deprecated. To implement the view-only version, use the {{v}} or {{view}} templates instead.

Notes

Navbar is contained within a <div>...</div> in order to accommodate a horizontal unnumbered list. This means it cannot be placed inside a <span>...</span> or other inline element, because Tidy will 'fix' situations where it finds block elements inside inline elements.

Prepackaged

{{Navbar-header}}
Positions on the right edge of the line, often used in non-collapsible navbox heading.

See also

  • {{Ed}} – navbar style edit link
  • {{Ed right}} – navbar style edit link aligned to right of page
  • {{Edit}} – plain edit link
  • {{Edit section}} – edit link aligned to right of page
  • {{Navbar}} – with additional links
Navigation templates comparison
Collapsible Header color Image Groups Style (body)
parameter/s
Examples
{{Navbox}} collapsible navbox Left/right of body Yes Yes
{{Navbox with collapsible groups}} collapsible navbox Left/right of body and/or in each list Yes Yes
{{Navbox with columns}} collapsible navbox Left/right of columns No Yes
{{Navbox years}} collapsible navbox No No No
Collapsible attributes
Type CSS classes Javascript Collapses when Custom
initial state
Nesting
Collapsible tables collapsible Defined in Common.js 2 or more autocollapse on page Yes Yes


When placed inside a given template, it adds navbar navigational functionality

Vorlagenparameter

ParameterBeschreibungTypStatus
Template Name

The name of the template, so links work correctly

Standard
Zeichenfolgeerforderlich
Different texttext

Allows custom text to replace the default 'this box'

Standard
This box
Zeichenfolgeoptional
Without 'This box:' textplain

Removes 'This box'

Standard
0
Nummeroptional
Short Versionmini

Shortens text to V T E

Standard
0
Nummeroptional
with bracketsbrackets

adds brackets before and after the links

Standard
0
Nummeroptional
Font colorfontstyle

Allows you to change the color of the font (in the format color:green)

Standard
Zeichenfolgeoptional
To float to the sidestyle

Allows the template to float to the side (format=float:right)

Standard
float:left
Zeichenfolgeoptional