The Include Page Macro allows you to display the contents of one Confluence page in another.
To display part of a page rather than include the whole page, use the Excerpt Macro and the Excerpt Include Macro.
To display a page's contents, you require 'View' permission for that page. This is assigned by a space administrator from the Space Administration screens. See Space Permissions or contact your Confluence space administrator for more information.
If the name of the included page is changed after you have written the macro, the page name does not change automatically in the macro. In the event of that happening, you will need to change the page name manually in the macro parameters. |
On this page:
To insert the include page macro into a page using the Macro Browser,
|
Once you've found the include page macro, click 'insert' to add it to your page. |
Where 'Sample Include Page' is the title of the page whose contents you want to display:
What you need to type |
What you will get |
|
|---|---|---|
|
Parameter |
Default |
Description |
|---|---|---|
Page to Include |
None |
This is the name of the Confluence page you want to include in the current page. If the page you wish to include is located in another space, precede the name of the page with the space key value and ensure that the two values are separated by a colon. For example, |
Once the desired page is set, there are no further parameters for this macro.
To display contents of a page located in another space
Use the following code, where 'DS' is the spacekey of the other space and 'Confluence Overview' is the name of the page you want to display.
{include:DS:Confluence Overview} |
You can include pages from personal spaces using ~username as the space key.
Embed only part of an internal page
Embed an external page
Working with Macros
Take me back to the Confluence User's Guide.