« Modèle:Navbar » : différence entre les versions

De wiki-spl
Aller à la navigation Aller à la recherche
test0>Shirayuki
(nowrap)
test0>Shirayuki
(use translation aware transclusion)
Ligne 1 : Ligne 1 :
<noinclude>
<noinclude>
<languages />
<languages/>
</noinclude>{{#switch:<translate></translate>
</noinclude><span class="noprint plainlinks navbar" style="{{{style|}}}"><small><!--
| =
<span class="noprint plainlinks navbar" style="{{{style|}}}"><small><!--


-->{{#if:{{{mini|}}}{{{plain|}}}|<!--nothing-->|<!--else:
-->{{#if:{{{mini|}}}{{{plain|}}}|<!--nothing-->|<!--else:
Ligne 26 : Ligne 24 :
-->{{#if:{{{brackets|}}}|<span style="{{{fontstyle|}}}">&#93;</span>}}<!--
-->{{#if:{{{brackets|}}}|<span style="{{{fontstyle|}}}">&#93;</span>}}<!--


--></small></span>
--></small></span><noinclude>
| #default=
  {{#invoke:Template translation|renderTranslatedTemplate|template=Template:Navbar|noshift=1}}
}}<noinclude>
{{documentation|content=
{{documentation|content=



Version du 27 février 2021 à 10:58

<languages/> {{#if:||{{#if:|{{{text}}}|<translate> This box:</translate>}} }}{{#if:|[}}[[Modèle:{{{1}}}|<span style="" title="<translate nowrap> View this template</translate>">{{#if:|<translate> v</translate>|<translate> view</translate>}}]] · [{{fullurl:Discussion modèle:{{{1}}}}} <span style="" title="<translate nowrap> Discuss this template</translate>">{{#if:|<translate> d</translate>|<translate> talk</translate>}}]{{#if:|| · [{{fullurl:Modèle:{{{1}}}|action=edit}} <span style="" title="<translate nowrap> Edit this template</translate>">{{#if:|<translate> e</translate>|<translate> edit</translate>}}]}}{{#if:|]}} {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}{{#if:== Usage ==

General

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

Modèle:Tlx
Modèle:Tlx
Modèle:Tlx

The {{subst:PAGENAME}} will be substituted with the template's name when parsed by the servers. For example, Modèle:Tlx gives:

{{#if:||{{#if:|{{{text}}}|<translate> This box:</translate>}} }}{{#if:|[}}<span style="" title="<translate nowrap> View this template</translate>">{{#if:|<translate> v</translate>|<translate> view</translate>}} · <span style="" title="<translate nowrap> Discuss this template</translate>">{{#if:|<translate> d</translate>|<translate> talk</translate>}}{{#if:|| · <span style="" title="<translate nowrap> Edit this template</translate>">{{#if:|<translate> e</translate>|<translate> edit</translate>}}}}{{#if:|]}}

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

Optional parameters

Modèle:(| class="wikitable" ! Options !! Parameters !! Produces... |- | Basic || Modèle:Tlx || {{#if:||{{#if:|{{{text}}}|<translate> This box:</translate>}} }}{{#if:|[}}<span style="" title="<translate nowrap> View this template</translate>">{{#if:|<translate> v</translate>|<translate> view</translate>}} · <span style="" title="<translate nowrap> Discuss this template</translate>">{{#if:|<translate> d</translate>|<translate> talk</translate>}}{{#if:|| · <span style="" title="<translate nowrap> Edit this template</translate>">{{#if:|<translate> e</translate>|<translate> edit</translate>}}}}{{#if:|]}} |- | Different text || Modèle:Tlx || {{#if:||{{#if:This template:|This template:|<translate> This box:</translate>}} }}{{#if:|[}}<span style="" title="<translate nowrap> View this template</translate>">{{#if:|<translate> v</translate>|<translate> view</translate>}} · <span style="" title="<translate nowrap> Discuss this template</translate>">{{#if:|<translate> d</translate>|<translate> talk</translate>}}{{#if:|| · <span style="" title="<translate nowrap> Edit this template</translate>">{{#if:|<translate> e</translate>|<translate> edit</translate>}}}}{{#if:|]}} |- | Without "This box:" text || Modèle:Tlx || {{#if:1||{{#if:|{{{text}}}|<translate> This box:</translate>}} }}{{#if:|[}}<span style="" title="<translate nowrap> View this template</translate>">{{#if:|<translate> v</translate>|<translate> view</translate>}} · <span style="" title="<translate nowrap> Discuss this template</translate>">{{#if:|<translate> d</translate>|<translate> talk</translate>}}{{#if:|| · <span style="" title="<translate nowrap> Edit this template</translate>">{{#if:|<translate> e</translate>|<translate> edit</translate>}}}}{{#if:|]}} |- | Short version || Modèle:Tlx || {{#if:1||{{#if:|{{{text}}}|<translate> This box:</translate>}} }}{{#if:|[}}<span style="" title="<translate nowrap> View this template</translate>">{{#if:1|<translate> v</translate>|<translate> view</translate>}} · <span style="" title="<translate nowrap> Discuss this template</translate>">{{#if:1|<translate> d</translate>|<translate> talk</translate>}}{{#if:|| · <span style="" title="<translate nowrap> Edit this template</translate>">{{#if:1|<translate> e</translate>|<translate> edit</translate>}}}}{{#if:|]}} |- | With a color option || Modèle:Tlx || {{#if:||{{#if:|{{{text}}}|<translate> This box:</translate>}} }}{{#if:|[}}<span style="color:green" title="<translate nowrap> View this template</translate>">{{#if:|<translate> v</translate>|<translate> view</translate>}} · <span style="color:green" title="<translate nowrap> Discuss this template</translate>">{{#if:|<translate> d</translate>|<translate> talk</translate>}}{{#if:|| · <span style="color:green" title="<translate nowrap> Edit this template</translate>">{{#if:|<translate> e</translate>|<translate> edit</translate>}}}}{{#if:|]}} |- | With brackets | Modèle:Tlx | {{#if:||{{#if:|{{{text}}}|<translate> This box:</translate>}} }}{{#if:1|[}}<span style="" title="<translate nowrap> View this template</translate>">{{#if:|<translate> v</translate>|<translate> view</translate>}} · <span style="" title="<translate nowrap> Discuss this template</translate>">{{#if:|<translate> d</translate>|<translate> talk</translate>}}{{#if:|| · <span style="" title="<translate nowrap> Edit this template</translate>">{{#if:|<translate> e</translate>|<translate> edit</translate>}}}}{{#if:1|]}} |Modèle:)

Deprecated parameters

The miniv=1, viewplain=1, nodiv=1 and fontcolor= parameters have been deprecated. To implement the view-only version, use the Modèle:Tlx or Modèle:Tlx templates instead.

Notes

Navbar is contained within a Modèle:Tag in order to accommodate a horizontal unnumbered list. This means it cannot be placed inside a Modèle:Tag or other inline element, because Tidy will 'fix' situations where it finds block elements inside inline elements.

Prepackaged

Modèle:Tl
Positions vModèle:·dModèle:·e on the right edge of the line, often used in non-collapsible navbox heading.
Modèle:Tl
For use in conjunction with Navframe divs, positions vModèle:·dModèle:·e opposite of the [hide]/[show] feature.
Modèle:Tl
For use in conjunction with Collapsible tables, floats vModèle:·dModèle:·e opposite of the [hide]/[show] feature.|

[[Category:Template documentation pages{{#translation:}}]] }}