ヘルプ:Images/ja

提供: ひつじ小屋別館2代目
< ヘルプ:Images
2013年10月22日 (火) 10:16時点におけるShirayuki (トーク)による版 (translate)

移動先: 案内検索
PD 注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
PD
</div>

ここではウィキ上での画像表示のためのマークアップを説明しています。ページで使用するには通常、あなたまたは他の利用者が画像をアップロードする必要があります。

MediaWiki サーバーに格納されている画像は通常、MediaWiki リンクのターゲットとして名前空間接頭辞 File: を使用してレンダリングされます (以前の名前空間接頭辞 Image: にも別名として対応しています)。 別名の名前空間接頭辞 Media: も元のメディア ファイルのコンテンツを参照するのに有用です (あらゆる MediaWiki ページとは別個で描画またはダウンロードできるようにするため)。

対応している画像のメディアの種類

既定では以下のファイル形式に対応しています:

  • .jpg or .jpeg : bitmap image compressed in the standard JPEG format (this lossy format is most suitable for photographs).
  • .png : bitmap image in the Portable Network Graphics format (specified by the W3 Consortium).
  • .gif : bitmap image in the legacy Graphics Interchange Format.

ウィキメディアが使用しているその他の形式、およびその他の場所で広く有効になっている形式 (these may require extra set-up beyond what is enabled by default):

  • .svg : scalable image in the Scalable Vector Graphics format (specified by the W3 Consortium). See Manual:Image_Administration#SVG.
  • .tiff : Tagged image format. Often used for high-resolution archival photographs. Often used with Extension:PagedTiffHandler.
  • .ogg, .oga, .ogv : Ogg multimedia (audio or video) Not an image format, but treated similarly. Often used with Extension:OggHandler
  • .pdf : multipaged documents in the Portable Document Format (initially specified by Adobe). Often used in conjunction with Extension:PdfHandler
  • .djvu : multipaged bitmap documents in the DejaVu format (most often, scans of books). See Manual:How to use DjVu with MediaWiki
    Only a single page of a .pdf or .djvu file is shown at one time.

その他のメディアの種類に対応している可能性がありますが、それらはインラインで表示できないかもしれません。

1つの画像としてのレンダリング

構文

画像を表示するためのマークアップは以下の通りです:

[[File:ファイル名.拡張子|オプション|キャプション]]

