Template talk:MessageBox
From Amahi Wiki
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 |
you type
{{Template:MessageBox|
backgroundcolor = #F8E6E6|
image =160px-Mediawiki.png|
heading =WELCOME|
message = 1234567890}}
you get
| 50px | WELCOME |
|---|---|
| 1234567890 |
