The Documentation Link macro generates a customisable text link to a page on http://confluence.atlassian.com/.

This macro accepts a relative link value and automatically prefixes that value with the URL:

http://confluence.atlassian.com/

For example, if you use the following relative link:

display/DOC/Working+with+Macros

then the resulting URL is:

http://confluence.atlassian.com/display/DOC/Working+with+Macros

The text that will be hyperlinked is the macro's body text (that is, the text between the macro tags). See the example below.

On this page:

Usage with the Macro Browser

To insert the Documentation Link macro into a page using the Macro Browser:

Usage with the Wiki Markup Editor

Example of what you need to type

What you will get

{doc:display/DOC/Working+with+Macros}this link{doc}

{doc:display/DOC/Working+with+Macros}this link{doc}

Parameters

Parameter

Required in Wiki Markup?

Default

Description

Relative Link

yes

none

The relative link (that is, the URL portion after http://confluence.atlassian.com/) that leads to the required page on

http://confluence.atlassian.com/

.


Related Topics

Working with Macros

Take me back to the Confluence User's Guide.