Änderungen

Zur Navigation springen Zur Suche springen
4.961 Bytes hinzugefügt ,  19:43, 22. Feb. 2010
Die Seite wurde neu angelegt: „<noinclude>Diese Vorlage erzeugte eine Hinweisbox mit Überschrift. <nowiki>{{Box|rot|Bild:Verweis.png Titel|Der eigentliche Text}}</nowiki> {{Box|rot|Tit…“
<noinclude>Diese Vorlage erzeugte eine Hinweisbox mit Überschrift.

<nowiki>{{Box|rot|[[Bild:Verweis.png]] Titel|Der eigentliche Text}}</nowiki>

{{Box|rot|Titel|Dies ist ein Beispiel für eine '''rote''' Box}}
{{Box|gelb|Titel|Dies ist ein Beispiel für eine '''gelbe''' Box}}
{{Box|blau|Titel|Dies ist ein Beispiel für eine '''blaue''' Box}}
{{Box|grün|Titel|Dies ist ein Beispiel für eine '''grüne''' Box}}
{{Box|orange|Titel|Dies ist ein Beispiel für eine '''orange''' Box}}
{{Box|grau|Titel|Dies ist ein Beispiel für eine '''graue''' Box}}
{{Box|rw|Titel|Dies ist ein Beispiel für eine '''rot-weiße''' Box}}
{{Box|türkis|Titel|Dies ist ein Beispiel für eine '''türkise''' Box}}
* Der erste Parameter gibt die Farbe der Box an. Möglich sind blau, rot, gelb, grau, grün, rw (rot-weiß) und türkis. Andere Werte werden ignoriert und eine blaue Box erzeugt.
* Der zweite Parameter wird als Titel ausgegeben. Der Titel wird immer als Fettschrift ausgegeben (font-weight:bold;)
* Der dritte Parameter ist dann der eigentliche Text.

'''Einsatz der Boxen'''

Die Boxen werden häufig für Systemhinweise und andere Meldungen eingesetzt. Dabei sind bestimmte Farben jeweils einer Gruppe von Meldungen zugeordnet. Eine Aufstellung findet man im Handbuch unter [[Hilfe:Vorlagen Übersicht#Farben für Boxen]].

'''Die benutzten Farben'''
* rot: <span style="background-color:#ff2222">#ff2222</span> und <span style="background-color:#ffc0c0">#ffc0c0</span>
* gelb: <span style="background-color:#fdee6a">#fdee6a</span> und <span style="background-color:#fff9ac">#fff9ac</span>
* blau: <span style="background-color:#729fcf">#729fcf</span> und <span style="background-color:#acceec">#acceec</span>
* grün: <span style="background-color:#99ee99">#99ee99</span> und <span style="background-color:#e0ffe0">#e0ffe0</span>
* orange: <span style="background-color:#fcaf3e">#fcaf3e</span> und <span style="background-color:#ffe28c">#ffe28c</span>
* grau: <span style="background-color:#888a85">#888a85</span> und <span style="background-color:#d3d7cf">#d3d7cf</span>
* rw: <span style="background-color:#FF3030">#ff3030</span> und <span style="background-color:#ffffff">#ffffff</span>
* türkis: <span style="background-color:#63B8FF">#63b8ff</span> und <span style="background-color:#CDEFFF">#cdefff</span>
[[Kategorie:Vorlage|Box]]
</noinclude><includeonly>{{#switch:{{lc:{{{1|}}}}}|rot=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #ff2222; padding: 0px; background-color:#ffc0c0;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#ff2222; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>|gelb=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #fdee6a; padding: 0px; background-color:#fff9ac;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#fdee6a; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>|grün=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #99ee99; padding: 0px; background-color:#e0ffe0;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#99ee99; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>|grau=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #888a85; padding: 0px; background-color:#d3d7cf;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#888a85; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>|orange=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #fcaf3e; padding: 0px; background-color:#ffe28c;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#fcaf3e; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>|rw=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #FF3030; padding: 0px; background-color:#ffffff;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#FF3030; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>|türkis=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #63b8ff; padding: 0px; background-color:#cdefff;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#63b8ff; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>|blau|#default=
<div style="margin:0em 0em 0.5em 0em; border: 1px solid #729FCF; padding: 0px; background-color:#acceec;">
<div style="margin-top: 3px; margin-bottom: 5px;"><span style="padding: 5px 1em; background-color:#729FCF; font-weight:bold;">{{{2}}}</span></div>
<div style="padding: 2px 1em;">{{{3}}}</div>
</div>}}</includeonly><noinclude>[[Kategorie:Vorlage|Box]]</noinclude>
awardsmanage, Bürokraten, checkuser, editor, giftadmin, oversight, reviewer, staff, Administratoren
8.981

Bearbeitungen

Navigationsmenü