You can create a graphically formatted caution, warning, or info box. These can be in the first or second column or across a whole page that has no columns. The following examples show the markup and the resulting display.

Markup:

{note:title=Be Careful} The body of the note here.. {note}

Resulting display:

The body of the note here..

Markup:

{warning:title=Warning}Insert warning message here\!{warning}

Resulting display:

Insert warning message here!

Markup:

{info:title=Useful Information}
This macro is useful for including helpful information in your wiki pages.
{info}

Resulting display:

This macro is useful for including helpful information in your wiki pages.

Markup:

{tip:title=Helpful Hint}This macro is useful for including a tip in your wiki pages.
{tip}

Resulting display:

This macro is useful for including a tip in your wiki pages.