Report Link
Description
Displays the specified key value as a link.
It is assumed that the item/key value is an absolute or server-relative link. If not, the prefix and postfix parameters can be used to prepend or append extra values to the URL.
Parameters
Name | Required | Available In | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|---|
[default] /key | Yes | Server, Data Center | No | The key chain value to use as the link URL. | |
info (Hover Text) | Optional | Server, Data Center | No | The text which will be displayed when the user hovers their mouse over the link. | |
trim (Trim URL Whitespace) | Optional | Server, Data Center | No | true | If set to false, the URL will not be trimmed. |
postfix (URL Postfix) | Optional | Server, Data Center | No | The item to append to the item/key value in the link. | |
prefix (URL Prefix) | Optional | Server, Data Center | No | The text to prepend to the item/key value in the link. | |
target | Optional | Server, Data Center | No | The target frame to open the link in. May be any standard HTML target. | |
default | Optional | Server, Data Center | No | The wiki markup to output if the specified item/key has no value. |
Editor View
Notes
Link to parent
This will create a link to the current page's parent page, if it has one.
{report-link:content:parent > content:url|default=_This page has no parent._}View parent page{report-link}
Tutorial Examples