Confluence 5.6 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Don't forget to add a label to your page, or your page will not appear in the Page Properties Report macro.
Next you need to add the Page Properties Report macro to another page.
Screenshot: Page Properties macro in the editor. Deadline, Current Status and Team will be column headings in the report.
Screenshot: The example above as it appears in the Page Properties Report
1 つのページに複数のページ プロパティ マクロを追加して、レポートにすべてのマクロを含めるか、特定のマクロのみを含めるかを選択できます。複数のマクロを使用することで、マクロの情報をページの他の情報のコンテキストで表示したり、個々のページ プロパティ マクロのレポートを作成したりすることができます。
ページ プロパティ マクロには、個々のページ プロパティ マクロの識別に使用できるオプションの ID パラメーターが含まれます。
レポートにすべてのページ プロパティ マクロのコンテンツを表示するには、次の手順を実行します。
レポートに選択したページ プロパティ マクロのコンテンツを表示するには、次の手順を実行します。
注: ページ プロパティ レポート マクロでは、ページ ラベルと ID はそれぞれ 1 つのみ許可されます。
Parameters are options that you can set to control the content or format of the macro output. Where the parameter name used in Confluence storage format or wikimarkup is different to the label used in the macro browser, it will be listed below in brackets (example).
パラメーター | 既定 | 説明 |
|---|---|---|
ページ プロパティ ID | (なし) | オプションの ID はページの特定のページ プロパティ マクロを識別するために使用されます。ページ プロパティ レポートでこの ID を指定し、この ID を使用したマクロのみの概要情報を含めることができます。 |
| 非表示 | False | ページ プロパティ マクロのデータを現在のページに表示するかどうかを決定します。この設定は、ページ プロパティ レポート マクロの詳細表示に影響しません。 |
次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。
マクロ名: details
マクロ本文: リッチ テキストの利用可
The following example contains two pieces of data - Owner and Date.
<ac:structured-macro ac:name="details">
<ac:rich-text-body>
<table>
<tbody>
<tr>
<td>Owner</td>
<td>Rach Admin</td>
</tr>
<tr>
<td>Date</td>
<td>1 May</td>
</tr>
</tbody>
</table>
</ac:rich-text-body>
</ac:structured-macro>