オプションはまったく指定しなくてもよいし、複数指定することもできます。オプションはパイプ記号(|)で区切ります:

  • Format option: one of border and/or frameless, frame, thumb (or thumbnail);
    Controls how the rendered image is formatted and embedded in the rest of the page.
  • Resizing option: one of
    • {width}px — Resizes the image to fit within the given maximum width in pixels, without restricting its height;
    • x{height}px — Resizes the image to fit within the given maximum height in pixels, without restricting its width;
    • {width}x{height}px — Resizes the image to fit within the given width and height in pixels;
    • upright — Resizes an image to fit within reasonable dimensions, according to user preferences (suitable for images whose height is larger than width).
    Note that the image will always retain its aspect ratio, and can only be reduced (not increased) in size unless it's in a scalable media type (bitmap images cannot be scaled up).
    The default maximum size depends on the format and the internal image dimensions (according to its media type).
  • Horizontal alignment option: one of left, right, center, none;
    Controls the horizontal alignment (and inline/block or floating styles) of the image within a text (no default value).
  • Vertical alignment option: one of baseline, sub, super, top, text-top, middle, bottom, text-bottom;
    Controls the vertical alignment of a non-floating inline image with the text before or after the image, and in the same block (the default vertical alignment is middle).
  • Link option: one of
    • link={target} — Allows to change the target (to an arbitrary page title, or URL) of the generated link, activable on the rendered image surface; e.g. [[File:Example.jpg|20px|link=http://www.wikipedia.org]] renders as Example.jpg (external link), or [[File:Example.jpg|20px|link=MediaWiki]] renders as Example.jpg (internal link).
    • link= (with an empty value) — (MediaWiki 1.14+) Displays an image without any activable link; e.g. [[File:Example.jpg|20px|link=]] renders as Example.jpg.
      • ! If you set |link=| (empty), then no title will be rendered. (see bugzilla:21454)
  • Other specific options:
    • alt={alternative text} — (MediaWiki 1.14+) Defines the alternative text (maps to the HTML attribute alt="..." of the generated <img /> element) of an image that will be rendered if either the referenced image cannot be downloaded and embedded, or if the support media must use the alternative description text (e.g. when using a Braille reader or with accessibility options set by the user in its browser).
    • page={number} — Renders the specified page number (currently only applicable when showing a .djvu or .pdf file).
    • class={html class} — (MediaWiki 1.20+) Defines classes (maps to the HTML attribute class="..." of the generated <img /> element)
    • lang={language code} — (MediaWiki 1.22+) For SVG files containing <switch> statements varying on a systemLanguage attribute, selects what language to render the file in. The default is always English, even on non-English wikis.

オプションはどの順番に指定してもかまいません。互いに矛盾するオプションがある場合、原則として後者が適用されます。ただし、表示形式の指定においては、frame, thumb, frameless および/または border の順に優先されます。与えられた文字列がいずれのオプションにも一致しない場合、キャプション用のテキスト(および代替文)として見なされます。Note that MediaWiki extensions can add additional options.

If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting.

書式

以下は各表示形式の指定結果を示す表です。

When the height of an image in thumbnail is bigger than its width (i.e. in portrait orientation rather than landscape) and you find it too large, you may try the option upright, which will try to adjust its size to a more desirable size by reducing the height instead of the width. The alternative is to specify the desired maximum height (in pixels) explicitly.

Note that by writing thumb={filename}, you can use a different image for the thumbnail.

サイズとフレーム

Among different formats, the effect of the size parameter may be different, as shown below.

  • For how it appears when its size is not specified, see Format section above.
  • When the format is not specified, or only bordered, the size can be both reduced and enlarged to any specified size.
  • In the examples below, the original size of the image is 400 × 267 pixels.
  • An image with frame always ignores the size specification, the original image will be reduced if it exceeds the maximum size defined in user preferences.
  • The size of an image with thumb can be reduced, but can not be enlarged beyond the original size of the image.
Format Reduced Enlarged
(not specified)
[[ファイル:サンプル.jpg|50px]]

50px

[[ファイル:サンプル.jpg|200px]]

200px


border
[[ファイル:サンプル.jpg|border|50px]]

50px

[[ファイル:サンプル.jpg|border|200px]]

200px


frame
[[ファイル:サンプル.jpg|frame|50px]]
[[ファイル:サンプル.jpg|frame|200px]]


thumb
[[ファイル:サンプル.jpg|thumb|50px]]
[[ファイル:サンプル.jpg|thumb|200px]]


frameless
[[ファイル:サンプル.jpg|frameless|50px]]

50px

[[ファイル:サンプル.jpg|frameless|200px]]

200px

水平配置

frame および thumb を使う時には、デフォルトの配置は right になります。

説明 入力内容 表示結果
水平配置指定なし, or default alignment
Rendered as a floating block: no
Rendered inline: yes
... text text text
[[ファイル:example.jpg|100px|caption]]
text text text ...
... text text text

caption text text text ...

specify horizontal alignment as: none
Rendered as a floating block: no
Rendered inline: no
... text text text
[[ファイル:example.jpg|none|100px|caption]]
text text text ...
... text text text
caption

text text text ...

specify horizontal alignment as: center
Rendered as a floating block: no
Rendered inline: no
... text text text
[[ファイル:example.jpg|center|100px|caption]]
text text text ...
... text text text
caption

text text text ...

specify horizontal alignment as: left
Rendered as a floating block: yes
Rendered inline: no
... text text text
[[ファイル:example.jpg|left|100px|caption]]
text text text ...
... text text text
caption

text text text ...

specify horizontal alignment as: right
Rendered as a floating block: yes
Rendered inline: no
... text text text
[[ファイル:example.jpg|right|100px|caption]]
text text text ...
... text text text
caption

text text text ...

垂直配置

text text [[ファイル:サンプル.jpg|20px]]
text text [[ファイル:サンプル.jpg|20px|baseline]]
text text [[ファイル:サンプル.jpg|20px|sub]]
text text [[ファイル:サンプル.jpg|20px|super]]
text text [[ファイル:サンプル.jpg|20px|text-top]]
text text [[ファイル:サンプル.jpg|20px|middle]]
text text [[ファイル:サンプル.jpg|20px|bottom]]
text text [[ファイル:サンプル.jpg|20px|text-bottom]]

は以下のように出力されます(結果をわかりやすくするためにテキストに下線を引いています)

text text 20px text text 20px text text 20px text text 20px text text 20px text text 20px text text 20px text text 20px

サイズ指定と表示形式の関係

サイズ指定は表示形式によって反映のされ方が異なります。

  • 表示形式が未指定、または border のみが指定されている時には、サイズ指定がそのまま反映されます。
  • frame を指定すると、全てのサイズ指定が無視されます。
  • thumb および frameless では縮小は可能ですが、画像のもともとの大きさを越えて拡大することはできません。

サイズを指定しない時の表示結果については、上記の表示形式のセクションを参照してください。

表示形式 縮小 拡大
(not specified)
[[ファイル:サンプル.jpg|50px]]

50px

[[ファイル:サンプル.jpg|200px]]

200px


border
[[ファイル:サンプル.jpg|border|50px]]

50px

[[ファイル:サンプル.jpg|border|200px]]

200px


frame
[[ファイル:サンプル.jpg|frame|50px]]
[[ファイル:サンプル.jpg|frame|200px]]


thumb
[[ファイル:サンプル.jpg|thumb|50px]]
[[ファイル:サンプル.jpg|thumb|200px]]


frameless
[[ファイル:サンプル.jpg|frameless|50px]]

50px

[[ファイル:サンプル.jpg|frameless|200px]]

200px

画像のギャラリー

<gallery>タグを使って、簡単にサムネイルのギャラリを作成できます。マークアップは次の通りです。

<gallery>
ファイル:{ファイル名}|{キャプション}
ファイル:{ファイル名}|{キャプション}
{...}
</gallery>

画像ファイルの指定を角括弧で囲まない点に注意してください。

キャプションは指定してもしなくてもかまいません。リンクなどの整形が使えます。

例えば

<gallery>
ファイル:サンプル.jpg|項目 1
ファイル:サンプル.jpg| [[Help:Contents/ja]] へリンク
ファイル:サンプル.jpg
ファイル:サンプル.jpg
ファイル:サンプル.jpg| ''イタリック体のキャプション''
ファイル:サンプル.jpg| "{{PAGENAME}}" のページ
</gallery>

は次のようになります。

パラメーター

ギャラリータグにはいくつかのパラメーターが指定可能です。

<gallery {パラメーター}>
{画像}
</gallery>
  • caption={キャプション}: ギャラリーのキャプション
  • widths={幅}px: 画像の最大幅
  • heights={高さ}px: 画像の最大高さ
  • perrow={整数}: 一行あたりのセル数

ファイルの説明ページへのリンク

コロン (:) を ファイル: の前に追加すると、画像をページ内に埋め込む代わりに、ファイルの説明ページへリンクします。

[[:ファイル:サンプル.jpg]]
[[:ファイル:サンプル.jpg|Sunflowers]]

は次のようになります。

ファイル:サンプル.jpg Sunflowers

ファイルへの直接リンク

ファイルの説明ページを通らずにファイルに直接リンクするには疑似名前空間の “メディア” を使用できます。

[[メディア:サンプル.jpg]]
[[メディア:サンプル.jpg|Sunflowers]]

は次のようになります。

メディア:サンプル.jpg Sunflowers

外部サイトのファイル

外部リンクと同じ構文を利用して外部サイトにあるファイルにリンクすることが出来ます。

[http://url.for/some/image.png]

リンクラベルを変えるなら

[http://url.for/some/image.png リンクラベル]

あるいはあなたのウィキで設定が有効になっていれば( Manual:$wgAllowExternalImages参照)、外部サイトのファイルを直接埋め込むこともできます。その場合は、ただURLを埋め込むだけです。

http://url.for/some/image.png
言語: English  • 日本語

案内メニュー