![]() |
The new Waze Wiki, aka Wazeopedia, is now live at Wazeopedia.waze.com! While this legacy wiki will remain accessible for the time being, it is no longer updated by the community. For the most up-to-date guidance, please visit your local Wazeopedia. Please do not make any more updates to these legacy wiki pages, all future updates should be made in your country's local Wazeopedia. |
Difference between revisions of "Template:Tab"
From waze
Line 1: | Line 1: | ||
− | <includeonly>{{#if:{{{first|}}}||{{#if:{{{rounded|}}}||<td class="tab" style="width: 1%; border-bottom: {{#if:{{{border|}}}|{{{border}}}|solid 2px #A3B1BF}}"> </td>}}}}<td class="tab" style="text-align: {{#if:{{{tab align|}}}|{{{tab align}}}|center}}; {{#if:{{{rounded|}}}|-moz-border-radius: {{#expr:{{{rounded}}}* | + | <includeonly>{{#if:{{{first|}}}||{{#if:{{{rounded|}}}||<td class="tab" style="width: 1%; border-bottom: {{#if:{{{border|}}}|{{{border}}}|solid 2px #A3B1BF}}"> </td>}}}}<td class="tab" style="text-align: {{#if:{{{tab align|}}}|{{{tab align}}}|center}}; {{#if:{{{rounded|}}}|-moz-border-radius: {{#expr:{{{rounded}}}*3}}px {{{rounded}}}px 0 0; -webkit-border-radius: {{#expr:{{{rounded}}}*3}}px {{{rounded}}}px 0 0; border-radius: {{#expr:{{{rounded}}}*3}}px {{{rounded}}}px 0 0;}} padding:0.3em; border: {{#if:{{{border|}}}|{{{border}}}|solid 2px #A3B1BF}}; font-size: 110%; {{#ifeq:{{anchorencode:{{FULLPAGENAME}}}}|{{anchorencode:{{{URL}}}}}|background-color: {{#if:{{{frame background|}}}|{{{frame background}}}|transparent}}; border-bottom: none; font-weight:bold; |background-color: {{#if:{{{tab background|}}}|{{{tab background}}}|#CEE0F2}}; }}" width="{{#expr:(100/{{{tab count|{{ParamCount|{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|{{{5}}}|{{{6}}}|{{{7}}}|{{{8}}}|{{{9}}}|{{{10}}}}}}}})-2}}%">{{#if:{{{Image|}}}|[[Fichier:{{{Image}}}|20px|{{{Tab}}}|link={{{URL}}}]] |}}[[{{{URL}}}|{{{Tab}}}]]</td></includeonly><noinclude>{{Documentation}}</noinclude> |
Revision as of 14:13, 29 September 2014
This template is called by {{Tab top}} to create a tabs bar for use in navigating pages. This is an internal pre-template. It should not be used directly.
Usage
{{Tab}} expects URL
and Tab
to be passed to it. If the current page title matches URL
then the tab will be styled differently (as it is the selected tab). first
is used to point the first tab of the tabs bar. This is avoiding to have a small gap at the beginning of the bar (the gap is used between tabs).
See also
- {{Tab top}}
![]() |
The above documentation is transcluded from Template:Tab/doc. Please add categories to the /doc subpage. Subpages of this template. |