Template talk:MessageBox
From Amahi Wiki
Include a message box
Message box has four named parameters
- backgroundcolor
- image
- heading
- message
you type
{{MessageBox|
backgroundcolor = #f8d6d6|
image =Warning.png|
heading =WARNING|
message = Using following code is extremely dangerous}}
you get
| 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 |
