Changes

From Amahi Wiki
Jump to: navigation, search
Created page with "=== Include a message box === Message box has four named parameters *backgroundcolor *image *heading *message you type <pre> {{MessageBox| backgroundcolor = red| image =Warnin..."
=== 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}}
287

edits