Template:Tabs: Difference between revisions

From Elwiki
m (Replaced content with "{{#tag:tabber|{{#forargs:tab | key | value | {{!}}-{{!}}{{#var:value|}}= {{{contents{{#var:key|}}|}}} }} }}<noinclude> {{Documentation}}</noinclude>")
(itried)
 
(31 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#tag:tabber|{{#forargs:tab
<div id="tabs-{{{name|}}}" class="tabdiv {{{divclass|}}}" style="{{{containerstyle|}}}">
<ul style="{{{ulstyle|}}}">{{#forargs:tab
| key
| key
| value
| value
|
| {{#if:{{#var:value|}}
{{!}}-{{!}}{{#var:value|}}=
    |<li id="{{{name|}}}tabtag{{#var:key}}" class="{{{tab{{#var:key}}class|}}}{{{tabclass|}}}" style="{{{tab{{#var:key}}style|}}}{{{tabstyle|}}}">[[#{{{name|}}}tab{{#var:key|}}|{{#var:value|}}]]</li>
{{{contents{{#var:key|}}|}}}
  }}
}}
}}</ul>{{#forargs:tab
}}<noinclude>
| key
{{Documentation}}</noinclude>
| value
| {{#if:{{#var:value|}}
    |<div id="{{{name|}}}tab{{#var:key}}" class="{{{contentsclass|}}}" style="{{#ifeq:{{#var:key}}|1||display: none;}}{{{contents{{#var:key}}style|}}}{{{contentsstyle|}}}">
{{{contents{{#var:key}}|}}}
</div>
  }}
}}</div><noinclude>
{{Doc}}</noinclude>

Latest revision as of 14:38, 16 February 2022

    Information: If you want to test this template, please use Sandbox.
    This documentation is transcluded from Template:Tabs/doc.
    Warning: This template is deprecated. Please use Template:Tabber instead.