Creates a link to an attachment. It acts in a similar way as the regular links (using '[' and ']') but it used to record versions of attachments in approvals. It can be used also to access specific versions of attachments.
Parameters |
Mandatory |
Default |
Description |
---|---|---|---|
|
Yes |
|
The name of the attachment to link to. |
|
No |
latest version of the file |
The version of the attachment to link to. |
|
No |
|
The approval name to obtain the attachment version from. |
|
No |
|
Alternative name to display for the link |
|
No |
|
Specify the link title property (for when the cursor hovers over the link). |
Wiki Examples
{attachment:table.xls} {attachment:attachment=table.xls}
Creates a link to table.xsl
.
{attachment:table.xls|version=1}
Creates a link to version 1 of the attachment table.xls
into the page.
{attachment:table.xls|approval=Reviewer}
Creates a link to whatever version of the approved table.xls
was current when it received the latest Reviewer approval.
{attachment:alias=The table|attachment=table.xls}
Creates a link to table.xls
displaying The table as the link name.
{attachment:alias=The table|attachment=table.xls|tip=Download the file}
Creates a link to table.xls
displaying The table as the link name and Download the file as tooltip.