Confluence bridge for Details Summary (Page properties report)
This is a Confluence bridge for the Details Summary macro. Confluence now calls this macro Page Properties Report. It allows the user to display properties attached to a page using the Details bridge.
Bridges are there for compatibility with content migrated from Confluence and this is particularly true for the Details and Details Summary macros. We strongly encourage people to use native XWiki features, like App Within Minutes or XWiki classes and objects, which are more powerful and better integrated in the platform.
Parameters
Parameter | Description | Mandatory | Default | Example |
---|---|---|---|---|
id | The group of properties to show. If empty, will show page properties without identifiers. | No | (empty) | book |
headings | Which column of the page properties to show. By default, all columns are shown. Columns with comma in their names require being quoted | No | (empty) | Title,Author,~"Released in years~"" |
cql | A query written in the Confluence Query Language (CQL) syntax defining the list of documents to show. See the documentation. | If labels is not given | (empty) | label = "examplelabel" and space = currentSpace ( ) |
labels | A list of tags to use, separated by a comma or a space. This value is ignored if the cql parameter is set. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | If cql is not given | (empty) | exampletag |
operator | Whether all the tags should match (AND), or any (OR). This value is ignored if the cql parameter is set. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | No | OR | AND |
max | Maximum number of results. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | No | (unset) | 15 |
sort | What to sort on. The only supported values are "modified", "creation" and "title" for now. Ignored if an order by clause is present in the cql parameter. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | No | (unset) | title |
reverse | Whether to reverse the sort (true) or not (false). Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | No | false | true |
firstcolumn | A custom title for the document name column | No | Title | Book |
showLastModified | Show the last modified time of the page | No | false | true |
showPageLabels | Show the tags of listed documents | No | false | true |
showCreator | Show the initial author of the listed documents | No | false | true |
showLikesCount | This parameter is ignored. | No | false | true |
showUnresolvedCommentsCount | This parameter is ignored. | No | false | true |
Example of usage
|=Title|The Hitchhiker's Guide to the Galaxy|
|=Author|Douglas Adams|
|=Released in years|1979–1992|
|=Kind|Trilogy in five books
|=Genre|Science fiction
{{/confluence_details}}
In another page:
{{confluence_detailssummary showLikesCount="true" showCommentsCount="true" showLastModified="true" showUnresolvedCommentsCount="true" id="work" showPageLabels="true" showCreator="true" cql="label = ~"examplelabel~" and space = currentSpace ()"/}}
The result is the following:
Title | The Hitchhiker's Guide to the Galaxy | |
---|---|---|
Author | Douglas Adams | |
Released in years | 1979–1992 | |
Kind | Trilogy in five books | |
Genre | Science fiction |
In the other page:
Document | Released in years | Author | Title | Last modified | Creator | Tags | |
---|---|---|---|---|---|---|---|
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
1979–1992 | Douglas Adams | The Hitchhiker's Guide to the Galaxy | 2025/01/07 12:38 | xwikiadmin | examplelabel |
Document | Title | Author | Released in years | Kind | Genre | Last modified | Creator | Tags | |
---|---|---|---|---|---|---|---|---|---|
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel | ||
The Hitchhiker's Guide to the Galaxy | Douglas Adams | 1979–1992 | Trilogy in five books | Science fiction | 2025/01/07 12:38 | xwikiadmin | examplelabel |