列マクロ
Used with the Section macro to define columns on a page. See Working with page layouts and columns and sections .
コードの例
次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。
マクロ名: column
マクロ本文: リッチ テキストの利用可
パラメーター名 | 必須 | 既定 | パラメーターの説明と指定可能な値 |
---|---|---|---|
| いいえ | 100%のページ幅をセクション内の列の数で均等に分割。 | 列幅。ピクセル (例: 400px ) または有効なページ幅のパーセント値 (例: 50% ) で指定します。 |
保存形式の例
<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>
Wiki マークアップの例
{column:width=100px}
This is the content of *column 1*.
{column}
最終更新日: 2015 年 12 月 2 日
Powered by Confluence and Scroll Viewport.