Vorlage:Scrollbox: Unterschied zwischen den Versionen
Aus WikiReal
Admin (Diskussion | Beiträge) (ergänzt) |
Admin (Diskussion | Beiträge) (Korrektur) |
||
Zeile 1: | Zeile 1: | ||
− | <table cellpadding="0" cellspacing="0" border="0" style="width:{{{width|100%}}}; margin-bottom:3px; margin-top:3px;"><tr><td style="background:{{{background|transparent}}};"><div style="overflow:auto; height:{{{height|230px}}}; width:{{{width|100%}}}; -moz-border-radius-topleft:0.5em; border:1px solid #AAAAAA; padding-left:0.5em; background: | + | <table cellpadding="0" cellspacing="0" border="0" style="width:{{{width|100%}}}; margin-bottom:3px; margin-top:3px;"><tr><td style="background:{{{background|transparent}}};"><div style="overflow:auto; height:{{{height|230px}}}; width:{{{width|100%}}}; -moz-border-radius-topleft:0.5em; border:1px solid #AAAAAA; padding-left:0.5em; background:transparent;"> |
{{{content|{{{1}}}}}} | {{{content|{{{1}}}}}} | ||
</div></td><td style="width:8px;"></td></tr></table><noinclude>__NOTOC__ | </div></td><td style="width:8px;"></td></tr></table><noinclude>__NOTOC__ | ||
Zeile 25: | Zeile 25: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{scrollbox | {{scrollbox | ||
− | |background=# | + | |background=#F8F8F8 |
|content= | |content= | ||
*... | *... |
Version vom 24. Januar 2012, 11:15 Uhr
{{{1}}} |
Verwendung
Anmerkung: Die Paramenter "width" und "height" können benutzt werden, um die Größe der Box zu bestimmen. Zum Beispiel:
{{scrollbox |width=75% |height=180px |background=#EEE |content= Beispieltext }}
Vereinfachter Code:
{{scrollbox| Beispieltext }}
Beispiel
Code
{{scrollbox |background=#F8F8F8 |content= *... *... *... *... *... *... *... *... *... *... *... *... *... *... *... }}
Resultat
|