「ヘルプ:Tables/ja」の版間の差分

提供: ひつじ小屋別館2代目
移動先: 案内検索
(1版 をインポートしました)
(update)
1行目: 1行目:
{{PD Help Page}}
+
<languages />
:''For MediaWiki's database table structure, see: [[Manual:Database layout]]''
+
{{TNT|PD Help Page}}
 +
:''MediaWiki のデータベース テーブルの構造は、{{ll|Manual:Database layout}} を参照してください''
  
ウィキページ内に'''''' ('''テーブル''') を作成できます。全般的な規則として、どうしても必要な場合を除いて、テーブルの使用を回避するのが最善です。表のマークアップは、ページの編集を困難にしてしまうことが多いです。<ref>Tables can be created using either XHTML table elements directly, or using wikicode formatting to define the table. XHTML table elements and their use are well described on various web pages and will not be discussed here. The benefit of wikicode is that the table is constructed of character symbols which tend to make it easier to perceive the table structure in the article editing view compared to XHTML table elements.</ref>
+
'''Tables''' may be created in wiki pages.
== ウィキの表マークアップ概要 ==
+
As a general rule, it is best to avoid using a table unless you need one.
 +
Table markup often complicates page editing.
 +
<ref>Tables can be created using either XHTML table elements directly, or using wikicode formatting to define the table.  
 +
XHTML table elements and their use are well described on various web pages and will not be discussed here.  
 +
The benefit of wikicode is that the table is constructed of character symbols which tend to make it easier to perceive the table structure in the article editing view compared to XHTML table elements.</ref>
 +
 
 +
== Wiki table markup summary ==
 
