Confluence 5.4 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
This page is a snippet
For full information, see:
snippet
Macro name: toc
マクロ本体: なし。
パラメーター名 | 必須 | 既定 | パラメーターの説明と指定可能な値 |
---|---|---|---|
printable | いいえ | true | If you set this parameter to false , the table of contents will not be visible when you print the page. |
style | いいえ | none | The style of bullet point for each list item. You can use any valid CSS style. For example:
|
maxLevel | いいえ | 7 | Maximum heading level. Use this parameter to select the highest heading level to include. For example, a value of 2 will list h1 and h2 levels, but will not include h3 and below. |
indent | いいえ | (なし) | This parameter applies to vertical lists only ( Use this parameter to indent the list items according to CSS quantities. For example, a value of |
minLevel | いいえ | 1 | Minimum heading level. The heading level at which the table of contents will start. For example, a value of 2 will list h2, h3, and h4 headings, but will not include h1 headings. |
class | いいえ | (なし) | A CSS class name. If you have a custom style sheet, you can use this parameter to output the table of contents with the specified class attribute. |
exclude | いいえ | (なし) | Specifies the headings to exclude by pattern matching. The value must be a regular expression. If this parameter is specified, the table of contents will include only the headings that match the regular expression. Example: |
type | いいえ | list | Defines the overall format of the table of contents. 利用可能な値:
|
outline | いいえ | false | A value of true will apply outline numbering to the headings as displayed in the table of contents. For example: 1.1, 1.2, 1.3. |
separator | いいえ | brackets | This parameter applies to flat lists only ( 利用可能な値:
|
include | いいえ | (なし) | Specifies the headings to include by pattern matching. The value must be a regular expression. If this parameter is specified, the table of contents will ignore any headings that do not match the regular expression. Example: See Sun's Regex documentation for examples of constructing regular expression strings. |