KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
2 ← Version >= Majorrelease | 2 ← Version >= Majorrelease | ||
--> | {{#expr: ceil( ( {{rel2dec|{{{ver|{{{3|}}} }}} }} * 1.000001) / {{rel2dec|{{Majorrelease|{{#var:Anw}} }} }} ) }} }}<!-- | --> | {{#expr: ceil( ( {{rel2dec|{{{ver|{{{3|}}} }}} }} * 1.000001) / {{rel2dec|{{Majorrelease|{{#var:Anw}} }} }} ) }} }}<!-- | ||
--><span class="Containeraussen {{#ifeq:{{#var:versionsindex}}|1|none}}"><!-- | -->{{#ifexpr: {{#var:versionsindex}} > 2 | {{#vardefine: versionsindex|2}} }}<!-- | ||
--><span class="Hinweis-Container__einblenden color-box- | --><span class="Containeraussen {{#ifeq:{{#var:versionsindex}}|1|none|v{{#var:versionsindex}} }}"><!-- | ||
--><span class="Hinweis-Container__einblenden color-box-shadow{{{bdr|}}} {{{fs|em1}}} {{{bc|bc__hgrau}}} {{{2|rot}}} {{{class|{{{css|top}}} }}} {{{display|inline-flex}}}"><!-- | |||
--><i class="{{#var:Anw}} {{{fa|fal}}} {{{icon|{{{status|fa-exclamation-triangle}}} }}} {{{fc__icon|{{{2|rot}}} }}} {{{fs__icon|em1}}} pdr6"></i><!-- | --><i class="{{#var:Anw}} {{{fa|fal}}} {{{icon|{{{status|fa-exclamation-triangle}}} }}} {{{fc__icon|{{{2|rot}}} }}} {{{fs__icon|em1}}} pdr6"></i><!-- | ||
--><span class="Hinweis-Container-Text__border UTM bc__hgrau {{{fc|textfont-color}}}">{{{1|}}}</span><!-- | --><span class="Hinweis-Container-Text__border UTM bc__hgrau {{{fc|textfont-color}}}">{{{1|}}}</span><!-- |
Version vom 14. Juli 2023, 17:47 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 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 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 Box Text in Box Text 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 Mehrzeilig |
| fs__icon= | em1 | css-Klasse Größe des Ausrufezeichens | {{Hinweis-box|Text in Box|fs__icon=em2}} | Text in Box |
fs__icon=none blendet das Icon aus | {{Hinweis-box|Text in Box|fs__icon=none}} | Text in Box | ||
| icon-r= | none | FontAwesome-Klasse für rechtes Icon | {{Hinweis-box|Text in Box|icon-r=fa-exclamation-triangle}} | Text 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 Box |
| css= | top | css-Klasse die auf den gesamten Conntainer wirkt | {{Hinweis-box|Text in Box|css=top}} | Text 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 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 Box |
| unbordered= | Text ohne Rand | {{Hinweis-box|Text in Box|unbordered=Text ohne Rand}} | Text in BoxText ohne Rand | |
| icon= | fa-exclamation-triangle | Font Awesome Icon-Klasse | {{Hinweis-box|Text in Box|icon=fa-hand-middle-finger}} | Text in Box |
| fa= | fal | solid, regular, light, dutone | {{Hinweis-box|Text in Box|icon=fa-hand-middle-finger|fa=fas}} | Text in Box |
| status= | update | {{Hinweis-box|Text in Box|status=update}} | Text in Box | |
neu | {{Hinweis-box|Text in Box|status=neu}} | Text in Box | ||
neu | {{Hinweis-box||status=neu}}ohne Parameter 1 ! | |||
| fs= | em1 | em2, em3… | {{Hinweis-box|Text in Box|fs=em2}} | Text 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 Box |
| title= | Zeigt den Text als Hover-Hinweis an |
|