Use the Children Display Macro to display the child pages of a page and the descendents (childrens' children). Links to the children are displayed as in the screenshot below:
Screenshot: The Children Display Macro in Confluence

Note that only pages to which you have 'View' permission will be displayed.
On this page:
To insert the children display macro into a page using the Macro Browser,
|
Once you've found the children display macro, click 'insert' to add it to your page. |
必要な入力項目 |
表示結果 |
|
|---|---|---|
|
|
パラメーター |
既定 |
説明 |
|---|---|---|
Show Descendants |
false |
Display all descendents |
Parent Page |
current |
Specify which page to display children for in a current space or in a different space. |
Depth of Descendants |
なし |
Specify the depth of descendents to display. |
Number of Children |
なし |
Restrict the number of children displayed at the top level |
Heading Style |
なし |
Specify the style in which descendents are displayed |
Include Excerpts |
false |
Display the child pages' excerpts, if they exist |
Sort Children By |
マニュアルで並べ替えた順、またはアルファベット順 |
The 'sort' attribute is an optional attribute that allows you to configure how the children are sorted. Specify 'creation' to sort by content creation date, 'title' to sort alphabetically on title and 'modified' to sort of last modification date. |
Reverse Sort |
false |
Use this parameter in conjunction with the 'sort' parameter described above. Set 'reverse=true' to change the sort from ascending to descending order. |
1. Display all descendents of the page
{children:all=true}
|
2a. Specify which page to display children for
{children:page=page-name}
|
2b. Specify which page in a different space to display children for
{children:page=space-key:page-name}
|
3. Specify the depth of descendents
{children:depth=2}
|
4. Restrict the number of children displayed at the top level
{children:first=x}
|
5. Specify the style in which descendents are displayed
Choose from heading levels h1 to h6.
{children:depth=1|style=h3}
|
6. Display the child pages' excerpts, if they exist
{children:depth=2|excerpt=true}
|
7. Sort children by modification date
{children:sort=creation|reverse=true}
|
Working with Page Families
Working with Macros
Take me back to the Confluence User Guide.