Confluence 2.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Use the Children Display Macro to display the children and the descendants of a page.
Note that only pages to which you have 'View' permission will be displayed.
子ページ表示マクロ
Optional Parameters
いいえ |
parameter |
既定 |
説明 |
---|---|---|---|
1 |
すべて |
true |
Display all descendants |
2 |
ページ |
current |
Specify which page to display children for in a current space or in a different space. |
3 |
depth |
なし |
Specify the depth of descendents to display |
4 |
first |
なし |
Restrict the number of children displayed at the top level |
5 |
style |
なし |
Specify the style in which descendants are displayed |
6 |
excerpt |
false |
Display the child pages' excerpts, if they exist |
7 |
sort=creation |
recent |
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. |
1. Display all descendants 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 descendants
{children:depth=2}
4. Restrict the number of children displayed at the top level
{children:first=x}
5. Specify the style in which descendants 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 creation date, modification date or title
{children:sort=creation|reverse=true}
関連トピック
Working with Page Families
Working with Macros
Take me back to Confluence 2.7 User Guide