48.791
Bearbeitungen
K |
K |
||
Zeile 1: | Zeile 1: | ||
<includeonly><div style="margin:5px; margin-left:0px; {{{style}}}; | <includeonly><div style="margin:5px; margin-left:0px; {{{style}}}; | ||
background-color:{{{color|#136381}}}; | |||
text-align:left; | text-align:left; | ||
color: {{{ | color: {{{textcolor|{{{bgcolor|white}}}}}}; | ||
font-weight:bold; font-size:125%; | font-weight:bold; font-size:125%; | ||
-moz-border-radius:3px 3px 3px 3px; padding:3px; padding-left:6px; {{{ | -moz-border-radius:3px 3px 3px 3px; padding:3px; padding-left:6px; {{{textstyle}}};">{{{text}}}</div> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Vorlage zum leichten und einheitlichen Erstellen von flexibel parametrisierbaren Balken-Boxen (nur Überschrift). | Vorlage zum leichten und einheitlichen Erstellen von flexibel parametrisierbaren Balken-Boxen (nur Überschrift). | ||
Zeile 18: | Zeile 19: | ||
| bgcolor || Hintergrundfarbe (optional, default: #f6fcfe) | | bgcolor || Hintergrundfarbe (optional, default: #f6fcfe) | ||
|- | |- | ||
| color || | | color || Titelzeile (optional, default: #136381) | ||
|- | |- | ||
| | | text || Boxinhalt | ||
|- | |- | ||
| titlecolor || Textfarbe der Titelzeile (optional, default: <code><nowiki>{{{bgcolor}}}</nowiki></code> wenn gesetzt, sonst <code>white</code>) | | titlecolor || Textfarbe der Titelzeile (optional, default: <code><nowiki>{{{bgcolor}}}</nowiki></code> wenn gesetzt, sonst <code>white</code>) | ||
Zeile 28: | Zeile 29: | ||
== Beispiel == | == Beispiel == | ||
{{Flexbalken|title=Testbox default | |||
}} | |||
<pre><nowiki> | <pre><nowiki> | ||
{{Flexbalken|bgcolor=#fffbf5|color=#f19000|title=Testbox 123 | {{Flexbalken|bgcolor=#fffbf5|color=#f19000|title=Testbox 123 | ||
Zeile 34: | Zeile 37: | ||
Dies ergibt die folgende Box: | Dies ergibt die folgende Box: | ||
{{Flexbalken | {{Flexbalken|color=#f19000|text=Testbox 123 | ||
}} | }} | ||