{| class="wikitable" style="width:60%"
 
{| class="wikitable" style="width:60%"
 
| style="padding: 10px;"| <big><nowiki>{|</nowiki></big>
 
| style="padding: 10px;"| <big><nowiki>{|</nowiki></big>
| style="padding: 5px;"| '''表の開始''', ''必須''
+
| style="padding: 5px;"| '''表の開始'''''必須''
 
|-
 
|-
 
| style="padding: 10px;"| <big><nowiki>|+</nowiki></big>
 
| style="padding: 10px;"| <big><nowiki>|+</nowiki></big>
| style="padding: 5px;" | 表の'''題(キャプション)''': ''省略可'''''表の開始'''記号と最初の''''''の間でのみ有効
+
| style="padding: 5px;" | table '''caption''', ''optional;'' only between '''table start''' and '''table row'''
 
|-
 
|-
 
| style="padding: 10px;"| <big><nowiki>|-</nowiki></big>
 
| style="padding: 10px;"| <big><nowiki>|-</nowiki></big>
| style="padding: 5px;" | '''''': ''最初の行は省略可''(MediaWIkiが自動的に補完)。
+
| style="padding: 5px;" | '''table row''', ''optional on first row''—wiki engine assumes the first row
 
|-
 
|-
 
| style="padding: 10px;"| <big><nowiki>!</nowiki></big>  
 
| style="padding: 10px;"| <big><nowiki>!</nowiki></big>  
| style="padding: 5px;" | '''見出し'''セル: ''省略可''。連続する見出しセルは、各セルを<code><nowiki>!!</nowiki></code> または <code><nowiki>||</nowiki></code> で区切って同一行に書くか、新規行に <code><nowiki>!</nowiki></code>に続けて書く。
+
| style="padding: 5px;" | '''表のヘッダー'''セル、''省略可能。'' Consecutive '''table header''' cells may be added on same line separated by double marks (<code>!!</code>) or start on new lines, each with its own single mark (<code>!</code>).
 
|-  
 
|-  
 
| style="padding: 10px;"| <big><nowiki>|</nowiki></big>
 
| style="padding: 10px;"| <big><nowiki>|</nowiki></big>
| style="padding: 5px;" | '''データ'''セル: ''必須!'' 連続するセルは、各セルを <code><nowiki>||</nowiki></code> で区切って同一行に書くか、新規行に <code><nowiki>|</nowiki></code>に続けて書く。
+
| style="padding: 5px;" | '''表のデータ'''セル、''省略可能''。 Consecutive '''table data''' cells may be added on same line separated by double marks (<code><nowiki>||</nowiki></code>) or start on new lines, each with its own single mark (<code><nowiki>|</nowiki></code>).
 
|-
 
|-
 
| style="padding: 10px;"| <big><nowiki>|}</nowiki></big>
 
| style="padding: 10px;"| <big><nowiki>|}</nowiki></big>
| style="padding: 5px;" | '''表の終了''', ''必須''  
+
| style="padding: 5px;" | '''表の終了'''''必須''
 
|}
 
|}
*上述の各マークアップは'''新しい行の冒頭に書く必要があります'''。ただしは連続するセルを同一行に書くための二重の<code>||</code><code>!!</code>は例外です。また新規行の冒頭にある半角空白は無視されます。
+
*The above marks must '''start on a new line''' except the double <code>||</code> and <code>!!</code> for optionally adding consecutive cells to a line. However, blank spaces at the beginning of a line are ignored.
*'''XHTML属性'''。各マークアップは、表の終了マークアップを除き、XHTML属性を与えることができます。属性はマークアップと同一行に書かなければなりません。各属性の間はシングルスペースで分離してください。
+
*'''XHTML の属性。''' Each mark, except table end, optionally accepts one or more XHTML attributes. Attributes must be on the same line as the mark. Separate attributes from each other with a single space.
**セルと題(<code>|</code> または <code>||</code><code>!</code> または <code>!!</code><code>|+</code>)は内容のある部分ですので、中身と属性を区別するためにパイプ記号(<code>|</code>)を使用します。セルの内容は属性と同じ行に書いても、次の行に書いても構いません。
+
**表の開始と行の開始のマークアップ(<code>{|</code> <code>|-</code>)はそれ自身の内容はない部分です。属性指定の後にパイプ記号(<code>|</code>)を'''加えないで'''ください。これらの開始記号のあとに加えられたパイプは、ページの生成時に直前の文字列とともに除去されるため、表が意図通り生成されなくなることがあります。
+
**Cells and caption (<code>|</code> or <code>||</code>, <code>!</code> or <code>!!</code>, and <code>|+</code>) hold content. So separate any attributes from content with a single pipe (<code>|</code>). Cell content may follow on same line or on following lines.
*'''セルの内容'''は(ア)セル開始のマークアップと同一行に書く、(イ)マークアップの次以下の行に書く、のいずれも可能です。行の冒頭に使用しないと有効でないウィキマークアップ(リスト、見出し、入れ子にする表など)をセルの中に入れるためには、新しい行に書く必要があります。
+
**Table and row marks (<code>{|</code> and <code>|-</code>) do not directly hold content. Do ''not'' add pipe (<code>|</code>) after their optional attributes. If you erroneously add a pipe after attributes for the table mark or row mark the parser will delete it ''and'' your final attribute if it was touching the erroneous pipe!
 +
*'''Content''' may (a) follow its cell mark on the same line after any optional XHTML attributes or (b) on lines below the cell mark. Content that uses wiki markup that itself needs to start on a new line, such as lists, headings, or nested tables, must be on its own new line.
 
**'''Pipe character as content.''' To insert a pipe (<code>|</code>) character into a table, use the &lt;nowiki&gt;<code>|</code>&lt;/nowiki&gt; escaping markup.
 
**'''Pipe character as content.''' To insert a pipe (<code>|</code>) character into a table, use the &lt;nowiki&gt;<code>|</code>&lt;/nowiki&gt; escaping markup.
  
==基本==
+
==基礎==
下記のテーブルには罫線がなく、間隔の取り方もよくありませんが、最も単純なウィキマークアップによる表を示しています。
+
The following table lacks borders and good spacing but shows the simplest wiki markup table structure.
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"|入力内容
+
! style="width: 50%;"|You type
! style="width: 50%;"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
|
+
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{|
 
{|
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
 
{|
 
{|
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
表中の同一行のセルは、編集テキストの同一行に <code>||</code> (パイプ記号2個) で区切って記述できます。If the text in the cell should contain a line break, use <code><nowiki><br/></nowiki></code> instead.
+
The cells in the same row can be listed on one line separated by <code>||</code> (two pipe symbols).
 +
If the text in the cell should contain a line break, use <code><nowiki><br/></nowiki></code> instead.
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"|入力内容
+
! style="width: 50%;"|You type
! style="width: 50%;"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{|
 
{|
|Orange||Apple||more
+
|オレンジ||りんご||など
 
|-
 
|-
|Bread||Pie||more
+
|パン||パイ||など
 
|-
 
|-
|Butter||Ice<br/>cream||and<br/>more
+
|バター||アイス<br />クリーム||and<br />more
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{|
 
{|
|Orange||Apple||more
+
|オレンジ||りんご||など
 
|-
 
|-
|Bread||Pie||more
+
|パン||パイ||など
 
|-
 
|-
|Butter||Ice<br/>cream||and<br/>more
+
|バター||アイス<br />クリーム||and<br />more
 
|}
 
|}
 
|}
 
|}
92行目: 101行目:
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"|入力内容
+
! style="width: 50%;"|You type
! style="width: 50%;"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
|
+
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{|
 
{|
みかん    ||   りんご   ||   その他
+
オレンジ || りんご || など
 
|-
 
|-
おにぎり    ||   パン    ||   その他
+
パン || パイ || など
 
|-
 
|-
みそ  || しょう油 || その他
+
バター || アイスクリーム || and more
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
 
{|
 
{|
みかん    ||   りんご   ||   その他
+
オレンジ || りんご || など
 
|-
 
|-
おにぎり    ||   パン    ||   その他
+
パン || パイ || など
 
|-
 
|-
みそ  || しょう油 || その他
+
バター || アイスクリーム || and more
 
|}
 
|}
 
|}
 
|}
159行目: 168行目:
 
|}
 
|}
  
===見出しセル===
+
=== 表のヘッダー ===
<code>|</code>の代わりに "<code>!</code>" を使うと見出しセルになります。見出しはデフォルトではボールド体・中央揃えで表示されます。
+
Table headers can be created by using "<code>!</code>" (exclamation mark) instead of "<code>|</code>" (pipe symbol).
 +
Headers usually show up bold and centered by default.
  
{| cellspacing="0" border="1"
+
{| style="width:100%"
!style="width:50%"|入力内容
+
! style="width: 50%;"|You type
!style="width:50%"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
|
+
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{|
 
{|
! style="text-align:left;"| 項目
+
! style="text-align:left;"| Item
! 数量
+
! 個数
! 値段
+
! 価格
 
|-
 
|-
|みかん
+
|オレンジ
 
|10
 
|10
|700
+
|7.00
 
|-
 
|-
|おにぎり
+
|パン
 
|4
 
|4
|300
+
|3.00
 
|-
 
|-
|みそ
+
|バター
 
|1
 
|1
|500
+
|5.00
 
|-
 
|-
 
!合計
 
!合計
 
|
 
|
|1500
+
|15.00
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
 
{|
 
{|
! style="text-align:left;"| 項目
+
! style="text-align:left;"| Item
! 数量
+
! 個数
! 値段
+
! 価格
 
|-
 
|-
|みかん
+
|オレンジ
 
|10
 
|10
|700
+
|7.00
 
|-
 
|-
|おにぎり
+
|パン
 
|4
 
|4
|300
+
|3.00
 
|-
 
|-
|みそ
+
|バター
 
|1
 
|1
|500
+
|5.00
 
|-
 
|-
 
!合計
 
!合計
 
|
 
|
|1500
+
|15.00
 
|}
 
|}
 
|}
 
|}
  
'''注意:''' 見出しの '項目' に属性を付ける場合は、セパレータとして バーティカルバー '|' を使います。  '!'ではありません.
+
'''Note:''' When using attributes as in the heading 'Item' a vertical bar '|' is used for separation.
 +
Not an exclamation character '!'.
  
===表の題===
+
===キャプション===
'''表の題'''は次のように加えることができます。
+
A '''table caption''' can be added to the top of any table as follows.
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"|入力内容
+
! style="width: 50%;"|You type
! style="width: 50%;"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{|
 
{|
|+食べものリスト
+
|+Food complements
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{|
 
{|
|+食べものリスト
+
|+ Food complements
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
===class="wikitable"===
+
=== class="wikitable" ===
class="wikitable"を指定すると、基本スタイルとして (light gray background, borders, padding and align left) の属性が付加されます。
+
 
 +
Basic styling (light gray background, borders, padding and align left) can be achieved by adding class="wikitable".
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"|入力内容
+
! style="width: 50%;"|You type
! style="width: 50%;"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
|
+
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{| class="wikitable"
 
{| class="wikitable"
|+食べものリスト
+
|+Food complements
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable"
 
{| class="wikitable"
|+ 食べものリスト
+
|+ Food complements
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
===HTML colspan / rowspan===
+
===HTML colspan rowspan===
  
セルに HTML colspan / rowspan を使うとセルを連結できます。 それぞれ横 / 縦に連結します。
+
You can use HTML '''colspan''' and '''rowspan''' attributes on cells for advanced layout.
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"|入力内容
+
! style="width: 50%;"|You type
! style="width: 50%;"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
|
+
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{| class="wikitable"
 
{| class="wikitable"
!colspan="6"|買い物リスト
+
!colspan="6"|Shopping List
 
|-
 
|-
|rowspan="2"|パンとバター
+
|rowspan="2"|Bread & Butter
 
|パイ
 
|パイ
|バンズ
+
|Buns
|デニッシュ
+
|Danish
 
|colspan="2"|クロワッサン
 
|colspan="2"|クロワッサン
 
|-
 
|-
315行目: 327行目:
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
 
{| class="wikitable"
 
{| class="wikitable"
!colspan="6"|買い物リスト
+
!colspan="6"|Shopping List
 
|-
 
|-
|rowspan="2"|パンとバター
+
|rowspan="2"|Bread & Butter
 
|パイ
 
|パイ
|バンズ
+
|Buns
|デニッシュ
+
|Danish
 
|colspan="2"|クロワッサン
 
|colspan="2"|クロワッサン
 
|-
 
|-
332行目: 344行目:
 
|}
 
|}
  
== XHTML属性 ==
+
== XHTML の属性 ==
表にはXHTML属性を付加できます。XHTML属性についてもっとも信頼できる記述については、[http://www.w3.org/TR/REC-html40/struct/tables.html W3C の配布する HTML 4.01 仕様書の表の項目]を参照してください。
+
You can add XHTML attributes to tables.
 +
For the authoritative source on these, see [http://www.w3.org/TR/REC-html40/struct/tables.html the W3C's HTML 4.01 Specification page on tables].
  
=== 表全体の属性 ===
+
=== 表の属性 ===
表の開始マークアップ(<code>{|</code>)に続けて付加された属性は表全体に適用されます。
+
Placing attributes after the table start tag (<code>{|</code>) applies attributes to the entire table.
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"| 入力内容
+
! style="width: 50%;"| You type
! style="width: 50%;"| 表示結果
+
! style="width: 50%;"| You get
 
|-
 
|-
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{| class="wikitable" style="text-align: center; color: green;"
 
{| class="wikitable" style="text-align: center; color: green;"
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|12,333.00
 
|12,333.00
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|500.00
 
|500.00
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|1.00
 
|1.00
 
|}
 
|}
360行目: 373行目:
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable" style="text-align: center; color: green;"
 
{| class="wikitable" style="text-align: center; color: green;"
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|12,333.00
 
|12,333.00
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|500.00
 
|500.00
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|1.00
 
|1.00
 
|}
 
|}
375行目: 388行目:
  
 
=== セルの属性 ===
 
=== セルの属性 ===
'''セル'''にも属性を付加できます。例えば、数値は右寄せの方が見やすいかもしれません。
+
You can put attributes on individual '''cells'''.
 +
For example, numbers may look better aligned right.
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"| 入力内容
+
! style="width: 50%;"| You type
! style="width: 50%;"| 表示結果
+
! style="width: 50%;"| You get
 
|-
 
|-
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{| class="wikitable"
 
{| class="wikitable"
| みかん
+
| オレンジ
 
| りんご
 
| りんご
 
| style="text-align:right;" | 12,333.00
 
| style="text-align:right;" | 12,333.00
 
|-
 
|-
| おにぎり
 
 
| パン
 
| パン
 +
| パイ
 
| style="text-align:right;" | 500.00
 
| style="text-align:right;" | 500.00
 
|-
 
|-
| みそ
+
| バター
| しょう油
+
| アイスクリーム
 
| style="text-align:right;" | 1.00
 
| style="text-align:right;" | 1.00
 
|}
 
|}
399行目: 413行目:
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable" style="text-align:center"
 
{| class="wikitable" style="text-align:center"
|みかん
+
| オレンジ
|りんご
+
| りんご
 
| style="text-align:right;" | 12,333.00
 
| style="text-align:right;" | 12,333.00
 
|-
 
|-
|おにぎり
+
| パン
|パン
+
| パイ
 
| style="text-align:right;" | 500.00
 
| style="text-align:right;" | 500.00
 
|-
 
|-
|みそ
+
| バター
|しょう油
+
| アイスクリーム
 
| style="text-align:right;" | 1.00
 
| style="text-align:right;" | 1.00
 
|}
 
|}
 
|}
 
|}
  
You can also use '''cell''' attributes when you are listing multiple '''cells''' on a single line. Note that the '''cells''' are separated by <code>||</code>, and within each '''cell''' the attribute(s) and value are separated by <code>|</code>.
+
You can also use '''cell''' attributes when you are listing multiple '''cells''' on a single line.  
 +
Note that the '''cells''' are separated by <code>||</code>, and within each '''cell''' the attribute(s) and value are separated by <code>|</code>.
  
 
{| style="width:100%"
 
{| style="width:100%"
422行目: 437行目:
 
<pre>
 
<pre>
 
{| class="wikitable"
 
{| class="wikitable"
| Orange || Apple     || style="text-align:right;" | 12,333.00
+
| オレンジ || りんご     || style="text-align:right;" | 12,333.00
 
|-
 
|-
| Bread  || Pie       || style="text-align:right;" | 500.00
+
| パン || パイ       || style="text-align:right;" | 500.00
 
|-
 
|-
| Butter || Ice cream || style="text-align:right;" | 1.00
+
| バター || アイスクリーム || style="text-align:right;" | 1.00
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable"
 
{| class="wikitable"
| Orange || Apple     || style="text-align:right;" | 12,333.00
+
| オレンジ || りんご     || style="text-align:right;" | 12,333.00
 
|-
 
|-
| Bread  || Pie       || style="text-align:right;" | 500.00
+
| パン || パイ       || style="text-align:right;" | 500.00
 
|-
 
|-
| Butter || Ice cream || style="text-align:right;" | 1.00
+
| バター || アイスクリーム || style="text-align:right;" | 1.00
 
|}
 
|}
 
|}
 
|}
  
 
===行の属性===
 
===行の属性===
個々の''''''にも属性を設定することができます。
+
You can put attributes on individual '''rows''', too.
  
 
{| style="width:100%"
 
{| style="width:100%"
! style="width: 50%;"|入力内容
+
! style="width: 50%;"|You type
! style="width: 50%;"|表示結果
+
! style="width: 50%;"|You get
 
|-
 
|-
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{| class="wikitable"
 
{| class="wikitable"
| みかん
+
| オレンジ
 
| りんご
 
| りんご
 
| style="text-align:right;"| 12,333.00
 
| style="text-align:right;"| 12,333.00
 
|-
 
|-
| おにぎり
 
 
| パン
 
| パン
 +
| パイ
 
| style="text-align:right;"| 500.00
 
| style="text-align:right;"| 500.00
 
|- style="font-style: italic; color: green;"
 
|- style="font-style: italic; color: green;"
|みそ
+
| バター
|しょう油
+
| アイスクリーム
 
| style="text-align:right;"| 1.00
 
| style="text-align:right;"| 1.00
 
|}
 
|}
464行目: 479行目:
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable"
 
{| class="wikitable"
|みかん
+
| オレンジ
|りんご
+
| りんご
 
| style="text-align:right;"| 12,333.00
 
| style="text-align:right;"| 12,333.00
 
|-
 
|-
|おにぎり
+
| パン
|パン
+
| パイ
 
| style="text-align:right;"| 500.00
 
| style="text-align:right;"| 500.00
 
|- style="font-style: italic; color: green;"
 
|- style="font-style: italic; color: green;"
|みそ
+
| バター
|しょう油
+
| アイスクリーム
 
| style="text-align:right;"| 1.00
 
| style="text-align:right;"| 1.00
 
|}
 
|}
489行目: 504行目:
 
<pre style="font-size: 80%">
 
<pre style="font-size: 80%">
 
{| border="1" style="border-collapse:collapse"
 
{| border="1" style="border-collapse:collapse"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 20px;"|
 
| style="padding: 20px;"|
 
{| border="1" style="border-collapse:collapse"
 
{| border="1" style="border-collapse:collapse"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|}
 
|}
 
|}
 
|}
  
 
===Border width===
 
===Border width===
"border-width:" の後に数値を一つだけ書いた場合は、四方に対する指定となります。
+
If "border-width:" has only one number, it is for all four border sides:
 
{| style="width:100%"
 
{| style="width:100%"
 
|-
 
|-
! style="width:50%" | 入力内容
+
! style="width:50%" | You type
! style="width:50%" | 表示結果
+
! style="width:50%" | You get
 
|-
 
|-
 
| style="padding: 5px;" |
 
| style="padding: 5px;" |
527行目: 542行目:
 
|}
 
|}
  
"border-width:" の後に一つ以上の数値を書いた場合、四つの数値は ''', , , ''' に対する指定となります。
+
If "border-width:" has more than one number, the four numbers are for '''top, right, bottom, left (REMEMBER this order)''':
  
 
{| style="width:100%"
 
{| style="width:100%"
 
|-
 
|-
! style="width:50%" | 入力内容
+
! style="width:50%" | You type
! style="width:50%" | 表示結果
+
! style="width:50%" | You get
 
|-
 
|-
 
| style="padding: 5px;" |
 
| style="padding: 5px;" |
548行目: 563行目:
 
|}
 
|}
  
:四つ未満の数値を書いた場合、 左を指定する数値は右の値、下を指定する数値は上の値、右を指定する数値は上ををデフォルトとします。
+
:When there are fewer than 4 values, the value for left takes its default from the value for right, the value for bottom takes its default from the value for top, and the value for right takes its default from the value for top.
  
四方の幅を指定する別の方法に ''"border-left""border-right""border-top" "border-bottom"'' があります。
+
Another method to define the widths of the four sides of a cell is to use ''"border-left", "border-right", "border-top" and "border-bottom"'':
 
<div style="width: 100%; overflow:auto;">
 
<div style="width: 100%; overflow:auto;">
 
{| style="width:100%"
 
{| style="width:100%"
 
|-
 
|-
! style="width:50%" | 入力内容
+
! style="width:50%" | You type
! style="width:50%" | 表示結果
+
! style="width:50%" | You get
 
|-
 
|-
|
+
| style="padding: 5px;" |
 
<pre>
 
<pre>
 
{|style="border-left:solid 10px black;border-right:solid 20px black;border-top:solid 30px black;border-bottom:solid 40px black;font-size:90%;font-size:90%;" align="center"  
 
{|style="border-left:solid 10px black;border-right:solid 20px black;border-top:solid 30px black;border-bottom:solid 40px black;font-size:90%;font-size:90%;" align="center"  
572行目: 587行目:
 
</div>
 
</div>
  
注意 :
+
Notes :
* HTML 属性 (例えば "width=", "border=", "cellspacing=", "cellpadding=") 長さの単位指定を必要としません。 (ピクセル単位として扱われます) HTML属性を上書きするCSS スタイルプロパティは、ピクセルの意味の "px" のような単位指定が必要です。
+
* The HTML attributes (such as "width=", "border=", "cellspacing=", "cellpadding=") do not need any length unit (the pixel unit is assumed).
 +
The CSS style properties (which override the HTML attributes) require an explicit length unit (if the value is not 0) such as "px" for the pixel.
  
 
===With HTML attributes and CSS styles===
 
===With HTML attributes and CSS styles===
[[Manual:CSS|CSS]] style attributes can be added with or without other HTML attributes.
+
[[Special:MyLanuage/Manual:CSS|CSS]] style attributes can be added with or without other HTML attributes.
  
 
{| style="width:100%"
 
{| style="width:100%"
585行目: 601行目:
 
<pre>
 
<pre>
 
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"
 
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"
|Orange
+
|オレンジ
|Apple
+
|りんご
 
|-
 
|-
|Bread
+
|パン
|Pie
+
|パイ
 
|-
 
|-
|Butter
+
|バター
|Ice cream
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"  
 
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"  
|Orange
+
|オレンジ
|Apple
+
|りんご
 
|-
 
|-
|Bread
+
|パン
|Pie
+
|パイ
 
|-
 
|-
|Butter
+
|バター
|Ice cream
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
====Attributes====
+
====属性====
 
'''Attributes''' can be added to the caption and headers as follows.
 
'''Attributes''' can be added to the caption and headers as follows.
  
620行目: 636行目:
 
|+ style="caption-side:bottom; color:#e76700;"|''Food complements''
 
|+ style="caption-side:bottom; color:#e76700;"|''Food complements''
 
|-
 
|-
|Orange
+
|オレンジ
|Apple
+
|りんご
 
|-
 
|-
|Bread
+
|パン
|Pie
+
|パイ
 
|-
 
|-
|Butter
+
|バター
|Ice cream
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
634行目: 650行目:
 
|+ style="caption-side:bottom; color:#e76700;"|''Food complements''
 
|+ style="caption-side:bottom; color:#e76700;"|''Food complements''
 
|-
 
|-
|Orange
+
|オレンジ
|Apple
+
|りんご
 
|-
 
|-
|Bread
+
|パン
|Pie
+
|パイ
 
|-
 
|-
|Butter
+
|バター
|Ice cream
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
====Column width====
+
====列の幅====
 
'''Column width''' can be added as follows.
 
'''Column width''' can be added as follows.
  
 
You type:
 
You type:
 
<pre>
 
<pre>
{| style="color: black; background-color: #ffffcc;" width="85%"
+
{| style="color: black; background-color: #ffffcc; width: 85%;"
 
| colspan="2" | This column width is 85% of the screen width (and has a background color)
 
| colspan="2" | This column width is 85% of the screen width (and has a background color)
 
|-
 
|-
661行目: 677行目:
  
 
You get:
 
You get:
{| style="color: black; background-color: #ffffcc;" width="85%"  
+
{| style="color: black; background-color: #ffffcc; width: 85%;"
 
| colspan="2" | This column width is 85% of the screen width (and has a background color)
 
| colspan="2" | This column width is 85% of the screen width (and has a background color)
 
|-
 
|-
669行目: 685行目:
  
 
===Accessibility of table header cells===
 
===Accessibility of table header cells===
Table header cells do not explicitly specify which table data cells they apply to (those on their right on the same row, or those below them on the same column). When the table is rendered in a visual 2D environment, this is usually easy to infer.
+
Table header cells do not explicitly specify which table data cells they apply to (those on their right on the same row, or those below them on the same column).  
 +
When the table is rendered in a visual 2D environment, this is usually easy to infer.
  
However when tables are rendered on non-visual media, you can help the browser to determine which table header cell applies to the description of any selected cell (in order to repeat its content in some accessibility helper) using a scope="row" or scope="col" attribute on table header cells. In most cases with simple tables, you'll use scope="col" on all header cells of the first row, and scope="row" on the first cell of the following rows:
+
However when tables are rendered on non-visual media, you can help the browser to determine which table header cell applies to the description of any selected cell (in order to repeat its content in some accessibility helper) using a scope="row" or scope="col" attribute on table header cells.  
 +
In most cases with simple tables, you'll use scope="col" on all header cells of the first row, and scope="row" on the first cell of the following rows:
  
 
{| style="width:100%"
 
{| style="width:100%"
682行目: 700行目:
 
|-
 
|-
 
! scope="col"| Item
 
! scope="col"| Item
! scope="col"| Quantity
+
! scope="col"| 重量
! scope="col"| Price
+
! scope="col"| 価格
 
|-
 
|-
! scope="row"| Bread
+
! scope="row"| パン
 
| 0.3 kg
 
| 0.3 kg
 
| $0.65
 
| $0.65
 
|-
 
|-
! scope="row"| Butter
+
! scope="row"| バター
 
| 0.125 kg
 
| 0.125 kg
 
| $1.25
 
| $1.25
 
|-
 
|-
! scope="row" colspan="2"| Total
+
! scope="row" colspan="2"| 合計
 
| $1.90
 
| $1.90
 
|}
 
|}
701行目: 719行目:
 
|-
 
|-
 
! scope="col"| Item
 
! scope="col"| Item
! scope="col"| Quantity
+
! scope="col"| 重量
! scope="col"| Price
+
! scope="col"| 価格
 
|-
 
|-
! scope="row"| Bread
+
! scope="row"| パン
 
| 0.3 kg
 
| 0.3 kg
 
| $0.65
 
| $0.65
 
|-
 
|-
! scope="row"| Butter
+
! scope="row"| バター
 
| 0.125 kg
 
| 0.125 kg
 
| $1.25
 
| $1.25
 
|-
 
|-
! scope="row" colspan="2"| Total
+
! scope="row" colspan="2"| 合計
 
| $1.90
 
| $1.90
 
|}
 
|}
 
|}
 
|}
  
== Alignment ==
+
== 配置 ==
  
=== Table alignment ===
+
=== 表の配置 ===
  
Table alignment is achieved by using CSS. The table alignment is controlled by margins. A fixed margin on one side will make the table to be aligned to that side, if on the opposite side the margin is defined as ''auto''. To have a table center aligned, you should set both margins to ''auto''
+
Table alignment is achieved by using CSS.  
 +
The table alignment is controlled by margins.  
 +
A fixed margin on one side will make the table to be aligned to that side, if on the opposite side the margin is defined as ''auto''.  
 +
To have a table center aligned, you should set both margins to ''auto''
  
 
For example, a right-aligned table:
 
For example, a right-aligned table:
732行目: 753行目:
 
<pre>
 
<pre>
 
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
 
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|-
 
|-
| Butter
+
| バター
| Ice cream
+
| アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
 
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|-
 
|-
| Butter
+
| バター
| Ice cream
+
| アイスクリーム
 
|}
 
|}
 
|}
 
|}
764行目: 785行目:
 
<pre>
 
<pre>
 
{| class="wikitable" style="margin: auto;"
 
{| class="wikitable" style="margin: auto;"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|-
 
|-
| Butter
+
| バター
| Ice cream
+
| アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable" style="margin: auto;"
 
{| class="wikitable" style="margin: auto;"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|-
 
|-
| Butter
+
| バター
| Ice cream
+
| アイスクリーム
 
|}
 
|}
 
|}
 
|}
789行目: 810行目:
 
=== Table floating around text ===
 
=== Table floating around text ===
  
If you align a table to the right or the left side of the page, the text that comes after the table starts at the end of it, leaving an empty space around the table. You can make the text to be wrapped around the table by making the table to ''float'' around the text instead of just aligning it. This can be achieved using the <code>float</code> CSS attribute, which can specify where the table floats to the right side or to the left. When using ''float'', margins doesn't control table alignment and can be used to specify the margin between the table and the surrounding text.
+
If you align a table to the right or the left side of the page, the text that comes after the table starts at the end of it, leaving an empty space around the table.  
 +
You can make the text to be wrapped around the table by making the table to ''float'' around the text instead of just aligning it.  
 +
This can be achieved using the <code>float</code> CSS attribute, which can specify where the table floats to the right side or to the left.  
 +
When using ''float'', margins doesn't control table alignment and can be used to specify the margin between the table and the surrounding text.
  
 
{| style="width:100%"
 
{| style="width:100%"
798行目: 822行目:
 
<pre>
 
<pre>
 
{| class="wikitable" style="float:right; margin-left: 10px;"
 
{| class="wikitable" style="float:right; margin-left: 10px;"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|-
 
|-
| Butter
+
| バター
| Ice cream
+
| アイスクリーム
 
|}
 
|}
  
822行目: 846行目:
 
| style="padding: 5px;"|
 
| style="padding: 5px;"|
 
{| class="wikitable" style="float:right; margin-left: 10px;"
 
{| class="wikitable" style="float:right; margin-left: 10px;"
| Orange
+
| オレンジ
| Apple
+
| りんご
 
|-
 
|-
| Bread
+
| パン
| Pie
+
| パイ
 
|-
 
|-
| Butter
+
| バター
| Ice cream
+
| アイスクリーム
 
|}
 
|}
  
845行目: 869行目:
 
|}
 
|}
  
=== Cell contents alignment ===
+
=== セルの内容の配置 ===
  
The alignment of cell contents can be controlled with 2 different CSS properties: <code>text-align</code> and <code>vertical-align</code>. <code>text-align</code> can be specified at the table, row or individual cells, while <code>vertical-align</code> only can be specified at individual rows or cells.
+
The alignment of cell contents can be controlled with 2 different CSS properties: <code>text-align</code> and <code>vertical-align</code>.  
 +
<code>text-align</code> can be specified at the table, row or individual cells, while <code>vertical-align</code> only can be specified at individual rows or cells.
  
 
{| style="width:100%"
 
{| style="width:100%"
889行目: 914行目:
 
==Caveats==
 
==Caveats==
  
===Negative numbers===
+
===負の数値===
If you start a cell on a new line with a negative number with a minus sign (or a parameter that evaluates to a negative number), your table can get broken, because the characters <code>|-</code> will be parsed as the wiki markup for table row, not table cell. To avoid this, insert a space before the value (<code>| -6</code>) or use in-line cell markup (<code>|| -6</code>).
+
If you start a cell on a new line with a negative number with a minus sign (or a parameter that evaluates to a negative number), your table can get broken, because the characters <code>|-</code> will be parsed as the wiki markup for table row, not table cell.  
 +
To avoid this, insert a space before the value (<code>| -6</code>) or use in-line cell markup (<code>|| -6</code>).
  
===CSS vs attributes===
+
===CSS と属性===
 
Table borders specified through CSS rather than the border attribute will render incorrectly in a small subset of text browsers.
 
Table borders specified through CSS rather than the border attribute will render incorrectly in a small subset of text browsers.
  
 
===Common attributes for columns, column groups and row groups===
 
===Common attributes for columns, column groups and row groups===
The MediaWiki syntax for tables currently offers no support for specifying common attributes for columns (with the HTML element <code><nowiki><col /></nowiki></code>), column groups (HTML element <code><nowiki><colgroup></colgroup></nowiki></code>) and row groups (HTML elements <code><nowiki><thead></thead></nowiki></code>, <code><nowiki><tbody></tbody></nowiki><code> and <code><nowiki><tfoot></tfoot></nowiki></code>). Those standard HTML elements are not accepted even in their HTML or XHTML syntax.
+
The MediaWiki syntax for tables currently offers no support for specifying common attributes for columns (with the HTML element <code><nowiki><col /></nowiki></code>), column groups (HTML element <code><nowiki><colgroup></colgroup></nowiki></code>) and row groups (HTML elements <code><nowiki><thead></thead></nowiki></code>, <code><nowiki><tbody></tbody></nowiki><code> and <code><nowiki><tfoot></tfoot></nowiki></code>).  
 +
Those standard HTML elements are not accepted even in their HTML or XHTML syntax.
  
 
All the rows and cells (header or data) of the table are rendered within a single implicit row group (HTML element <code><nowiki><tbody></tbody></nowiki></code>) without any attributes or styles.
 
All the rows and cells (header or data) of the table are rendered within a single implicit row group (HTML element <code><nowiki><tbody></tbody></nowiki></code>) without any attributes or styles.
  
==注意事項==
+
==関連項目==
===負の値===
+
* [[Special:MyLanguage/Help:Sorting#Sorting rows of a table|Sorting rows of a table]]
新しい行の冒頭にマイナス記号を持つ負の数値(または負の数値を返す引数)があると、表が崩れてしまうことがあります。これは<code>|-</code>の記号が新しい表の列を開始するマークアップだからです。これを避けるためには、マイナス記号の前にスペースを挿入する(<code>| -6</code>)か、前のセルと同じ行に続けて <code>|| -6</code> のように記述してください。
 
 
 
==See also==
 
* [[Help:Sorting#Sorting rows of a table|Sorting rows of a table]]
 
 
* {{mediawiki|meta:Help:Sorting}}
 
* {{mediawiki|meta:Help:Sorting}}
 
* {{mediawiki|wikipedia:Help:Tables}}
 
* {{mediawiki|wikipedia:Help:Tables}}
==Notes==
+
* [http://www.tablesgenerator.com/mediawiki_tables Easy tool that helps generating tables]
{{reflist}}
+
* {{mediawiki|wikipedia:Template:Horizontal TOC}}. Good for country lists in table format.
 +
 
 +
==注記==
 +
 
 +
<references/>
  
{{Languages}}
+
[[Category:Help{{#translation:}}|Tables]]
[[Category:Help/ja|{{PAGENAME}}]]
 
[[Category:Tables/ja]]
 

2016年1月2日 (土) 20:12時点における版

PD 注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
PD
</div>
MediaWiki のデータベース テーブルの構造は、Manual:Database layout を参照してください

Tables may be created in wiki pages. As a general rule, it is best to avoid using a table unless you need one. Table markup often complicates page editing. [1]

Wiki table markup summary

{| 表の開始必須
|+ table caption, optional; only between table start and table row
|- table row, optional on first row—wiki engine assumes the first row
! 表のヘッダーセル、省略可能。 Consecutive table header cells may be added on same line separated by double marks (!!) or start on new lines, each with its own single mark (!).
| 表のデータセル、省略可能。 Consecutive table data cells may be added on same line separated by double marks (||) or start on new lines, each with its own single mark (|).
|} 表の終了必須
  • The above marks must start on a new line except the double || and !! for optionally adding consecutive cells to a line. However, blank spaces at the beginning of a line are ignored.
  • XHTML の属性。 Each mark, except table end, optionally accepts one or more XHTML attributes. Attributes must be on the same line as the mark. Separate attributes from each other with a single space.
    • Cells and caption (| or ||, ! or !!, and |+) hold content. So separate any attributes from content with a single pipe (|). Cell content may follow on same line or on following lines.
    • Table and row marks ({| and |-) do not directly hold content. Do not add pipe (|) after their optional attributes. If you erroneously add a pipe after attributes for the table mark or row mark the parser will delete it and your final attribute if it was touching the erroneous pipe!
  • Content may (a) follow its cell mark on the same line after any optional XHTML attributes or (b) on lines below the cell mark. Content that uses wiki markup that itself needs to start on a new line, such as lists, headings, or nested tables, must be on its own new line.
    • Pipe character as content. To insert a pipe (|) character into a table, use the <nowiki>|</nowiki> escaping markup.

基礎

The following table lacks borders and good spacing but shows the simplest wiki markup table structure.

You type You get
{|
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム 
|}
オレンジ りんご
パン パイ
バター アイスクリーム

The cells in the same row can be listed on one line separated by || (two pipe symbols). If the text in the cell should contain a line break, use <br/> instead.

You type You get
{|
|オレンジ||りんご||など
|-
|パン||パイ||など
|-
|バター||アイス<br />クリーム||and<br />more
|}
オレンジ りんご など
パン パイ など
バター アイス
クリーム
and
more

Extra spaces within cells in the wiki markup, as in the wiki markup below, do not affect the actual table rendering.

You type You get
{|
|  オレンジ || りんご || など
|-
|   パン || パイ || など
|-
|   バター || アイスクリーム || and more
|}
オレンジ りんご など
パン パイ など
バター アイスクリーム and more

You can have longer text or more complex wiki syntax inside table cells, too:

You type You get
{|
|Lorem ipsum dolor sit amet, 
consetetur sadipscing elitr, 
sed diam nonumy eirmod tempor invidunt
ut labore et dolore magna aliquyam erat, 
sed diam voluptua. 

At vero eos et accusam et justo duo dolores
et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum
dolor sit amet. 
|
* Lorem ipsum dolor sit amet
* consetetur sadipscing elitr
* sed diam nonumy eirmod tempor invidunt
|}
Lorem ipsum dolor sit amet,

consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

  • Lorem ipsum dolor sit amet
  • consetetur sadipscing elitr
  • sed diam nonumy eirmod tempor invidunt

表のヘッダー

Table headers can be created by using "!" (exclamation mark) instead of "|" (pipe symbol). Headers usually show up bold and centered by default.

You type You get
{|
! style="text-align:left;"| Item
! 個数
! 価格
|-
|オレンジ
|10
|7.00
|-
|パン
|4
|3.00
|-
|バター
|1
|5.00
|-
!合計
|
|15.00
|}
Item 個数 価格
オレンジ 10 7.00
パン 4 3.00
バター 1 5.00
合計 15.00

Note: When using attributes as in the heading 'Item' a vertical bar '|' is used for separation. Not an exclamation character '!'.

キャプション

A table caption can be added to the top of any table as follows.

You type You get
{|
|+Food complements
|-
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム 
|}
Food complements
オレンジ りんご
パン パイ
バター アイスクリーム

class="wikitable"

Basic styling (light gray background, borders, padding and align left) can be achieved by adding class="wikitable".

You type You get
{| class="wikitable"
|+Food complements
|-
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム 
|}
Food complements
オレンジ りんご
パン パイ
バター アイスクリーム

HTML の colspan と rowspan

You can use HTML colspan and rowspan attributes on cells for advanced layout.

You type You get
{| class="wikitable"
!colspan="6"|Shopping List
|-
|rowspan="2"|Bread & Butter
|パイ
|Buns
|Danish
|colspan="2"|クロワッサン
|-
|チーズ
|colspan="2"|アイスクリーム
|バター
|ヨーグルト
|}
Shopping List
Bread & Butter パイ Buns Danish クロワッサン
チーズ アイスクリーム バター ヨーグルト

XHTML の属性

You can add XHTML attributes to tables. For the authoritative source on these, see the W3C's HTML 4.01 Specification page on tables.

表の属性

Placing attributes after the table start tag ({|) applies attributes to the entire table.

You type You get
{| class="wikitable" style="text-align: center; color: green;"
|オレンジ
|りんご
|12,333.00
|-
|パン
|パイ
|500.00
|-
|バター
|アイスクリーム
|1.00
|}
オレンジ りんご 12,333.00
パン パイ 500.00
バター アイスクリーム 1.00

セルの属性

You can put attributes on individual cells. For example, numbers may look better aligned right.

You type You get
{| class="wikitable"
| オレンジ
| りんご
| style="text-align:right;" | 12,333.00
|-
| パン
| パイ
| style="text-align:right;" | 500.00
|-
| バター
| アイスクリーム
| style="text-align:right;" | 1.00
|}
オレンジ りんご 12,333.00
パン パイ 500.00
バター アイスクリーム 1.00

You can also use cell attributes when you are listing multiple cells on a single line. Note that the cells are separated by ||, and within each cell the attribute(s) and value are separated by |.

You type You get
{| class="wikitable"
| オレンジ || りんご     || style="text-align:right;" | 12,333.00
|-
| パン || パイ       || style="text-align:right;" | 500.00
|-
| バター || アイスクリーム || style="text-align:right;" | 1.00
|}
オレンジ りんご 12,333.00
パン パイ 500.00
バター アイスクリーム 1.00

行の属性

You can put attributes on individual rows, too.

You type You get
{| class="wikitable"
| オレンジ
| りんご
| style="text-align:right;"| 12,333.00
|-
| パン
| パイ
| style="text-align:right;"| 500.00
|- style="font-style: italic; color: green;"
| バター
| アイスクリーム
| style="text-align:right;"| 1.00
|}
オレンジ りんご 12,333.00
パン パイ 500.00
バター アイスクリーム 1.00

Simple one-pixel table border

An example of a one-pixel table border:

You type You get
{| border="1" style="border-collapse:collapse"
| オレンジ
| りんご
|-
| パン
| パイ
|}
オレンジ りんご
パン パイ

Border width

If "border-width:" has only one number, it is for all four border sides:

You type You get
{|style="border-style: solid; border-width: 20px"
|
こんにちは
|}

こんにちは

If "border-width:" has more than one number, the four numbers are for top, right, bottom, left (REMEMBER this order):

You type You get
{|style="border-style: solid; border-width: 10px 20px 100px 0"
|
こんにちは
|}

こんにちは

When there are fewer than 4 values, the value for left takes its default from the value for right, the value for bottom takes its default from the value for top, and the value for right takes its default from the value for top.

Another method to define the widths of the four sides of a cell is to use "border-left", "border-right", "border-top" and "border-bottom":

You type You get
{|style="border-left:solid 10px black;border-right:solid 20px black;border-top:solid 30px black;border-bottom:solid 40px black;font-size:90%;font-size:90%;" align="center" 
|
こんにちは
|}

こんにちは

Notes :

  • The HTML attributes (such as "width=", "border=", "cellspacing=", "cellpadding=") do not need any length unit (the pixel unit is assumed).

The CSS style properties (which override the HTML attributes) require an explicit length unit (if the value is not 0) such as "px" for the pixel.

With HTML attributes and CSS styles

CSS style attributes can be added with or without other HTML attributes.

You type You get
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム 
|}
オレンジ りんご
パン パイ
バター アイスクリーム

属性

Attributes can be added to the caption and headers as follows.

You type You get
{| class="wikitable"
|+ style="caption-side:bottom; color:#e76700;"|''Food complements''
|-
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム 
|}
Food complements
オレンジ りんご
パン パイ
バター アイスクリーム

列の幅

Column width can be added as follows.

You type:

{| style="color: black; background-color: #ffffcc; width: 85%;"
| colspan="2" | This column width is 85% of the screen width (and has a background color)
|-
| style="width: 30%; background-color: white;"|
'''This column is 30% counted from 85% of the screen width'''
| style="width: 70%; background-color: orange;"|
'''This column is 70% counted from 85% of the screen width (and has a background color)'''
|}

You get:

This column width is 85% of the screen width (and has a background color)
This column is 30% counted from 85% of the screen width This column is 70% counted from 85% of the screen width (and has a background color)

Accessibility of table header cells

Table header cells do not explicitly specify which table data cells they apply to (those on their right on the same row, or those below them on the same column). When the table is rendered in a visual 2D environment, this is usually easy to infer.

However when tables are rendered on non-visual media, you can help the browser to determine which table header cell applies to the description of any selected cell (in order to repeat its content in some accessibility helper) using a scope="row" or scope="col" attribute on table header cells. In most cases with simple tables, you'll use scope="col" on all header cells of the first row, and scope="row" on the first cell of the following rows:

You type You get
{| class="wikitable"
|-
! scope="col"| Item
! scope="col"| 重量
! scope="col"| 価格
|-
! scope="row"| パン
| 0.3 kg
| $0.65
|-
! scope="row"| バター
| 0.125 kg
| $1.25
|-
! scope="row" colspan="2"| 合計
| $1.90
|}
Item 重量 価格
パン 0.3 kg $0.65
バター 0.125 kg $1.25
合計 $1.90

配置

表の配置

Table alignment is achieved by using CSS. The table alignment is controlled by margins. A fixed margin on one side will make the table to be aligned to that side, if on the opposite side the margin is defined as auto. To have a table center aligned, you should set both margins to auto

For example, a right-aligned table:

You type You get
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
| オレンジ
| りんご
|-
| パン
| パイ
|-
| バター
| アイスクリーム 
|}
オレンジ りんご
パン パイ
バター アイスクリーム

And a center-aligned table:

You type You get
{| class="wikitable" style="margin: auto;"
| オレンジ
| りんご
|-
| パン
| パイ
|-
| バター
| アイスクリーム 
|}
オレンジ りんご
パン パイ
バター アイスクリーム

Table floating around text

If you align a table to the right or the left side of the page, the text that comes after the table starts at the end of it, leaving an empty space around the table. You can make the text to be wrapped around the table by making the table to float around the text instead of just aligning it. This can be achieved using the float CSS attribute, which can specify where the table floats to the right side or to the left. When using float, margins doesn't control table alignment and can be used to specify the margin between the table and the surrounding text.

You type You get
{| class="wikitable" style="float:right; margin-left: 10px;"
| オレンジ
| りんご
|-
| パン
| パイ
|-
| バター
| アイスクリーム 
|}

Lorem ipsum dolor sit amet, consectetuer adipiscing 
elit, sed diam nonummy nibh euismod tincidunt ut 
laoreet dolore magna aliquam erat volutpat. Ut wisi 
enim ad minim veniam, quis nostrud exerci tation 
ullamcorper suscipit lobortis nisl ut aliquip ex ea 
commodo consequat. Duis autem vel eum iriure dolor 
in hendrerit in vulputate velit esse molestie consequat, 
vel illum dolore eu feugiat nulla facilisis at vero 
eros et accumsan et iusto odio dignissim qui blandit 
praesent luptatum zzril delenit augue duis dolore te 
feugait nulla facilisi.
オレンジ りんご
パン パイ
バター アイスクリーム

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

セルの内容の配置

The alignment of cell contents can be controlled with 2 different CSS properties: text-align and vertical-align. text-align can be specified at the table, row or individual cells, while vertical-align only can be specified at individual rows or cells.

You type You get
{| class="wikitable"
|- style="vertical-align:top;"
| style="height:100px; width:100px; text-align:left;" | A
| style="height:100px; width:100px; text-align:center;" | B
| style="height:100px; width:100px; text-align:right;" | C
|- style="vertical-align:middle;"
| style="height:100px; width:100px; text-align:left;" | D
| style="height:100px; width:100px; text-align:center;" | E
| style="height:100px; width:100px; text-align:right;" | F
|- style="vertical-align:bottom;"
| style="height:100px; width:100px; text-align:left;" | G
| style="height:100px; width:100px; text-align:center;" | H
| style="height:100px; width:100px; text-align:right;" | I
|}
A B C
D E F
G H I

Caveats

負の数値

If you start a cell on a new line with a negative number with a minus sign (or a parameter that evaluates to a negative number), your table can get broken, because the characters |- will be parsed as the wiki markup for table row, not table cell. To avoid this, insert a space before the value (| -6) or use in-line cell markup (|| -6).

CSS と属性

Table borders specified through CSS rather than the border attribute will render incorrectly in a small subset of text browsers.

Common attributes for columns, column groups and row groups

The MediaWiki syntax for tables currently offers no support for specifying common attributes for columns (with the HTML element <col />), column groups (HTML element <colgroup></colgroup>) and row groups (HTML elements <thead></thead>, <tbody></tbody><code> and <code><tfoot></tfoot>). Those standard HTML elements are not accepted even in their HTML or XHTML syntax.

All the rows and cells (header or data) of the table are rendered within a single implicit row group (HTML element <tbody></tbody>) without any attributes or styles.

関連項目

注記

  1. Tables can be created using either XHTML table elements directly, or using wikicode formatting to define the table. XHTML table elements and their use are well described on various web pages and will not be discussed here. The benefit of wikicode is that the table is constructed of character symbols which tend to make it easier to perceive the table structure in the article editing view compared to XHTML table elements.

案内メニュー