Template talk:MessageBox

From Amahi Wiki
Revision as of 00:34, 3 January 2011 by Smystaki (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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