Wiki source code of Confluence Macro Documentation List Macro
Last modified by Vincent Massol on 2026/04/03 14:14
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | List all confluence macro documentation for a specified space. | ||
| 2 | |||
| 3 | = Parameters = | ||
| 4 | |||
| 5 | |=Parameter|=Description|=Required|=Default | ||
| 6 | |##reference##|The space reference to search the macros|No|The current doc space | ||
| 7 | |##columns##|The columns to show|No|doc.location,confluenceId,handling,importSupportQualifier,xwikiId | ||
| 8 | |||
| 9 | = Example Usage = | ||
| 10 | |||
| 11 | {{code}} | ||
| 12 | {{confluenceMacroDocumentationList/}} | ||
| 13 | {{/code}} | ||
| 14 | |||
| 15 | Or with the parameters: | ||
| 16 | |||
| 17 | {{code}} | ||
| 18 | {{confluenceMacroDocumentationList reference="MyConfluenceMacroDoc" columns="confluenceId,xwikiId"/}} | ||
| 19 | {{/code}} |