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

提供: ひつじ小屋別館2代目
移動先: 案内検索
(1版)
(1版 をインポートしました)
 
(3人の利用者による、間の5版が非表示)
1行目: 1行目:
{{PD Help Page/ja}}
+
<languages />
ウィキページに'''表'''(テーブル)を書くには、直接XHTMLのテーブル要素を使用するか、表記術用のウィキマークアップを使います。XHTMLのテーブル要素については多くのウェブサイトで解説されていますので、そちらを参照してください。ウィキマークアップを使う利点としては、XHTMLのテーブル要素よりもソースを簡潔に記述できることがあります。
+
{{TNT|PD Help Page}}
 +
:''MediaWiki のデータベース テーブルの構造は、{{ll|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.
 +
<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 ==
{|cellpadding="5" cellspacing="0" border="1" width="60%"
+
{| class="wikitable" style="width:60%"
|
+
| style="padding: 10px;"| <big><nowiki>{|</nowiki></big>
<nowiki>{|</nowiki>
+
| style="padding: 5px;"| '''表の開始'''、''必須''
| '''表の開始'''
 
 
|-
 
|-
|
+
| style="padding: 10px;"| <big><nowiki>|+</nowiki></big>
<nowiki>|+</nowiki>
+
| style="padding: 5px;" | table '''caption''', ''optional;'' only between '''table start''' and '''table row'''
| 表の'''題(キャプション)''': ''省略可''。表の開始記号と最初の行の間でのみ有効
 
 
|-
 
|-
|
+
| style="padding: 10px;"| <big><nowiki>|-</nowiki></big>
<nowiki>|-</nowiki>
+
| style="padding: 5px;" | '''table row''', ''optional on first row''—wiki engine assumes the first row
| '''行の開始''': ''最初の行は省略可''(MediaWIkiが自動的に補完)。
 
 
|-
 
|-
|
+
| style="padding: 10px;"| <big><nowiki>!</nowiki></big>  
<nowiki>!</nowiki>  
+
| 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>).
| '''見出し'''セル: ''省略可''。連続する見出しセルは、各セルを<code><nowiki>!!</nowiki></code> または <code><nowiki>||</nowiki></code> で区切って同一行に書くか、新規行に <code><nowiki>!</nowiki></code>に続けて書く。
 
 
|-  
 
|-  
|
+
| style="padding: 10px;"| <big><nowiki>|</nowiki></big>
<nowiki>|</nowiki>
+
| 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>).
| '''データ'''セル: ''必須!'' 連続するセルは、各セルを <code><nowiki>||</nowiki></code> で区切って同一行に書くか、新規行に <code><nowiki>|</nowiki></code>に続けて書く。
 
 
|-
 
|-
|
+
| style="padding: 10px;"| <big><nowiki>|}</nowiki></big>
<nowiki>|}</nowiki>
+
| 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.
  
==基本==
+
==基礎==
下記のテーブルには罫線がなく、間隔の取り方もよくありませんが、最も単純なウィキマークアップによる表を示しています。
+
The following table lacks borders and good spacing but shows the simplest wiki markup table structure.
  
{| 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>
 
{|
 
{|
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
 
{|
 
{|
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
表中の同一行のセルは、編集テキストの同一行に<code>||</code>で区切って記述できます。
+
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: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 +
<pre>
 +
{|
 +
|オレンジ||りんご||など
 +
|-
 +
|パン||パイ||など
 +
|-
 +
|バター||アイス<br />クリーム||and<br />more
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{|
 +
|オレンジ||りんご||など
 +
|-
 +
|パン||パイ||など
 +
|-
 +
|バター||アイス<br />クリーム||and<br />more
 +
|}
 +
|}
  
{| cellspacing="0" border="1"
+
Extra spaces within cells in the wiki markup, as in the wiki markup below, do not affect the actual table rendering.
!style="width:50%"|入力内容
+
 
!style="width:50%"|表示結果
+
{| style="width:100%"
 +
! style="width: 50%;"|You type
 +
! style="width: 50%;"|You get
 
|-
 
|-
|
+
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{|
 
{|
みかん    ||   りんご   ||   その他
+
オレンジ || りんご || など
 
|-
 
|-
おにぎり    ||   パン    ||   その他
+
パン || パイ || など
 
|-
 
|-
みそ  || しょう油|| その他
+
バター || アイスクリーム || and more
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
 
{|
 
{|
みかん    ||   りんご   ||   その他
+
オレンジ || りんご || など
 
|-
 
|-
おにぎり    ||   パン    ||   その他
+
パン || パイ || など
 
|-
 
|-
みそ  || しょう油|| その他
+
バター || アイスクリーム || and more
 
|}
 
|}
 
|}
 
|}
  
===見出しセル===
+
You can have longer text or more complex wiki syntax inside table cells, too:
<code>|</code>の代わりに "<code>!</code>" を使うと見出しセルになります。見出しはデフォルトではボールド体・中央揃えで表示されます。
 
  
{| 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>
 +
{|
 +
|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
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{|
 +
|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 "<code>!</code>" (exclamation mark) instead of "<code>|</code>" (pipe symbol).
 +
Headers usually show up bold and centered by default.
 +
 +
{| style="width:100%"
 +
! style="width: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 
<pre>
 
<pre>
 
{|
 
{|
! 項目
+
! 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;"| 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.
  
{| 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>
 
{|
 
{|
|+ 食べものリスト
+
|+Food complements
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
 
{|
 
{|
|+ 食べものリスト
+
|+ Food complements
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
== XHTML属性 ==
+
=== class="wikitable" ===
表にはXHTML属性を付加できます。XHTML属性についてもっとも信頼できる記述については、[http://www.w3.org/TR/REC-html40/struct/tables.html W3C の配布する HTML 4.01 仕様書の表の項目]を参照してください。
 
  
=== 表全体の属性 ===
+
Basic styling (light gray background, borders, padding and align left) can be achieved by adding class="wikitable".
表の開始マークアップ(<code>{|</code>)に続けて付加された属性は表全体に適用されます。
 
  
{| 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>
 +
{| class="wikitable"
 +
|+Food complements
 +
|-
 +
|オレンジ
 +
|りんご
 +
|-
 +
|パン
 +
|パイ
 +
|-
 +
|バター
 +
|アイスクリーム
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| class="wikitable"
 +
|+ Food complements
 +
|-
 +
|オレンジ
 +
|りんご
 +
|-
 +
|パン
 +
|パイ
 +
|-
 +
|バター
 +
|アイスクリーム
 +
|}
 +
|}
 +
 
 +
===HTML の colspan と rowspan===
 +
 
 +
You can use HTML '''colspan''' and '''rowspan''' attributes on cells for advanced layout.
 +
 
 +
{| style="width:100%"
 +
! style="width: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 +
<pre>
 +
{| class="wikitable"
 +
!colspan="6"|Shopping List
 +
|-
 +
|rowspan="2"|Bread & Butter
 +
|パイ
 +
|Buns
 +
|Danish
 +
|colspan="2"|クロワッサン
 +
|-
 +
|チーズ
 +
|colspan="2"|アイスクリーム
 +
|バター
 +
|ヨーグルト
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| class="wikitable"
 +
!colspan="6"|Shopping List
 +
|-
 +
|rowspan="2"|Bread & Butter
 +
|パイ
 +
|Buns
 +
|Danish
 +
|colspan="2"|クロワッサン
 +
|-
 +
|チーズ
 +
|colspan="2"|アイスクリーム
 +
|バター
 +
|ヨーグルト
 +
|}
 +
|}
 +
 
 +
== XHTML の属性 ==
 +
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].
 +
 
 +
=== 表の属性 ===
 +
Placing attributes after the table start tag (<code>{|</code>) applies attributes to the entire table.
 +
 
 +
{| style="width:100%"
 +
! style="width: 50%;"| You type
 +
! style="width: 50%;"| You get
 +
|-
 +
| style="padding: 5px;"|
 
<pre>
 
<pre>
{| border="1"
+
{| class="wikitable" style="text-align: center; color: green;"
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|12,333.00
 
|12,333.00
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|500.00
 
|500.00
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|1.00
 
|1.00
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
{| border="1"
+
{| class="wikitable" style="text-align: center; color: green;"
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|12,333.00
 
|12,333.00
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|500.00
 
|500.00
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|1.00
 
|1.00
 
|}
 
|}
232行目: 388行目:
  
 
=== セルの属性 ===
 
=== セルの属性 ===
'''セル'''にも属性を付加できます。例えば、数値は右寄せの方が見やすいかもしれません。
+
You can put attributes on individual '''cells'''.
 +
For example, numbers may look better aligned right.
  
{| 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>
 +
{| class="wikitable"
 +
| オレンジ
 +
| りんご
 +
| style="text-align:right;" | 12,333.00
 +
|-
 +
| パン
 +
| パイ
 +
| style="text-align:right;" | 500.00
 +
|-
 +
| バター
 +
| アイスクリーム
 +
| style="text-align:right;" | 1.00
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| class="wikitable" style="text-align:center"
 +
| オレンジ
 +
| りんご
 +
| style="text-align:right;" | 12,333.00
 +
|-
 +
| パン
 +
| パイ
 +
| style="text-align:right;" | 500.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>.
 +
 
 +
{| style="width:100%"
 +
! style="width: 50%;"| You type
 +
! style="width: 50%;"| You get
 +
|-
 +
| style="padding: 5px;"|
 
<pre>
 
<pre>
{| border="1"
+
{| class="wikitable"
|みかん
+
| オレンジ || りんご     || style="text-align:right;" | 12,333.00
|りんご
 
|align="right" | 12,333.00
 
 
|-
 
|-
|おにぎり
+
| パン || パイ      || style="text-align:right;" | 500.00
|パン
 
|align="right" | 500.00
 
 
|-
 
|-
|みそ
+
| バター || アイスクリーム || style="text-align:right;" | 1.00
|しょう油
 
|align="right" | 1.00
 
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
{| border="1"
+
{| class="wikitable"
|みかん
+
| オレンジ || りんご     || style="text-align:right;" | 12,333.00
|りんご
 
|align="right"|12,333.00
 
 
|-
 
|-
|おにぎり
+
| パン || パイ      || style="text-align:right;" | 500.00
|パン
 
|align="right"|500.00
 
 
|-
 
|-
|みそ
+
| バター || アイスクリーム || style="text-align:right;" | 1.00
|しょう油
 
|align="right"|1.00
 
 
|}
 
|}
 
|}
 
|}
  
 
===行の属性===
 
===行の属性===
個々の''''''にも属性を設定することができます。
+
You can put attributes on individual '''rows''', too.
  
{| 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>
{| border="1"
+
{| class="wikitable"
|みかん
+
| オレンジ
|りんご
+
| りんご
|align="right"|12,333.00
+
| 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
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| 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
 +
|}
 +
|}
 +
 
 +
===Simple one-pixel table border===
 +
An example of a one-pixel table border:
 +
 
 +
{| style="width:100%"
 +
|-
 +
! style="width:50%" | You type
 +
! style="width:50%" | You get
 +
|-
 +
| style="padding: 5px;" |
 +
<pre style="font-size: 80%">
 +
{| border="1" style="border-collapse:collapse"
 +
| オレンジ
 +
| りんご
 +
|-
 +
| パン
 +
| パイ
 +
|}
 +
</pre>
 +
| style="padding: 20px;"|
 +
{| border="1" style="border-collapse:collapse"
 +
| オレンジ
 +
| りんご
 +
|-
 +
| パン
 +
| パイ
 +
|}
 +
|}
 +
 
 +
===Border width===
 +
If "border-width:" has only one number, it is for all four border sides:
 +
{| style="width:100%"
 +
|-
 +
! style="width:50%" | You type
 +
! style="width:50%" | You get
 
|-
 
|-
|おにぎり
+
| style="padding: 5px;" |
|パン
+
<pre>
|align="right"|500.00
+
{|style="border-style: solid; border-width: 20px"
|- style="font-style:italic; color:green;"
+
|
|みそ
+
こんにちは
|しょう油
 
|align="right"|1.00
 
 
|}
 
|}
 
</pre>
 
</pre>
 +
| style="padding: 20px;"|
 +
{|style="border-style: solid; border-width: 20px"
 
|
 
|
{| border="1"
+
こんにちは
|みかん
+
|}
|りんご
+
|}
|align="right"|12,333.00
+
 
 +
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:50%" | You type
 +
! style="width:50%" | You get
 
|-
 
|-
|おにぎり
+
| style="padding: 5px;" |
|パン
+
<pre>
|align="right"|500.00
+
{|style="border-style: solid; border-width: 10px 20px 100px 0"
|- style="font-style:italic; color:green;"
+
|
|みそ
+
こんにちは
|しょう油
+
|}
|align="right"|1.00
+
</pre>
 +
| style="padding: 20px;"|
 +
{|style="border-style: solid; border-width: 10px 20px 100px 0"
 +
|
 +
こんにちは
 
|}
 
|}
 
|}
 
|}
  
===CSSスタイル===
+
: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.
CSSスタイル属性を、他のHTML属性の有無にかかわらず加えることができます。
 
  
{| cellspacing="0" border="1"
+
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"'':
!style="width:50%"|入力内容
+
<div style="width: 100%; overflow:auto;">
!style="width:50%"|表示結果
+
{| style="width:100%"
 
|-
 
|-
 +
! style="width:50%" | You type
 +
! style="width:50%" | You get
 +
|-
 +
| style="padding: 5px;" |
 +
<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"
 +
|
 +
こんにちは
 +
|}
 +
</pre>
 +
| style="padding: 20px;"|
 +
{|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"
 
|
 
|
<pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word; word-break:break-all;">
+
こんにちは
{| style="color:green; background-color:#ffffcc;" cellpadding="20" cellspacing="0" border="1"
+
|}
|みかん
+
|}
 +
</div>
 +
 
 +
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===
 +
[[Special:MyLanuage/Manual:CSS|CSS]] style attributes can be added with or without other HTML attributes.
 +
 
 +
{| style="width:100%"
 +
! style="width: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 +
<pre>
 +
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"
 +
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
{| style="color:green; background-color:#ffffcc;" cellpadding="20" cellspacing="0" border="1"
+
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"  
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
|}
 
|}
  
表の題や見出しにも属性は追加できます。
+
====属性====
 +
'''Attributes''' can be added to the caption and headers as follows.
  
{| 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 style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word; word-break:break-all;">
+
<pre>
{| border="1" cellpadding="20" cellspacing="0"
+
{| class="wikitable"
|+ align="bottom" style="color:#e76700;" |''食べものリスト''
+
|+ style="caption-side:bottom; color:#e76700;"|''Food complements''
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 
|-
 
|-
|みそ
+
|バター
|しょう油
+
|アイスクリーム
 
|}
 
|}
 
</pre>
 
</pre>
|
+
| style="padding: 5px;"|
{| border="1" cellpadding="20" cellspacing="0"
+
{| class="wikitable"
|+ align="bottom" style="color:#e76700;" |''食べものリスト''
+
|+ style="caption-side:bottom; color:#e76700;"|''Food complements''
 
|-
 
|-
|みかん
+
|オレンジ
 
|りんご
 
|りんご
 
|-
 
|-
|おにぎり
 
 
|パン
 
|パン
 +
|パイ
 +
|-
 +
|バター
 +
|アイスクリーム
 +
|}
 +
|}
 +
 +
====列の幅====
 +
'''Column width''' can be added as follows.
 +
 +
You type:
 +
<pre>
 +
{| 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)'''
 +
|}
 +
</pre>
 +
 +
You get:
 +
{| 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)'''
 +
|}
 +
 +
===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:
 +
 +
{| style="width:100%"
 +
! style="width: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 +
<pre>
 +
{| 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
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| 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
 +
|}
 +
|}
 +
 +
== 配置 ==
 +
 +
=== 表の配置 ===
 +
 +
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:
 +
 +
{| style="width:100%"
 +
! style="width: 50%;"|You type
 +
! style="width: 50%;"|You get
 
|-
 
|-
|みそ
+
| style="padding: 5px;"|
|しょう油
+
<pre>
 +
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
 +
| オレンジ
 +
| りんご
 +
|-
 +
| パン
 +
| パイ
 +
|-
 +
| バター
 +
| アイスクリーム
 
|}
 
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
 +
| オレンジ
 +
| りんご
 +
|-
 +
| パン
 +
| パイ
 +
|-
 +
| バター
 +
| アイスクリーム
 
|}
 
|}
 +
|}
 +
 +
And a center-aligned table:
 +
 +
{| style="width:100%"
 +
! style="width: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 +
<pre>
 +
{| class="wikitable" style="margin: auto;"
 +
| オレンジ
 +
| りんご
 +
|-
 +
| パン
 +
| パイ
 +
|-
 +
| バター
 +
| アイスクリーム
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| 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 <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: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 +
<pre>
 +
{| 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.
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| 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.
 +
|}
 +
 +
=== セルの内容の配置 ===
 +
 +
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: 50%;"|You type
 +
! style="width: 50%;"|You get
 +
|-
 +
| style="padding: 5px;"|
 +
<pre>
 +
{| 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
 +
|}
 +
</pre>
 +
| style="padding: 5px;"|
 +
{| 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
 +
|}
 +
|}
 +
 +
==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 <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 と属性===
 +
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 <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.
 +
 +
==関連項目==
 +
* [[Special:MyLanguage/Help:Sorting#Sorting rows of a table|Sorting rows of a table]]
 +
* {{mediawiki|meta:Help:Sorting}}
 +
* {{mediawiki|wikipedia:Help:Tables}}
 +
* [http://www.tablesgenerator.com/mediawiki_tables Easy tool that helps generating tables]
 +
* {{mediawiki|wikipedia:Template:Horizontal TOC}}. Good for country lists in table format.
 +
 +
==注記==
  
==注意事項==
+
<references/>
===負の値===
 
新しい行の冒頭にマイナス記号を持つ負の数値(または負の数値を返す引数)があると、表が崩れてしまうことがあります。これは<code>|-</code>の記号が新しい表の列を開始するマークアップだからです。これを避けるためには、マイナス記号の前にスペースを挿入する(<code>| -6</code>)か、前のセルと同じ行に続けて <code>|| -6</code> のように記述してください。
 
  
{{Languages}}
+
[[Category:Help{{#translation:}}|Tables]]
[[Category:Help/ja|{{PAGENAME}}]]
 
[[Category:Tables/ja]]
 

2016年1月11日 (月) 20:58時点における最新版

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.

案内メニュー