Outgoing Links
Description
Creates a list of pages, websites and email addresses the current page links to. This macro is mainly used for internal pages, and for reporting and auditing purposes.
Default content may be included as the body to be shown if no links exist.
The link has a character limit of 255 characters. If the link is too long, it will be trimmed down and cause a broken link. This may affect links that were created prior to Linking 4.0.5.
Parameters
Name | Required | Default Value | Description |
---|---|---|---|
Spaces |
| All Spaces | The spaces from which linked pages are retrieved. Select spaces from the dropdown or type the space name. |
Bullet Style |
|
| |
Display Excerpt |
| false | If enabled (true), displays the page excerpt next to the link. |
Labels |
|
| The page label filter allows you to include and exclude labels in the respective fields "Include pages with these labels" and "Exclude pages with these labels". |
Editor View
N/A
Macro Edit View
N/A
Notes
labels=local,international | will match content that has either the "local" or "international" label |
---|---|
labels=local,-international | will match content that has "local" label as long as it does not also have the "international" label. |
labels=local,+international | will match content that has both the "local" and "international" labels, or only has the "international" label. It will not match content which has the "local" label alone. |
labels=+local,+international | will only match content that has both the "local" and "international" labels. |