Confluence 3.5 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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:
Usage with the Macro Browser
To insert the children display macro into a page using the Macro Browser:
- Open the Confluence page or blog post that you want to edit, then click the Edit button.
- Click the Macro Browser icon on the toolbar. The macro browser window will open.
- Scroll through the list of macros to find the one you want. Alternatively, start typing the macro name into the search box at the top right of the macro browser. Macros with a matching name will appear in the main pane.
- Click the desired macro.
- Set the macro parameters to your requirements. If desired, you can preview these changes by clicking Refresh.
- Click Insert to add the macro onto the page.
You can also insert macros using autocomplete. For more information, see Using Autocomplete in the Rich Text Editor.
Usage with the Wiki Markup Editor
パラメーター
Parameters are options that you can include in Confluence macros to control the content or format of the macro output. The table below lists relevant parameters for this macro.
Parameter names are different in the Macro Browser and in wiki markup. Below we show the Macro Browser parameter names in bold text, and the equivalent wiki markup parameters in (bracketed) text. If we do not show any parameter name for the wiki markup, then you should leave out the parameter name and simply include the parameter value as the first parameter, immediately after the colon (:).
パラメーター |
既定 |
説明 |
|---|---|---|
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's Guide.

