imported>Erich.sturmair Keine Bearbeitungszusammenfassung |
imported>Erich.sturmair K Änderungen von Erich.sturmair (Diskussion) wurden auf die letzte Version von [[User:imported>Sturmair admin|imported>Sturmair admin]] zurückgesetzt |
||
| Zeile 1: | Zeile 1: | ||
<includeonly> | <includeonly><div style="margin:5px; margin-left:0px; {{{style}}};"><div style="background-color:{{{color|#136381}}}; | ||
<div style="margin:5px; margin-left:0px; {{{style}}};"> | |||
text-align:left; | text-align:left; | ||
color: {{{titlecolor|{{{bgcolor|white}}}}}}; | color: {{{titlecolor|{{{bgcolor|white}}}}}}; | ||
font-weight:bold; font-size:125%; | font-weight:bold; font-size:125%; | ||
-moz-border-radius:3px 3px 0px 0px; padding:3px; padding-left:6px; {{{titlestyle}}};">{{{title}}} | -moz-border-radius:3px 3px 0px 0px; padding:3px; padding-left:6px; {{{titlestyle}}};">{{{title}}}</div> | ||
<div style="padding: 5px; | <div style="padding: 5px; | ||
border: 1px solid {{{color|#136381}}}; border-top-width:0px; | border: 1px solid {{{color|#136381}}}; border-top-width:0px; | ||
| Zeile 13: | Zeile 10: | ||
{{{textstyle}}};"> | {{{textstyle}}};"> | ||
{{{text}}} | {{{text}}} | ||
</div></div> | </div></div></includeonly><noinclude> | ||
</includeonly> | |||
<noinclude> | |||
Vorlage zum leichten und einheitlichen Erstellen von flexibel parametrisierbaren Boxen. | Vorlage zum leichten und einheitlichen Erstellen von flexibel parametrisierbaren Boxen. | ||
Version vom 13. Oktober 2021, 19:41 Uhr
Vorlage zum leichten und einheitlichen Erstellen von flexibel parametrisierbaren Boxen.
Einschränkungen
- Keiner der Parameter darf das
|-Zeichen (Pipe) enthalten, da dies als besonderes Zeichen zur Separierung der einzelnen Parameter voneinander fungiert. Diese Einschränkung bewirkt insbesondere, dass das Wiki-Markup zum Erstellen von Tabellen nicht funktioniert.
Vorlagenparameter
| Parameter | Beschreibung |
|---|---|
| style | CSS-Fragment für das Gesamtobjekt (optional, z.B. float:right;width:200px;)
|
| bgcolor | Hintergrundfarbe (optional, default: #f6fcfe) |
| color | Rahmenfarbe und Titelzeile (optional, default: #136381) |
| text | Boxinhalt |
| textcolor | Textfarbe Boxinhalt (optional, default: black) |
| textstyle | CSS-Fragment für den Boxinhalt (optional) |
| title | Boxüberschrift |
| titlecolor | Textfarbe der Titelzeile (optional, default: {{{bgcolor}}} wenn gesetzt, sonst white)
|
| titlestyle | CSS-Fragment für Titelzeile (optional) |
Beispiel
{{Flexbox|bgcolor=#fffbf5|color=#f19000|title=Testbox 123|text=
Lorem ipsum dolor sit amet, ...
}}
Dies ergibt die folgende Box:
Testbox 123
Lorem ipsum dolor sit amet, ...