KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 8: | Zeile 8: | ||
--><i class="{{#var:Anw}} {{{fa|fal}}} {{{icon|{{{status|fa-exclamation-triangle}}} }}} {{{fc__icon|{{{2|rot}}} }}} {{{fs__icon|em1}}} {{{pdr|pdr2}}} pdt1 baseline"></i><!-- | --><i class="{{#var:Anw}} {{{fa|fal}}} {{{icon|{{{status|fa-exclamation-triangle}}} }}} {{{fc__icon|{{{2|rot}}} }}} {{{fs__icon|em1}}} {{{pdr|pdr2}}} pdt1 baseline"></i><!-- | ||
--><span class="Hinweis-Container-Text__border UTM {{{bc|bc__hgrau}}} {{{fc|textfont-color}}}">{{{1|}}}</span><!-- | --><span class="Hinweis-Container-Text__border UTM {{{bc|bc__hgrau}}} {{{fc|textfont-color}}}">{{{1|}}}</span><!-- | ||
--><i class="{{#var:Anw}} {{{fa|fal}}} {{{icon-r|none}}} {{{fc__icon|{{{2|rot}}} }}} {{{fs__icon-r|{{{fs__icon|em1}}} }}} pdl5"></i><!-- | --><i class="{{#var:Anw}} {{{fa|fal}}} {{{icon-r|none}}} {{{fc__icon|{{{2|rot}}} }}} {{{fs__icon-r|{{{fs__icon|em1}}} }}} pdl5 pdt1 baseline"></i><!-- | ||
--></span><!-- | --></span><!-- | ||
--><span class="Hinweis-Container--Text-unbordered-inhalt">{{{unbordered|}}}</span><!-- | --><span class="Hinweis-Container--Text-unbordered-inhalt">{{{unbordered|}}}</span><!-- | ||
--></span><noinclude>{{Dokumentation}}</noinclude> | --></span><noinclude>{{Dokumentation}}</noinclude> |
Version vom 4. September 2023, 16:18 Uhr
Syntax: Vorlage:Hinweis-box/Syntax
Workaround für Listen in Hinweisboxen:
- Der 1. Parameter (mit den Listenpunkten) muss mit <ul> beginnen, sonst erkennt der Parser das * nicht als Listenzeichen
- Dementsprechend muss die Liste auch mit <ul> schließen ggf. vor einem <li listelement…> - das wird sonst zu weit eingerückt!
Parameter | Default | Wirkung | Syntax | Beispiel |
---|---|---|---|---|
| 1 | Text in Box | {{Hinweis-box|Text in Box}} | Text in BoxText in Box | |
| 2 | rot | Farbe Umrandung / Ausrufezeichen Bei Wert g bzw. gelb wird automatisch fc=fc__grau-l |
{{Hinweis-box|Text in Box|gelb}} {{Hinweis-box|Text in Box|gr}} |
Text in BoxText in BoxText in BoxText in Box |
|3 | ver= |
Versionsnummer, z.B.: 12.3.1 , fs → 0.9em Ist die Versionsnummer < Majorrelease wird die Box ausgeblendet |
{{Hinweis-box|Text in Box | ver=12.3.1 }} {{Hinweis-box|Text in Box | gr | 12.3.1 }} {{Hinweis-box|Text in Box | gr | 99 }} |
Text in BoxText in Box Text in BoxText in Box Text in BoxText in Box | |
| fc__icon= | rot | css-Klasse, die nur auf das Icon wirkt Beliebige ccs Farbwert-Klasse mit fc__ |
{{Hinweis-box|Text in Box|fc__icon=fc__gruen}} | Text in Box MehrzeiligText in Box Mehrzeilig |
| fs__icon= | em1 | css-Klasse Größe des Ausrufezeichens | {{Hinweis-box|Text in Box|fs__icon=em2}} | Text in BoxText in Box |
fs__icon=none blendet das Icon aus | {{Hinweis-box|Text in Box|fs__icon=none}} | Text in BoxText in Box | ||
| icon-r= | none | FontAwesome-Klasse für rechtes Icon | {{Hinweis-box|Text in Box|icon-r=fa-exclamation-triangle}} | Text in BoxText in Box |
| fs__icon-r= | fs__icon | css-Klasse Größe des rechten Icons | {{Hinweis-box| Text in Box | fs__icon=none | icon-r=fa-exclamation-triangle | fs__icon-r=em2}} | Text in BoxText in Box |
| css= | top | css-Klasse die auf den gesamten Conntainer wirkt | {{Hinweis-box|Text in Box|css=top}} | Text in BoxText in Box |
| Anw= | UTM | css-Klasse, wirkt auf manche Farben und wichtig für die Versionierung | {{Hinweis-box|Text in Box|fs__alert=em2}} | Text in BoxText in Box
|
| fc= | wie 2 (bei 2=g → grau-l) | css-Klasse, die nur auf die Schrift wirkt Beliebige ccs Farbwert-Klasse mit fc__ |
{{Hinweis-box|Text in Box|fc=fc__springgreen}} | Text in BoxText in Box |
| unbordered= | Text ohne Rand | {{Hinweis-box|Text in Box|unbordered=Text ohne Rand}} | Text in BoxText in BoxText ohne Rand | |
| icon= | fa-exclamation-triangle | Font Awesome Icon-Klasse | {{Hinweis-box|Text in Box|icon=fa-hand-middle-finger}} | Text in BoxText in Box |
| fa= | fal | solid, regular, light, dutone | {{Hinweis-box|Text in Box|icon=fa-hand-middle-finger|fa=fas}} | Text in BoxText in Box |
| status= | update | {{Hinweis-box|Text in Box|status=update}} | Text in BoxText in Box | |
neu | {{Hinweis-box|Text in Box|status=neu}} | Text in BoxText in Box | ||
neu | {{Hinweis-box||status=neu}}ohne Parameter 1 ! | |||
| fs= | em1 | em2, em3… | {{Hinweis-box|Text in Box|fs=em2}} | Text in BoxText in Box |
| bdr= | 1 | 0 bei Version, 1,2 oder 3 bei fs emx Bei anderen fs-Werten muss bdr von Hand gesetzt werden |
{{Hinweis-box|Text in Box|bdr=3}} | Text in BoxText in Box |
| title= | Zeigt den Text als Hover-Hinweis an |
|