Template:Collapsible-Block-Begin: Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
No edit summary
Option headerColor hinzugefügt
Line 1: Line 1:
<noinclude>
<noinclude>
Verwendung und Beispiel siehe [[Template:Collapsible-Block]].
Verwendung und Beispiel siehe [[Template:Collapsible-Block]].
</noinclude><includeonly><div class="{{#if: {{{border}}}==no | | toccolours}} mw-collapsible {{#ifeq: {{{default}}} | collapse | mw-collapsed | }}" style="overflow:auto; {{#ifeq: {{{visibility}}} | hidden | display:none;|}} {{#ifeq: {{{border}}} | no | background-color: #f9f9f9;|}}">
</noinclude><includeonly><div class="{{#ifeq: {{{border}}} | no | | toccolours}} mw-collapsible {{#ifeq: {{{default}}} | collapse | mw-collapsed | }}" style="overflow:auto; {{#ifeq: {{{visibility}}} | hidden | display:none;|}} {{#ifeq: {{{border}}} | no | background-color: #f9f9f9;|}}">
<div style="font-weight:bold;line-height:1.6;">{{{title|Dies ist der Titel. Er ist immer sichtbar.}}}</div>
<div style="font-weight:bold;line-height:1.6; {{#if: {{{headerColor}}} | background-color: {{{headerColor}}};}}">{{{title|Dies ist der Titel. Er ist immer sichtbar.}}}</div>
<div class="mw-collapsible-content"></includeonly>
<div class="mw-collapsible-content"></includeonly>

Revision as of 01:36, 1 November 2022

Verwendung und Beispiel siehe Template:Collapsible-Block.