Vorlage:Accordion panel: Unterschied zwischen den Versionen
This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Tobi (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><noinclude><!-- first define the accordio…“) |
Tobi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section -->< | <!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><includeonly><!-- first define the accordion panel id number -->{{#vardefine:bs_accordion_panel|{{#if:{{#var:bs_accordion_panel}}<!-- apparently there is at least one accordion panel on the page already. increase id num: | ||
-->|{{#expr:{{#var:bs_accordion_panel}}+1}}<!-- else first accordion panel. start with 0: | -->|{{#expr:{{#var:bs_accordion_panel}}+1}}<!-- else first accordion panel. start with 0: | ||
-->|0}}<!-- end of #vardefine bs_accordion_panel-->}}<!-- now we can display the panel | -->|0}}<!-- end of #vardefine bs_accordion_panel-->}}<!-- now we can display the panel | ||
Zeile 9: | Zeile 9: | ||
<div class="panel-body">{{{body|{{error|parameter <code>body</code> missing}}}}}</div> | <div class="panel-body">{{{body|{{error|parameter <code>body</code> missing}}}}}</div> | ||
</div> | </div> | ||
</div><!--Last line of your template code--></ | </div><!--Last line of your template code--></includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
<!-- Add categories to the /doc subpage, not here! --> | <!-- Add categories to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> |
Version vom 25. November 2017, 23:15 Uhr
Description
Set between an {{Accordion begin}} and an {{Accordion end}}, this adds a panel to a bootstrap accordion.
Used variables
- bs_accordion
- defined by {{Accordion begin}}
- id of the current accordion
- bs_accordion_panel
- id of the last added panel to any accordion
- defined by {{Accordion panel}}
- increased every time, {{Accordion panel}} is called
Parameters
Description of the entity created by this template or of the function of this template
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Title of the panel | title | Defines the title of the panel to add
| Einzeiliger Text | erforderlich |
Body of the panel | body | Gives the body text for the panel that shows when open
| Mehrzeiliger Text | erforderlich |
Open panel | open | Set to true, of you want this panel to be open from the start | Wahrheitswert | optional |
Usage
{{Accordion panel
| title=
| body=
| open=
}}
See also
- {{Accordion begin}}
- {{Accordion end}}
The above documentation is transcluded from Vorlage:Accordion panel/doc. (edit | history) Please add categories to the /doc subpage. Subpages of this template. |