564 Bytes hinzugefügt
, 10:28, 1. Feb. 2016
<onlyinclude>{| style="background:{{{b|#fff}}}; border-color:{{{bc|#ddd}}}; border-style:solid; border-width:{{{bw|2}}}px;"
| style="color:{{{c|#000}}};" | {{{Text}}}
|}</onlyinclude>
== Anwendung ==
'''Wiki-Syntax'''
<pre>{{Box|bc=white|b=darkcyan|c=white|Text=Beispieltext}}</pre>
'''Ergebnis'''
{{Box|bc=white|b=darkcyan|c=white|Text=Beispieltext}}
'''Erläuterungen'''
* bw = border-width, Rahmenbreite
* bc = border-color, Rahmenfarbe
* b = background, Hintergrundfarbe
* c = color, Textfarbe
* Text = Der Inhalt
[[Kategorie:Vorlage:Formatierungshilfe]]