User:ɞɞ/BlueDiv/doc

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

BearbeitenVersionenCache löschenSeiteninformation

Template:Documentation/Dokuseite

Die Vorlage {{BlueDiv}} erzeugt eine als Code formatierte Textbox mit blassblauem Hintergrund analog zu {{BlueBox}}, im Gegensatz zu dieser als </div>-Element. Template:Boxen

Verwendung[edit]

User:ɞɞ/tlx

{{BlueDiv|<div style="position:absolute;left: 0px; top: 0px; padding:0;overflow:hidden;height:auto; width:100%;">[[Image:Testbild.png|100px]]</div>}}

ergibt

Parameter[edit]

x
Name Beschreibung Standard Status
1 Anzeigentextleer erforderlich
2 Hintergrundfarbe#acf optional
col Textfarbe default:black optional
width Boxbreite 50em optional
pad Rahmenabstände 0 optional

Code[edit]

<includeonly>

<onlyinclude><code><div style="background:{{{2|#acf}}};color:{{{col|black}}};padding: {{{pad|0px;}}};width:{{{width|50em}}}">{{{1}}}</div></code></onlyinclude> </includeonly> {{Verborgen}}{{Bearbeiten}}

{{Documentation}}