qc-property-macro
The {qc-property-macro} macro displays a page metadata properties like:
- the page ID,
- last assigned version,
- last updated date
- and page URL.
Parameters
Parameter |
Required |
Default |
Notes |
---|---|---|---|
property |
No | ID | The metadata or value reference to display. |
Available properties
ID
– The ID of this piece of contentTitle
– The Title of this piece of contentURL
– The URL of this piece of contentVersion
– The version number of this piece of contentUpdated date
– The latest updated date of this piece of contentSpace title
– The space title of this piece of content
Examples
To show the title of the page:
{qc-property-macro:property=Title}
To show the title and the version of the page:
{qc-property-macro:property=[Title], v.[Version]}
qc-revision-macro
The {qc-revision-macro} macro displays the page revision number of the current version of the context.
To assign revision number, follow this tutorial.
If no revision number is assigned, the macro will return Not assigned
Example
{qc-revision-macro} |
qc-doc-citation-macro
The {qc-doc-citation-macro} displays a table of the current context other pages that cite the current context. The page will need to be inserted as an internal link using the Confluence UI.
The table contains the Page ID and the Page title.
Example
{qc-doc-citation-macro} |

qc-internal-reference-macro
The {qc-internal-reference-macro} displays a table with all wiki page references (ie. hyperlinks) mentioned at the current context.
The macro will display only references (ie. hyperlinks) that were inserted as an internal link using the Confluence UI.
The table contains the Page ID and the Page title.
Example
{qc-internal-reference-macro} |

qc-viewers-table-macro
The {qc-viewers-table-macro} displays a table with all the users that viewed the current page.
The macro is not available for older Confluence page versions. It only works at the current version.
The table contains the Viewer’s name and the latest version viewed.
Example
{qc-viewers-table-macro} |