Difference between revisions of "Template talk:MessageBox"
From Amahi Wiki
(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...") |
(No difference)
|
Revision as of 00:34, 3 January 2011
Include a message box
Message box has four named parameters
- backgroundcolor
- image
- heading
- message
you type
{{MessageBox|
backgroundcolor = red|
image =Warning.gif|
heading =WARNING|
message = Using following code is extremely dangerous}}
you get
| 50px | WARNING |
|---|---|
| Using following code is extremely dangerous |
