Help:ひょう

From mediawiki.org
This page is a translated version of the page Help:Tables and the translation is 91% complete.
PD 注意ちゅうい: このページを編集へんしゅうすると、編集へんしゅう内容ないようCC0 のもとで公開こうかいされることに同意どういしたとなされます。詳細しょうさいパブリック・ドメインのヘルプ ページ参照さんしょうしてください。 PD
Tables はこのページに転送てんそうされています。MediaWiki のデータベース テーブルの構造こうぞうは、Manual:データベースのレイアウト 参照さんしょうしてください 。

ウィキ ページではひょう (table)作成さくせいできます。 原則げんそくとして、必要ひつようがなければテーブルの使用しようけるのが最善さいぜんです。 テーブルのマークアップはしばしばページの編集へんしゅう煩雑はんざつにさせます。[1]

テーブルのウィキ文法ぶんぽう概要がいよう

{| ひょう開始かいし必須ひっす
|+ ひょうのキャプション省略しょうりゃく可能かのうひょう開始かいしひょうくだりあいだでしか記述きじゅつできない。
|- ひょうくだり最初さいしょくだりについては省略しょうりゃく可能かのう。(明示めいじされなくとも、)ウィキエンジンは最初さいしょくだり推定すいていします。
! ひょうのヘッダーセル、省略しょうりゃく可能かのう おなぎょうつづひょうのヘッダーセルは、エクスクラメーションマーク2つ (!!) で区切くぎっておなぎょう記述きじゅつするか、エクスクラメーションマーク1つ (!) をあたらしいくだり先頭せんとう記述きじゅつすることで、表現ひょうげんできます。
| ひょうのデータセル、省略しょうりゃく可能かのうおなぎょうつづひょうのデータセルは、バーティカルバー2つ (||) で区切くぎっておなぎょう記述きじゅつするか、バーティカルバー1つ (|) をあたらしいくだり先頭せんとう記述きじゅつすることで、表現ひょうげんできます。
|} ひょう終了しゅうりょう必須ひっす
  • 上記じょうきのマークはかなら行頭ぎょうとう指定していする必要ひつようがあり例外れいがいたてぼう2ほん||!!使つかい、特定とくていくだり選択せんたくてき連続れんぞくするセルを追加ついかする場合ばあいです。しかしながら、行頭ぎょうとうきスペース文字もじ無視むしされます。
  • HTML の属性ぞくせい ひょうわりの指定してい以外いがいは、1以上いじょうのHTML 属性ぞくせいれます。 属性ぞくせいとマークはおなぎょう記述きじゅつします。 属性ぞくせいどうしのあいだ半角はんかくきスペースで区切くぎります。
    • セルとキャプション (| もしくは ||!もしくは!!|+) に内容ないようめます。 そこで、属性ぞくせい内容ないよう区切くぎ記号きごうたてぼう1ほん使つかいます (|)。 セルの内容ないようおなぎょうつづくか、下方かほうすうぎょうつづくか、どちらの場合ばあいもあります。
    • ひょうであることをしめ記号きごうくだりわることをしめ記号きごう ({||-) には、内容ないよう直接ちょくせつ表示ひょうじさせることができません。 選択せんたくてきくわえた属性ぞくせいのちたてぼう (パイプ記号きごう |) をれては ダメ です。 テーブルマークやくだりマークの属性ぞくせいのちあやまってパイプを追加ついかした場合ばあい、パーサーはそのパイプと最終さいしゅうてき属性ぞくせい削除さくじょしてしまいます。
  • Content may (a) follow its cell mark on the same line after any optional HTML 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.


基礎きそ

Create a table with editor toolbar

In wikitext editor, place the caret where you want to insert a table. Then, in the toolbar, press “上級じょうきゅう”, then choose ひょう button. A dialog opens.

From the dialog, you can choose whether to enable a table header row, to stylize the table with border and to make the table sortable. A preview example is displayed. You can also set row and column counts you need. Then, press “挿入そうにゅう” button.

By default, the following code is generated:

Wikicode:
{| class="wikitable" style="margin:auto"
|+ キャプションぶん
|-
! 見出みだしテキスト !! 見出みだしテキスト !! 見出みだしテキスト
|-
| セルないのテキスト || セルないのテキスト || セルないのテキスト
|-
| セルないのテキスト || セルないのテキスト || セルないのテキスト
|-
| セルないのテキスト || セルないのテキスト || セルないのテキスト
|}
Result:
キャプションぶん
見出みだしテキスト 見出みだしテキスト 見出みだしテキスト
セルないのテキスト セルないのテキスト セルないのテキスト
セルないのテキスト セルないのテキスト セルないのテキスト
セルないのテキスト セルないのテキスト セルないのテキスト

Minimal syntax

以下いかのテーブルは罫線けいせん十分じゅうぶん余白よはくいていますが、もっと簡単かんたんおもて構造こうぞうのウィキ文法ぶんぽうしめすために使つかっています。

記述きじゅつれい 表示ひょうじれい
{|
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム
|}
オレンジ りんご
パン パイ
バター アイスクリーム

おなぎょうのセルは、||区切くぎって、いちぎょうくことができます。 もし、セルのなか改行かいぎょうふくめる必要ひつようがあれば、‎<br />わりに使つかってください。

入力にゅうりょく 出力しゅつりょく
{|
|オレンジ||りんご||など
|-
|パン||パイ||など
|-
|バター||アイス<br />クリーム||そして<br />まだまだ
|}
オレンジ りんご など
パン パイ など
バター アイス
クリーム
そして
まだまだ

以下いかのウィキマークアップにあるような、セルのなか余分よぶん半角はんかくスペースは、ひょう形成けいせい影響えいきょうあたえません。

入力にゅうりょく 出力しゅつりょく
{|
|  オレンジ || りんご || など
|-
|   パン || パイ || など
|-
|   バター || アイスクリーム || そしてまだまだ
|}
オレンジ りんご など
パン パイ など
バター アイスクリーム そしてまだまだ

なが文章ぶんしょうれたり、セルのなかべつなウィキ構文こうぶん使つかうこともできます。

入力にゅうりょく 出力しゅつりょく
{|
|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

ひょうのヘッダー

ひょう見出みだしは、「|」(パイプ記号きごう) のわりに「!」(感嘆かんたん) を使用しようすることで作成さくせいできます。 ヘッダーは、標準ひょうじゅんでは、太字ふとじ中央ちゅうおうそろえになります。

入力にゅうりょく 出力しゅつりょく
{|
! style="text-align:left;"| 品目ひんもく
! 個数こすう
! 価格かかく
|-
|オレンジ
|10
|7.00
|-
|パン
|4
|3.00
|-
|バター
|1
|5.00
|-
!合計ごうけい
|
|15.00
|}
品目ひんもく 個数こすう 価格かかく
オレンジ 10 7.00
パン 4 3.00
バター 1 5.00
合計ごうけい 15.00
HTMLの属性ぞくせいをセルで使つかうときは、「品目ひんもく」のセルのように、“|” を区切くぎりとして使つかいます。 “!” ではありません。

キャプション

ひょうのキャプションは、以下いかのように、あらゆるひょう一番いちばんじょう追加ついかすることができます。

入力にゅうりょく 出力しゅつりょく
{|
|+食品しょくひん補完ほかん
|-
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム
|}
食品しょくひん補完ほかん
オレンジ りんご
パン パイ
バター アイスクリーム

class="wikitable"

基本きほんスタイル(うす灰色はいいろ背景はいけい罫線けいせん余白よはく文字もじ左寄ひだりよせ)は、class="wikitable"追加ついかすることで実現じつげんできます。

入力にゅうりょく 出力しゅつりょく
{| class="wikitable"
|+食品しょくひん補完ほかん
|-
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム
|}
食品しょくひん補完ほかん
オレンジ りんご
パン パイ
バター アイスクリーム

HTML の colspan と rowspan

高度こうどなレイアウトのために、HTMLのcolspanrowspan 属性ぞくせいをセルに利用りようできます。

入力にゅうりょく 出力しゅつりょく
{| class="wikitable"
!colspan="6"|ものリスト
|-
|rowspan="2"|パンとバター
|パイ
|バンズ
|デニッシュ
|colspan="2"|クロワッサン
|-
|チーズ
|colspan="2"|アイスクリーム
|バター
|ヨーグルト
|}
ものリスト
パンとバター パイ バンズ デニッシュ クロワッサン
チーズ アイスクリーム バター ヨーグルト

HTML の属性ぞくせい

HTML 属性ぞくせいをテーブルに適用てきようできます。 For the authoritative source on HTML attributes, see the W3C's HTML Specification page on tables.

ひょう属性ぞくせい

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

入力にゅうりょく 出力しゅつりょく
{| 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. たとえば、数字すうじ右寄みぎよせにしたほう見栄みばえが場合ばあいがあります。

入力にゅうりょく 出力しゅつりょく
{| 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 |.

入力にゅうりょく 出力しゅつりょく
{| 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.

入力にゅうりょく 出力しゅつりょく
{| 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

キャプションとヘッダーで属性ぞくせい表示ひょうじ

キャプションとヘッダーには、以下いかのように属性ぞくせい付加ふかすることができる。

入力にゅうりょく 出力しゅつりょく
{| class="wikitable"
|+ style="caption-side:bottom; color:#e76700;"|''食品しょくひん補完ほかん''
|-
! style="color:green" | 果物くだもの
! style="color:red" | 脂肪しぼう
|-
|オレンジ
|バター
|-
|洋梨ようなし
|パイ
|-
|りんご
|アイスクリーム
|}
食品しょくひん補完ほかん
果物くだもの 脂肪しぼう
オレンジ バター
洋梨ようなし パイ
りんご アイスクリーム

ボーダーはば

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

入力にゅうりょく 出力しゅつりょく
{|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 clockwise order ↑→↓←):

入力にゅうりょく 出力しゅつりょく
{|style="border-style: solid; border-width: 10px 20px 100px 0"
|
こんにちは
|}

こんにちは

When there are fewer than 4 values :
  • three values i.e. top, right, bottom: then the default value for left is the one of right (second value). Width is then the same on left and right side.
  • two values i.e. top, right: then the default value for bottom is the one of top (first value), and left by default is assigned the value of right (second value). Width on top is then the same as on bottom; width on left is the same as on right.
  • 1 つの、すなわち top場合ばあい: right既定きていtop のものとなり、bottomleftおなじです。4 番目ばんめはばおなじで、通常つうじょうのボーダーを構築こうちくします。これはライティングのショートカットです。

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="border-left:solid 10px black;border-right:solid 20px black;border-top:solid 30px black;border-bottom:solid 40px black;" align="center"
|
こんにちは
|}

こんにちは

The HTML attributes (such as "width=", "border=", "cellspacing=", "cellpadding=") do not need any length unit (the pixel unit is assumed). また、HTML5では無効むこうとなります。

"Cellpadding" is for setting the space between the cell wall and the cell content.

[2] CSS のスタイルプロパティ(HTML の属性ぞくせい上書うわがきする)では、ピクセルにたいして「px」のようなながさの単位たんいを(が 0 でない場合ばあい明示めいじてき指定していする必要ひつようがあります。

HTMLの属性ぞくせいやCSSのスタイルを使つかって

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

入力にゅうりょく 出力しゅつりょく
{| class="wikitable" style="color:green; background-color:#ffffcc;" cellpadding="10"
|オレンジ
|りんご
|-
|パン
|パイ
|-
|バター
|アイスクリーム
|}
オレンジ りんご
パン パイ
バター アイスクリーム

Padding

It represents the internal margin between the contents and the border of the cell.

入力にゅうりょく内容ないよう 出力しゅつりょく結果けっか
{|class=wikitable
| style="padding: 10px" | style="padding:10px" のれい
|-
| style="padding: 50px" | style="padding:50px" のれい<br/><br/>Specify the padding on '''EACH CELL'''
|-
| style="padding:100px" | style="padding:100px" のれい
|}
style="padding:10px" のれい
style="padding:50px" のれい

Specify the padding on EACH CELL
style="padding:100px" のれい

れつはば

れつはばは、以下いかのように追加ついかすることができます。

入力にゅうりょく

{| class="wikitable" style="width: 85%;"
| colspan="2" | このれつはば画面がめんはばの85%になります
|-
| style="width: 30%"| '''このれつ画面がめんはばの85%から30%カウントされます'''
| style="width: 70%"| '''このれつ画面がめんはばの85%から70%カウントされます'''
|}

出力しゅつりょく

このれつはば画面がめんはばの85%になります
このれつ画面がめんはばの85%から30%カウントされます このれつ画面がめんはばの85%から70%カウントされます

テーブルヘッダーセルのアクセシビリティ

ひょうのヘッダーセルは、どのひょうのデータセルに適用てきようされるか(おなぎょう右側みぎがわのセル、またはおなれつしたのセル)を明示めいじてき指定していしない。 視覚しかくてきな2D環境かんきょうでテーブルをレンダリングした場合ばあい通常つうじょう、これは容易ようい推測すいそくできる。

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:

入力にゅうりょく 出力しゅつりょく
{| class="wikitable"
|-
! scope="col"| 品目ひんもく
! scope="col"| 重量じゅうりょう
! scope="col"| 価格かかく
|-
! scope="row"| パン
| 0.3 kg
| $0.65
|-
! scope="row"| バター
| 0.125 kg
| $1.25
|-
! scope="row" colspan="2"| 合計ごうけい
| $1.90
|}
品目ひんもく 重量じゅうりょう 価格かかく
パン 0.3 kg $0.65
バター 0.125 kg $1.25
合計ごうけい $1.90

配置はいち

ひょう配置はいち

テーブルの整列せいれつはCSSを使用しようして実現じつげんされています。 テーブルの配置はいちは、マージンによって制御せいぎょされます。 片側かたがわ固定こていされたマージンは、反対はんたいがわのマージンがauto定義ていぎされている場合ばあい、そのがわにテーブルがそろうようになります。 テーブルをセンターそろえにするには、両方りょうほうのマージンをauto設定せっていする必要ひつようがあります。

For example, a right-aligned table:

入力にゅうりょく 出力しゅつりょく
{| class="wikitable" style="margin-left: auto; margin-right: 0px;"
| オレンジ
| りんご
|-
| パン
| パイ
|-
| バター
| アイスクリーム
|}

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.
オレンジ りんご
パン パイ
バター アイスクリーム

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.

And a center-aligned table:

入力にゅうりょく 出力しゅつりょく
{| class="wikitable" style="margin: auto;"
| オレンジ
| りんご
|-
| パン
| パイ
|-
| バター
| アイスクリーム
|}

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.
オレンジ りんご
パン パイ
バター アイスクリーム

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.

ひょうとテキストのまわ

ひょうをページの右側みぎがわまたは左側ひだりがわ配置はいちした場合ばあいひょうのちるテキストはひょうはしからはじまり、ひょうまわりにはなにもない状態じょうたいになります。 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. float パラメータを指定していすると余白よはくひょう配置はいち調整ちょうせいしません。周囲しゅうい文字もじれつとの間隔かんかく指定していできます。

入力にゅうりょく 出力しゅつりょく
{| 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.

セルの内容ないよう配置はいち

セルの内容ないよう配置はいちは、2 つのことなる CSS プロパティ text-alignvertical-align制御せいぎょできます。 text-alignひょうくだり個々ここのセルで指定していできますが、vertical-align個々ここくだりやセルでのみ指定していできます。

入力にゅうりょく 出力しゅつりょく
{| 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


注意ちゅうい

まけ数値すうち

あたらしいくだり最初さいしょのセルに、マイナス記号きごうはじまるまけ数値すうち (またはまけ数値すうち評価ひょうかされるパラメーター) を使用しようすると、ひょうこわれる場合ばあいがあります。文字もじれつ |- が、ひょうのセルとしてではなく、ひょうくだりのウィキ マークアップと解釈かいしゃくされるためです。 これを回避かいひするには、まえ半角はんかく空白くうはく挿入そうにゅうするか (| -6)、またはインラインのセルのマークアップ (|| -6) を使用しようします。

CSS と属性ぞくせい

ひょうわくせん変換へんかんエラーをけるため CSS で指定していします。属性ぞくせい入力にゅうりょくするとテキストブラウザのちいさなサブセットではまさしく表示ひょうじされません。

れつれつくだりそれぞれの集合しゅうごうによく使つかわれる

現在げんざい、MediaWiki ではひょう構文こうぶんにおける共通きょうつう属性ぞくせい指定していはサポートされていません。れつ(HTML要素ようそ‎<col />)、れつグループ(HTML要素ようそ‎<colgroup>‎</colgroup>)あるいはくだりグループ(HTML要素ようそ‎<thead>‎</thead>‎<tbody>‎</tbody>‎<tfoot>‎</tfoot>)のどれも対応たいおうです。 これら標準ひょうじゅんの HTML 要素ようそは、HTML 要素ようそでも XHTML 要素ようそでも使用しようできません。

ひょうくだりあるいはセル (ヘッダーぎょうもデータぎょうも) は単一たんいつ暗黙あんもくくだりグループ (HTML 要素ようそ ‎<tbody>‎</tbody>) ないでレンダリングされ、属性ぞくせいもスタイルも指定していしません。

ビジュアルエディター (VE) とひょう操作そうさ

関連かんれん項目こうもく: Help:ビジュアルエディター/利用りようしゃガイド

Phab: T108245: "Fully support basic table editing in the visual editor" を参照さんしょうしてください。 タスクの一覧いちらん参照さんしょうしましょう。てん完了かんりょうしたしるしです。技術ぎじゅつ専門せんもん用語ようごんでも、具体ぐたいてき改良かいりょうされたてんや、どんな機能きのう追加ついかされたか理解りかいするのはむずかしいかもしれません。そこでしもらん説明せつめいぶん記入きにゅうしてください。

れつくだり移動いどう削除さくじょ

れつもしくはくだりのヘッダをクリック。 つづいて矢印やじるしをクリック。 ポップアップメニューの「移動いどう」もしくは「削除さくじょ」をクリック。

空白くうはくれつもしくはカラムの挿入そうにゅう

おなじポップアットメニューの「挿入そうにゅう」をクリック。

ウェブじょうひょうをビジュアルエディタにコピーする

ウェブサイトじょうひょうをコピーしてビジュアルエディタ (VE)にペーストすることは可能かのうです。 安全あんぜん実施じっしする方法ほうほうとして、下書したがきページ(サンドボックスる)を使つかい、ウィキテキストのコードがただしいかどうかソースモードで表示ひょうじすると、ビジュアルエディタにうつしたときのがただしいかプレビューで確認かくにんできます。

Helping tools

  • Excel2Wiki allows you to copy a spreadsheet from Excel, Apache OpenOffice, LibreOffice, or Gnumeric to convert it into wikicode table.

関連かんれん項目こうもく

注記ちゅうき

  1. テーブルは、HTMLの table 要素ようそ直接ちょくせつ使つかっても、ウィキ文法ぶんぽうによってもつくることができます。 HTMLの table 要素ようそとその使つかかたについては、様々さまざまなウェブページでしっかりと説明せつめいされているので、ここでは言及げんきゅうしません。 ウィキコードを使用しようする利点りてんは、ページの編集へんしゅうビューでたときに、文字もじれつ記号きごう記述きじゅつしてあるとひょう要素ようそをHTMLで記述きじゅつするよりも、ひょう構造こうぞう比較的ひかくてき理解りかいしやすいことです。
  2. HTML table cellpadding Attribute