Set up Confluence Cloud
Get the high-level details you need to set up your Confluence Cloud site in order to meet your team's needs.
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 item to be inserted and select it
Select Insert
You can also type / on the page to bring up the same list you'd see by selecting from the toolbar.
Speeding up macro entry with autocomplete:
In the new editor - Type / and the beginning of an element (tool or things in the insert menu) to see a list of suggestions.
In the legacy editor - Type { and the beginning of the macro name to see a list of suggested macros.
Details are in Keyboard shortcuts, markdown, and autocomplete.
To edit an existing macro
Select the macro placeholder. The floating toolbar appears.
Select Edit. The right panel opens.
Modify the parameters. Your changes are saved as you go.
Resume editing the page, and the panel closes.
Parameters are options that you can set to control the content or format of the macro output.
If the parameter name used in Confluence Cloud storage format or wikimarkup 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?