Used with the Section macro to define columns on a page. See  Working with page layouts and columns and sections.

コー​​ドの例

次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。 

マクロ名: column

マクロ本文: リッチ テキストの利用可

パラメーター名必須既定パラメーターの説明と指定可能な値

width

いいえ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}


  • ラベルなし