Difference between revisions of "Template talk:MessageBox"

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...")
 
Line 22: Line 22:
 
heading =WARNING|
 
heading =WARNING|
 
message = Using following code is extremely dangerous}}
 
message = Using following code is extremely dangerous}}
 +
 +
[[Category:Help]]

Revision as of 00:43, 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