421 bytes added
, 00:34, 3 January 2011
=== Include a message box ===
Message box has four named parameters
*backgroundcolor
*image
*heading
*message
you type
<pre>
{{MessageBox|
backgroundcolor = red|
image =Warning.gif|
heading =WARNING|
message = Using following code is extremely dangerous}}
</pre>
you get
{{Template:MessageBox|
backgroundcolor = red|
image =Warning.gif|
heading =WARNING|
message = Using following code is extremely dangerous}}