Considering Confluence Cloud?
Get the high-level details of Confluence Cloud and available features by plan.
These macros have been replaced in the new editor by the Info panel element.
The Info, Tip, Note, and Warning macros allow you to highlight information on a Confluence page. They create a colored box surrounding your text, like this:
To add an Info, Tip, Note, or Warning Macro to a page:
When editing, select from the toolbar
Find the macro by name and select it
Configure it as needed
You can also type / on the page to bring up the same list you'd see by selecting from the toolbar. Continue typing the name of the macro to filter the list.
Speeding up macro entry with autocomplete:
Type { and the beginning of the macro name to see a list of suggested macros.
To edit an existing macro
Select the macro placeholder.
Select the Edit icon to open the configuration panel.
Configure the parameters. Your changes are saved as you go.
Resume editing the page, and the panel closes.
You can also select the centered , medium-width , and full-width icons to adjust the width of some macros. Select the trashcan iconto remove the macro.
Parameters are options that you can set to control what and how content from the macro appears on the page.
If the parameter name used in Confluence Cloud storage format is different than the label used when inserting macros using the browser or the slash command, it will be listed below in brackets (example).
Parameter | Default | Description |
---|---|---|
Optional Title | none | The title of the box. If specified, the title text will be displayed in bold next to the icon. |
Show information/tip/Exclamation Mark/Warning Icon | true | If "false", the icon will not be displayed. |
Wiki markup is useful when you need to add a macro outside the editor, for example as custom content in the sidebar, header or footer of a space.
Macro names: info/tip/note/warning
Macro body: Accepts rich text.
1
2
3
4
5
6
{info:title=This is my title|icon=false}
This is _important_ information.
{info}
Was this helpful?