Confluence bridge for Children

Zuletzt geändert von xwikiadmin am 2025/01/07 12:38

Description

This is a Confluence bridge for the Children macro. It uses the document tree macro to display the children of a given page.

Only the page parameter is supported for now.

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"/}}