Confluence 5.4 has reached end of life
Check out the [latest version] of the documentation
This page is a snippet
For full information, see:
Snippet
The following example shows all parameters and a body:
<ac:structured-macro ac:name="info">
<ac:parameter ac:name="icon">false</ac:parameter>
<ac:parameter ac:name="title">This is my title</ac:parameter>
<ac:rich-text-body>
<p>
<span>This is </span> <em>important</em> <span> information.</span>
</p>
</ac:rich-text-body>
</ac:structured-macro>
Below are some examples of the Info macro with various optional parameters used.
Description | Markup | What you will get |
|---|---|---|
Info macro with a body defined and no optional parameters | <ac:structured-macro ac:name="info">
<ac:rich-text-body>
<p>This is <em>important</em> information.</p>
</ac:rich-text-body>
</ac:structured-macro>
| This is important information. |
Info macro with with a body and an optional Title parameter defined | <ac:structured-macro ac:name="info">
<ac:parameter ac:name="title">This is my title</ac:parameter>
<ac:rich-text-body>
<p>This is <em>important</em> information.</p>
</ac:rich-text-body>
</ac:structured-macro>
| This is my title This is important information. |
Info macro with a body and optional Title and Icon parameters defined | <ac:structured-macro ac:name="info">
<ac:parameter ac:name="icon">false</ac:parameter>
<ac:parameter ac:name="title">This is my title</ac:parameter>
<ac:rich-text-body>
<p>
<span>This is </span> <em>important</em> <span> information.</span>
</p>
</ac:rich-text-body>
</ac:structured-macro>
|
Overview
Content Tools
Apps
