Confluence 5.0 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Used with the Column macro to define columns on a page. See Working with page layouts and columns and sections.
コードの例
次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。
マクロ名: section
マクロ本文:1 つ以上の列マクロで構成されるリッチテキスト
| パラメーター名 | 必須 | 既定 | パラメーターの説明と指定可能な値 |
|---|---|---|---|
| いいえ | False | 値が true の場合、このセクションの列の枠線は破線になります。 |
保存形式の例
The following example shows a section and column macro together.
<ac:structured-macro ac:name="section">
<ac:parameter ac:name="border">true</ac:parameter>
<ac:rich-text-body>
<ac:structured-macro ac:name="column">
<ac:parameter ac:name="width">100px</ac:parameter>
<ac:rich-text-body>
<p>This is the content of <strong>column 1</strong>.</p>
</ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:name="column">
<ac:rich-text-body>
<p>This is the content of <strong>column 2</strong>.</p>
</ac:rich-text-body>
</ac:structured-macro>
</ac:rich-text-body>
</ac:structured-macro>
Wiki マークアップの例
{section:border=true}
{column:width=100px}
This is the content of *column 1*.
{column}
{column}
This is the content of *column 2*.
{column}
{section}
概要
コンテンツ ツール
アプリ
