Adding content from another page
Use this block to add content from another Wiki page to your page.
If you add a snippet from another page to your text, users without access to that source page won't be able to view it. Learn more about access settings.
-
On the toolbar, click Include.
You can also use the quick access menu: type
/and select a command from the list. -
Specify the URL of the page that you want to embed in the following format:
/<cluster>/<subcluster>/<page_name>. For example:/users/username/my-page. -
If required, disable the option to display an error message about pages that the user can't access.
-
In the From / To fields, specify the names of Wiki page anchors that limit the content to be added. By default, the entire page is added. The anchor name is specified without a
#. -
Click Save.
To embed the content of another Wiki page on your page, add code in the following format:
{% include page="/<cluster>/<subcluster>/<page_name>" warning="false" from="a1" to="a2"%}
For example: {% include page="/<cluster>/<subcluster>/<page_name>" warning="false" from="a1" to="a2"%}.
Markup parameters:
page: Relative link to the page.warning: Option to display an error message about pages that the user can't access.from/to: Names of Wiki page anchors that limit the content to be added. By default, the entire page is added. The anchor name is specified without a#.