Vorlage:Flexbalken: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
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|# | background-color:{{{color|#0084BC}}}; | ||
text-align:left; | text-align:left; | ||
color: {{{textcolor | color: {{{textcolor|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; {{{textstyle}}};">{{{text}}}</div> | -moz-border-radius:3px 3px 3px 3px; padding:3px; padding-left:6px; {{{textstyle}}};">{{{text}}}</div> | ||
Zeile 17: | Zeile 17: | ||
| style || CSS-Fragment für das Gesamtobjekt (optional, z.B. <code>float:right;width:200px;</code>) | | style || CSS-Fragment für das Gesamtobjekt (optional, z.B. <code>float:right;width:200px;</code>) | ||
|- | |- | ||
| | | color || Balkenfarbe (optional, default: #136381) | ||
|- | |- | ||
| | | text || Balkeninhalt / Text | ||
|- | |- | ||
| | | textcolor || Textfarbe der Titelzeile (optional, default: <code><nowiki>{{{bgcolor}}}</nowiki></code> wenn gesetzt, sonst <code>white</code>) | ||
|- | |- | ||
| | | textstyle || CSS-Fragment für Titelzeile (optional) | ||
|} | |} | ||
== Beispiel == | == Beispiel == | ||
{{Flexbalken| | 1. Standard | ||
}} | {{Flexbalken|text=Testbox default}} | ||
<pre><nowiki> | 2. modifiziert: | ||
{{Flexbalken | <pre><nowiki>{{Flexbalken|color=#f19000|text=Testbox 123}} | ||
}} | |||
</nowiki></pre> | </nowiki></pre> | ||
Ergibt folgenden Balken: | |||
{{Flexbalken|color=#f19000|text=Testbox 123}} | |||
{{Flexbalken|color=#f19000|text=Testbox 123 | |||
}} | |||
[[Kategorie:Vorlage für technische Aufgaben|{{PAGENAME}}]] | [[Kategorie:Vorlage für technische Aufgaben|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Version vom 2. Dezember 2011, 16:09 Uhr
Vorlage zum leichten und einheitlichen Erstellen von flexibel parametrisierbaren Balken-Boxen (nur Überschrift).
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; )
|
color | Balkenfarbe (optional, default: #136381) |
text | Balkeninhalt / Text |
textcolor | Textfarbe der Titelzeile (optional, default: {{{bgcolor}}} wenn gesetzt, sonst white )
|
textstyle | CSS-Fragment für Titelzeile (optional) |
Beispiel
1. Standard
Testbox default
2. modifiziert:
{{Flexbalken|color=#f19000|text=Testbox 123}}
Ergibt folgenden Balken:
Testbox 123