Difference between revisions of "Template:SingleBasicBox"

(add aother field)
(another!)
Line 1: Line 1:
 
{| cellpadding="5px" cellspacing="0px" width="{{{width|100%}}}"
 
{| cellpadding="5px" cellspacing="0px" width="{{{width|100%}}}"
 
|style="padding-top:0px; padding-right:0px; padding-left:0px; padding-bottom:0px;" valign="top" |
 
|style="padding-top:0px; padding-right:0px; padding-left:0px; padding-bottom:0px;" valign="top" |
{| style="margin:0; width:100%; background: {{{background-color|#ACCDAC}}}; font-family:sans-serif; font-size:120%; text-align:{{{text align|center}}}; color:{{{text-color|#000000}}}; padding-left:0.4em; padding-top:0em; padding-bottom:0em;"
+
{| style="margin:0; width:100%; background: {{{background-color|#ACCDAC}}}; font-family:sans-serif; font-size:{{{font-size:100%}}}; text-align:{{{text align|center}}}; color:{{{text-color|#000000}}}; padding-left:0.4em; padding-top:0em; padding-bottom:0em;"
 
|{{{body}}}
 
|{{{body}}}
 
|}
 
|}

Revision as of 17:08, 23 October 2008

{{{body}}}


Instructions

Example:

{{SingleBasicBox
| background-color = #999999
| body = enter text here
| text align = left
| text-color = #ffffff
}}



Result:


enter text here