Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
This is the approved revision of this page, as well as being the most recent.

A message box containing important information to be made more prominent.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

Message box title, to display next to the icon.

Stringoptional
Texttext

Message box main text.

Stringrequired
Stylestyle

Message box style, which defines the colours and icon.

Suggested values
info danger warning success
Default
info
Stringoptional

Example

{{Message|title=Title|text=Warning text!|style=warning}}
Title

Warning text!

Supported Styles

Info (Default)

style=info

Warning

style=warning

Danger

style=danger

Success

style=success