Children

Last modified by Frank Fock on 2024/05/23 17:17

The Children Pages macro is a bridge between Confluence and XWiki. It uses the document tree macro to display the children of a given page.

Only the page parameter of the associated confluence macro is supported at the moment.

Parameters

ParameterDescriptionRequiredDefault
pageThe reference of a documentNo
firstThe number of children that will be displayed initiallyNo

Example Usage

Display the children of the current page

{{confluence_children/}}

Display the first 10 children of a custom page

{{confluence_children page="Main.WebHome" first="10"/}}