NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar:icons=false}

h1. Creating a caution, warning, tip or info box

You can create a graphically formatted caution, warning, or info box. The following examples show the markup and the resulting display.

{code:title=Note Markup}
Scrollbar
iconsfalse

Creating a caution, warning, tip or info box

You can create a graphically formatted caution, warning, or info box. The following examples show the markup and the resulting display.

Code Block
titleNote Markup
{note:title=Be Careful}The body of the note.{note}{code}

This is displayed as follows.

...



{note
:title
=Be Careful
}The body of the note.
Code Block
titleWarning Markup
{note}

{code:title=Warning Markup}
{warning:title=Warning}The warning message.{warning}{code}

This is displayed as follows.

...



{warning
:title
=Warning
}The warning message.
Code Block
titleInfo Markup
{warning}

{code:title=Info Markup}
{info:title=Useful Information}The useful information.{info}{code}

This is displayed as follows.

...



{info
:title
=Useful Information
}The useful information.
Code Block
titleTip Markup
{info}

{code:title=Tip Markup}
{tip:title=Helpful Hint\}The tip.{tip}{code}

This is displayed as follows.

...



{tip
:title
=Helpful Hint
}The tip.

...

{tip}

{scrollbar:icons=false}