Vorlage:Klapptext: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<onlyinclude><div class="collapsible" style="margin-bottom: 7px;"> | <onlyinclude><div class="collapsible" style="margin-bottom: 7px;"> | ||
<{{AusgabeSwitch|HTML={{{titel_typ|div}}}|PDF=div}} class="title" style="cursor: pointer;{{AusgabeSwitch|PDF={{#switch:{{{titel_typ}}}||h1=font-weight: bold; font-size:160%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h2=font-weight: bold; font-size:140%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h3=font-weight: bold; font-size:120%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h4=font-weight: bold; font-size:100%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h5=font-weight: bold; font-size:100%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h6=font-weight: bold; font-size:100%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;}}}}"></{{AusgabeSwitch|HTML={{{titel_typ|div}}}|PDF=div}}> | <{{AusgabeSwitch|HTML={{{titel_typ|div}}}|PDF=div}} class="title" style="cursor: pointer;{{AusgabeSwitch|PDF={{#switch:{{{titel_typ}}}||h1=font-weight: bold; font-size:160%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h2=font-weight: bold; font-size:140%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h3=font-weight: bold; font-size:120%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h4=font-weight: bold; font-size:100%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h5=font-weight: bold; font-size:100%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;|h6=font-weight: bold; font-size:100%;color: black;margin-bottom: 0.17em; margin-top: 0.5em;}}}}">{{{kopf}}}</{{AusgabeSwitch|HTML={{{titel_typ|div}}}|PDF=div}}> | ||
<div class="body forceprint_block" style="margin-left: {{{margin-left-inhalt|16px}}};"> | <div class="body forceprint_block" style="margin-left: {{{margin-left-inhalt|16px}}};"> | ||
{{{inhalt}}} | {{{inhalt}}} |
Aktuelle Version vom 11. Mai 2017, 08:57 Uhr
{{{inhalt}}}
Diese Vorlage bindet einen ein- und ausklappbaren Text in eine Seite ein. Sie basiert technisch auf dem JavaScript-Code en:MediaWiki:Common.js/CollapseElements.js. Dementsprechend muss beim Benutzer JavaScript aktiviert sein, damit diese Vorlage funktioniert.
Es handelt sich dabei um druckbare Klapptexte. Dies bedeutet, dass die Klapptexte sowohl bei der Browsereigenen Druckfunktion wie auch bei der PDF-Erstellung mitgedruckt werden.
Beispiel
Quelltext:
{{:Klapptext|kopf=Das erscheint in der Kopfzeile (ist damit immer sichtbar)|inhalt=Dieser Teil ist der eigentliche Inhalt und damit ein- und ausklappbar.}}
So sieht es aus:
Manchmal ist es notwendig, dass die Kopfzeile ein bestimmtes HTML-Element wie eine Überschrift ist. Hierzu kannst du den Parameter titel_typ verwenden, welches du auf das entsprechende HTML-Tag wie b
oder h3
setzt. So wird:
{{:Klapptext|titel_typ=h3|kopf=Überschrift|inhalt=Bla Bla Bla}}
zu
Verwendete Parameter
kopf - Inhalt der Kopfzeile
inhalt - ein- und ausklappbarer Inhalt
titel_typ - bestimmt, von welchem HTML-Typ die Kopfzeile ist (optional; Defaultwert „div“)
margin-left-inhalt - Abstand des Inhalts zum linken Rand (optional; Defaultwert „16px“)
Information |
|