Confluence 3.0 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
The Table of Contents Zone macro is documented on the CustomWare Atlassian Plugins website.
Due to an outstanding issue in the Table of Contents Zone macro (CONF-10619), the Macro Browser's Refresh function does not render any parameter modifications. Currently, the rendering of parameter value modifications to the Table of Contents Zone macro occurs only after the page is saved.
Using HTML Heading Markup with the Table of Contents Zone Macro
The Table of Contents Zone macro cannot handle HTML heading markup on its own. Hence, if you used the HTML and HTML Include macros to render HTML heading markup in a Confluence page, the Table of Contents Zone macro will not create a contents list out of these headings. (For more information on about this issue, please refer to TOC-93.)
However, if you insert an HTML anchor into each HTML heading on your page (based on the following syntax), the Table of Contents Zone macro will incorporate these headings into your contents list.
<h2><a name="pagename-headingname"></a>見出し名</h2>
The syntax for the anchor name is usually the page name and heading name separated by a hyphen, in which the page and heading names have all spaces removed and are converted to lowercase. If punctuation marks occur within a page or heading name, each mark should usually be converted to its URL escape code in the anchor name.
