Vorlage:Flexbalken: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
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:{{{ background-color|#0085BD}}}; | ||
text-align:left; | border: 1px solid {{{border-color|#0085BD}}}; | ||
color: {{{textcolor|white}}}; | text-align:{{{ausrichtung|left}}}; | ||
font-weight:bold; font-size:125%; | color:{{{textcolor|white}}}; | ||
font-weight:bold; | |||
font-size:{{{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> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Zeile 17: | Zeile 19: | ||
| 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: # | | background-color || Balkenfarbe (optional, default: #0085BD) | ||
|- | |- | ||
| | | border-color || Randfarbe (optional, default: #0085BD) | ||
|- | |- | ||
| | | text || Text | ||
|- | |- | ||
| textstyle || CSS-Fragment für | | textcolor || Textfarbe (optional, default: white) | ||
|- | |||
| font-size || Schriftgröße (optional, default: 125%) | |||
|- | |||
| ausrichtung || Textausrichtung (optional, default: left) | |||
|- | |||
| textstyle || CSS-Fragment für Text (optional) | |||
|} | |} | ||
== Beispiel == | == Beispiel == | ||
1. Standard | 1. Standard | ||
{{Flexbalken|text=Testbalken default 1}} | {{Flexbalken|text=Testbalken default 1}} | ||
2. modifiziert: | 2. modifiziert: | ||
<pre><nowiki>{{Flexbalken|color=# | <pre><nowiki>{{Flexbalken|background-color=#E0FFFF|textcolor=black|font-size=80%|ausrichtung=right|text=Testbalken 1234}} | ||
</nowiki></pre> | </nowiki></pre> | ||
Ergibt folgenden Balken: | Ergibt folgenden Balken: | ||
{{Flexbalken|color=# | {{Flexbalken|background-color=#E0FFFF|textcolor=black|font-size=80%|ausrichtung=right|text=Testbalken 1234}} | ||
[[Kategorie:Vorlage für technische Aufgaben|{{PAGENAME}}]] | [[Kategorie:Vorlage für technische Aufgaben|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Aktuelle Version vom 2. Dezember 2011, 20:26 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; )
|
background-color | Balkenfarbe (optional, default: #0085BD) |
border-color | Randfarbe (optional, default: #0085BD) |
text | Text |
textcolor | Textfarbe (optional, default: white) |
font-size | Schriftgröße (optional, default: 125%) |
ausrichtung | Textausrichtung (optional, default: left) |
textstyle | CSS-Fragment für Text (optional) |
Beispiel
1. Standard
Testbalken default 1
2. modifiziert:
{{Flexbalken|background-color=#E0FFFF|textcolor=black|font-size=80%|ausrichtung=right|text=Testbalken 1234}}
Ergibt folgenden Balken:
Testbalken 1234