You can use Confluence wiki markup or the Rich Text editor to create tables. Below are some guidelines on using wiki markup to create tables.

Confluence allows you to create two types of tables.

表タイプ 1

オプションの見出し行が付いた単純な表を作成できます。この表では、列の幅は設定できません。
表の見出し行には二重の縦棒を使用します。

必要な入力項目

||heading 1||heading 2||heading 3||
|cell A1|cell A2|cell A3|
|cell B1|cell B2|cell B3|

表示結果:

heading 1

heading 2

heading 3

cell A1

cell A2

cell A3

cell B1

cell B2

cell B3

(info) Currently, Confluence does not support nested tables.

縦並びの見出しも使用できます。

必要な入力項目

||heading 1|col A1|col A2|col A3| 
||heading 2|col B1|col B2|col B3| 

表示結果:

heading 1

col A1

col A2

col A3

heading 2

col B1

col B2

col B3

表タイプ 2

この方法の場合、表の列幅を指定できます。

必要な入力項目

{section:border=true}

{column:width=30%}
Text for this column goes here. This is  the smaller column with a width of only 30%.
{column}

{column:width=70%}
Text for this column goes here. This is  the larger column with a width of 70%.
{column}

{section}


表示結果

Text for this column goes here. This is the smaller column with a width of only 30%.

Text for this column goes here. This is the larger column with a width of 70%.

(info) For more details please see the Column Macro and the Section Macro.

高度な書式設定

色や他の書式設定

To add colour and other formatting to your tables, you can use the Panel Macro within columns.
More table-formatting options may be available if your Confluence administrator has installed additional macros.

リスト

表にリストを埋め込む方法の例です。

必要な入力項目

||Heading 1||Heading 2||
|* Item 1
* Item 2
* Item 3|# Item 1
# Item 2
# Item 3|

表示結果

Heading 1

Heading 2

  • Item 1
  • Item 2
  • Item 3
  1. Item 1
  2. Item 2
  3. Item 3
関連トピック

Rich Text-Working with Tables
Working with Macros

Take me back to Confluence 2.6 User Guide

  • ラベルなし