KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<noinclude><templatestyles src="Vorlage:Styles.css" /></noinclude><span><div | <noinclude><templatestyles src="Vorlage:Styles.css" /></noinclude><span><div | ||
class="mw-collapsible mw-collapsed true info tolltip {{{class|}}}" | class="mw-collapsible mw-collapsed true icon {{{icon|info}}} tolltip {{{class|}}}" | ||
data-expandtext="{{{einblenden|‍}}}" | data-expandtext="{{{einblenden|{{{2|‍}}} }}}" | ||
data-collapsetext="{{{ausblenden|{{#var:hide}} }}}" | data-collapsetext="{{{ausblenden|{{#var:hide}} }}}" | ||
id="mw-customcollapsible-Inhalte" | id="mw-customcollapsible-Inhalte" |
Version vom 29. Januar 2024, 09:12 Uhr
Syntax: {{ Info | Infotext für Interessierte }}
Erzeugt eine Hover-Blase mit einem Text, wenn man mit der Maus über das gepunktete fährt.
Zusätzlich wird der Hover-Text bei Klick/touch nach rechts expandiert, um eine Anzeige auf Mobilgeräten zu ermöglichen.
Default-Darstellung | Aktion | Darstellung nach Aktion |
---|---|---|
Infotext für Interessierte |
mouse-over | Infotext für Interessierte |
Infotext für Interessierte |
touch | Infotext für Interessierte |
Parameter | Darstellung |
---|---|
|class= | css Klasse für das verwendete Icon |
In der Mobilansicht wird das Info-Icon zusätzlich verändert: i> bzw. i<
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed::before {
content: '\f129\f105';
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
color: #ec971f;
border-bottom: 1px dotted #ec971f;
border-radius: 0px;
padding-bottom: 1px;
}
und
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded::before {
content: '\f129\f104';
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
color: #ec971f;
border-bottom: 1px dotted #ec971f;
border-radius: 0px;
padding-bottom: 1px;
}
|