「ヘルプ:Images/ja」の版間の差分
(translate) |
細 (1版 をインポートしました) |
||
(3人の利用者による、間の11版が非表示) | |||
1行目: | 1行目: | ||
− | {{PD Help Page}} | + | <languages/> |
− | + | {{TNT|PD Help Page}} | |
+ | このページでは、ウィキを編集する際の'''画像'''の構文を説明します。 | ||
+ | ページで画像を使用するには、通常、あなたまたは別の利用者が[[Special:MyLanguage/Help:Managing files|画像をアップロード]]する必要があります。 | ||
− | MediaWiki | + | Images that are stored on a MediaWiki server are usually rendered by using the <code>File:</code> namespace prefix (but the legacy <code>Image:</code> namespace prefix is still supported as a synonym) as the target of a MediaWiki link. |
+ | The alternate <code>Media:</code> namespace prefix is also usable to reference the original media file content (for rendering or downloading it separately, out of any MediaWiki page). | ||
== 対応している画像のメディアの種類 == | == 対応している画像のメディアの種類 == | ||
+ | |||
既定では以下のファイル形式に対応しています: | 既定では以下のファイル形式に対応しています: | ||
− | |||
− | |||
− | |||
− | + | * .jpgや.jpeg : 標準JPEGフォーマットで圧縮されたビットマップ画像(この非可逆フォーマットは、写真に最も適しています) | |
− | * .svg : scalable image in the ''Scalable Vector Graphics'' format (specified by the ''W3 Consortium''). | + | * .png : ''[[w:Portable Network Graphics|Portable Network Graphics]]''形式のビットマップ画像("W3 Consortium"で指定されています) |
− | * .tiff : | + | * .gif : レガシーの"グラフィックインターチェンジ形式"のビットマップ画像 |
− | * .ogg, .oga, .ogv : Ogg multimedia (audio or video). | + | |
− | * .pdf : multipaged documents in the ''Portable Document Format'' (initially specified by ''Adobe''). Often used in conjunction with {{ | + | Other formats used on Wikimedia, and commonly enabled elsewhere (these may require extra set-up beyond what is enabled by default): |
− | * .djvu : multipaged bitmap documents in the ''DejaVu'' format (most often, scans of books). | + | |
+ | * .svg : scalable image in the ''Scalable Vector Graphics'' format (specified by the ''W3 Consortium''). [[Special:MyLanguage/Manual:Image Administration#SVG|Manual:画像の管理#SVG]] を参照してください。 | ||
+ | * .tiff : タグ付けされた画像フォーマット Often used for high-resolution archival photographs. Often used with {{ll|Extension:PagedTiffHandler}}. | ||
+ | * .ogg, .oga, .ogv : Ogg multimedia (audio or video). 画像形式ではありませんが、同様に扱われます。 Often used with {{ll|Extension:OggHandler}} | ||
+ | * .pdf : multipaged documents in the ''Portable Document Format'' (initially specified by ''Adobe''). Often used in conjunction with {{ll|Extension:PdfHandler}} | ||
+ | * .djvu : multipaged bitmap documents in the ''DejaVu'' format (most often, scans of books). {{ll|Manual:How to use DjVu with MediaWiki}} を参照してください | ||
*: Only a single page of a .pdf or .djvu file is shown at one time. | *: Only a single page of a .pdf or .djvu file is shown at one time. | ||
− | + | 他のメディアタイプもサポートできますが、インラインに表示できないかも知れません。 | |
− | == | + | == 単純な画像のレンダリング == |
=== 構文 === | === 構文 === | ||
− | |||
− | |||
− | + | 画像を表示するための完全な構文は以下の通りです: | |
+ | <nowiki>[[</nowiki>File:''filename.extension''|''options''|''caption'']] | ||
+ | |||
+ | ただし ''options'' は、以下のいずれかを 0 個以上並べてパイプ記号 ('''|''') で区切ったものです。 | ||
+ | |||
* ''[[#Format|Format]]'' option: one of '''border''' and/or '''frameless''', '''frame''', '''thumb''' (or '''thumbnail'''); | * ''[[#Format|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. | *: Controls how the rendered image is formatted and embedded in the rest of the page. | ||
40行目: | 48行目: | ||
* ''[[#Vertical alignment|Vertical alignment]] option'': one of '''baseline''', '''sub''', '''super''', '''top''', '''text-top''', '''middle''', '''bottom''', '''text-bottom'''; | * ''[[#Vertical alignment|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'''). | *: 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'''). | ||
− | * ''[[#Altering the default link target| | + | * ''[[#Altering the default link target|リンク]] オプション'': 以下のいずれか |
** '''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. <code><nowiki>[[File:Example.jpg|20px|link=http://www.wikipedia.org]]</nowiki></code> renders as [[File:Example.jpg|20px|link=http://www.wikipedia.org]] (external link), or <code><nowiki>[[File:Example.jpg|20px|link=MediaWiki]]</nowiki></code> renders as [[File:Example.jpg|20px|link=MediaWiki]] (internal link). | ** '''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. <code><nowiki>[[File:Example.jpg|20px|link=http://www.wikipedia.org]]</nowiki></code> renders as [[File:Example.jpg|20px|link=http://www.wikipedia.org]] (external link), or <code><nowiki>[[File:Example.jpg|20px|link=MediaWiki]]</nowiki></code> renders as [[File:Example.jpg|20px|link=MediaWiki]] (internal link). | ||
− | ** '''link=''' (with an empty value) — ({{mediawiki|rev:41727|MediaWiki 1.14 | + | ** '''link=''' (with an empty value) — ({{mediawiki|rev:41727|MediaWiki 1.14+}}) Displays an image without any activable link; e.g. <code><nowiki>[[</nowiki>File:Example.jpg|20px|link=]]</code> renders as [[File:Example.jpg|20px|link=]]. |
<!--*** '''!''' Link does '''not''' work with thumb, thumbnail or frame. (This works for external and internal links)--> | <!--*** '''!''' Link does '''not''' work with thumb, thumbnail or frame. (This works for external and internal links)--> | ||
*** '''!''' If you set <code>|link=|</code> (empty), then no <code>title</code> will be rendered. (See [[bugzilla:21454]].) | *** '''!''' If you set <code>|link=|</code> (empty), then no <code>title</code> will be rendered. (See [[bugzilla:21454]].) | ||
− | * | + | * その他の固有のオプション: |
− | ** '''alt='''''{alternative text}'' — ({{mediawiki|rev:41837|MediaWiki 1.14 | + | ** '''alt='''''{alternative text}'' — ({{mediawiki|rev:41837|MediaWiki 1.14+}}) Defines the alternative text (maps to the HTML attribute <code>alt="..."</code> of the generated <code><img /></code> 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). | ** '''page='''''{number}'' — Renders the specified page number (currently only applicable when showing a .djvu or .pdf file). | ||
− | ** '''class='''''{html class}'' — (MediaWiki 1.20 | + | ** '''class='''''{html class}'' — (MediaWiki 1.20+) Defines classes (maps to the HTML attribute <code>class="..."</code> of the generated <code><img /></code> element). |
− | ** '''lang='''''{language code}'' — (MediaWiki 1.22 | + | ** '''lang='''''{language code}'' — (MediaWiki 1.22+) For SVG files containing [http://www.w3.org/TR/SVG/struct.html#SwitchElement <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. |
− | If a parameter does not match any of the other possibilities, it is assumed to be the caption text. Caption text shows below the image in '''thumb''' and '''frame''' formats, or as tooltip text in any other format. Caption text displayed in the '''thumb''' and '''frame''' formats may contain wiki links and other formatting. | + | If a parameter does not match any of the other possibilities, it is assumed to be the caption text. |
+ | Caption text shows below the image in '''thumb''' and '''frame''' formats, or as tooltip text in any other format. | ||
+ | Caption text displayed in the '''thumb''' and '''frame''' formats may contain wiki links and other formatting. | ||
+ | MediaWiki の拡張機能が追加的なオプションを追加する場合があります。 | ||
If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting. | If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting. | ||
+ | {{anchor|Format}} | ||
=== 書式 === | === 書式 === | ||
− | + | ||
+ | 次の表は、使用可能な全ての効果を示しています。 | ||
{|class="wikitable plainlinks" | {|class="wikitable plainlinks" | ||
62行目: | 75行目: | ||
!説明 | !説明 | ||
!入力内容 | !入力内容 | ||
− | ! | + | !出力結果 |
− | {{Help:Images/frame|frame=|ex= | + | {{ {{TNTN|Help:Images/frame}}|frame=|ex=no format specified|float=no|inline=yes|render caption=no}} |
− | {{Help:Images/frame|frame=border|ex='''border''' results in a very small gray border|float=no|inline=yes|render caption=no}} | + | {{ {{TNTN|Help:Images/frame}}|frame=border|ex='''border''' results in a very small gray border|float=no|inline=yes|render caption=no}} |
− | {{Help:Images/frame|frame=frameless|ex='''frameless''', like thumbnail, respect user preferences for image width, but without border and no right float|float=no|inline=yes|render caption=no}} | + | {{ {{TNTN|Help:Images/frame}}|frame=frameless|ex='''frameless''', like thumbnail, respect user preferences for image width, but without border and no right float|float=no|inline=yes|render caption=no}} |
− | {{Help:Images/frame|frame=frameless|2=border|ex='''frameless''' | + | {{ {{TNTN|Help:Images/frame}}|frame=frameless|2=border|ex='''frameless''' および '''border'''|float=no|inline=yes|render caption=no}} |
− | {{Help:Images/frame|frame=frame|ex='''frame'''|float=yes|inline=no|render caption=yes}} | + | {{ {{TNTN|Help:Images/frame}}|frame=frame|ex='''frame'''|float=yes|inline=no|render caption=yes}} |
− | {{Help:Images/frame|frame=thumb|ex='''thumb''' | + | {{ {{TNTN|Help:Images/frame}}|frame=thumb|ex='''thumb''' または '''thumbnail'''|float=yes|inline=no|render caption=yes}} |
|} | |} | ||
− | 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 <code>upright=N</code>, where N is the image's aspect ratio (its width divided by its height, defaulting to 0.75). The alternative is to specify the desired maximum height (in pixels) explicitly. | + | 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 <code>upright=N</code>, where N is the image's aspect ratio (its width divided by its height, defaulting to 0.75). |
+ | The alternative is to specify the desired maximum height (in pixels) explicitly. | ||
Note that by writing <code>thumb={filename}</code>, you can use a different image for the thumbnail. | Note that by writing <code>thumb={filename}</code>, you can use a different image for the thumbnail. | ||
− | === | + | {{anchor|Size and frame}} |
+ | === Size and frame === | ||
+ | |||
Among different formats, the effect of the size parameter may be different, as shown below. | 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|Format]] section above. | * For how it appears when its size is not specified, see [[#Format|Format]] section above. | ||
* When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged to any specified size. | * When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged to any specified size. | ||
85行目: | 102行目: | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
− | ! | + | ! 書式 !! 縮小 !! 拡大 |
− | {{Help:Images/size|frame=}} | + | {{ {{TNTN|Help:Images/size}}|frame=}} |
− | {{Help:Images/size|frame=border}} | + | {{ {{TNTN|Help:Images/size}}|frame=border}} |
− | {{Help:Images/size|frame=frame}} | + | {{ {{TNTN|Help:Images/size}}|frame=frame}} |
− | {{Help:Images/size|frame=thumb}} | + | {{ {{TNTN|Help:Images/size}}|frame=thumb}} |
− | {{Help:Images/size|frame=frameless}} | + | {{ {{TNTN|Help:Images/size}}|frame=frameless}} |
|} | |} | ||
− | === | + | {{anchor|Horizontal alignment}} |
− | <code>frame</code> | + | === Horizontal alignment === |
+ | |||
+ | Note that when using the <code>frame</code> or <code>thumb[nail]</code> formats, the default horizontal alignment will be <code>right</code>. | ||
{|class="wikitable" | {|class="wikitable" | ||
100行目: | 119行目: | ||
!説明 | !説明 | ||
!入力内容 | !入力内容 | ||
− | ! | + | !出力結果 |
− | {{Help:Images/frame|2=100px|frame=|ex=''' | + | {{ {{TNTN|Help:Images/frame}}|2=100px|frame=|ex='''no horizontal alignment specified''', or default alignment|inline=yes|float=no}} |
− | {{Help:Images/frame|2=100px|frame=none|ex=specify horizontal alignment as: '''none'''|inline=no|float=no}} | + | {{ {{TNTN|Help:Images/frame}}|2=100px|frame=none|ex=specify horizontal alignment as: '''none'''|inline=no|float=no}} |
− | {{Help:Images/frame|2=100px|frame=center|ex=specify horizontal alignment as: '''center'''|inline=no|float=no}} | + | {{ {{TNTN|Help:Images/frame}}|2=100px|frame=center|ex=specify horizontal alignment as: '''center'''|inline=no|float=no}} |
− | {{Help:Images/frame|2=100px|frame=left|ex=specify horizontal alignment as: '''left'''|inline=no|float=yes}} | + | {{ {{TNTN|Help:Images/frame}}|2=100px|frame=left|ex=specify horizontal alignment as: '''left'''|inline=no|float=yes}} |
− | {{Help:Images/frame|2=100px|frame=right|ex=specify horizontal alignment as: '''right'''|inline=no|float=yes}} | + | {{ {{TNTN|Help:Images/frame}}|2=100px|frame=right|ex=specify horizontal alignment as: '''right'''|inline=no|float=yes}} |
|} | |} | ||
− | === | + | {{anchor|Vertical alignment}} |
− | The vertical alignment options take effect only if the image '''is''' rendered as an inline element and '''is not''' floating. They alter the way the inlined image will be vertically aligned with the text present in the same block before and/or after this image on the same rendered row. | + | === Vertical alignment === |
+ | |||
+ | The vertical alignment options take effect only if the image '''is''' rendered as an inline element and '''is not''' floating. | ||
+ | They alter the way the inlined image will be vertically aligned with the text present in the same block before and/or after this image on the same rendered row. | ||
Note that the rendered line of text where inline images are inserted (and the lines of text rendered after the current one) may be moved down (this will increase the line-height conditionally by additional line spacing, just as it may occur with spans of text with variable font sizes, or with superscripts and subscripts) to allow the image height to be fully displayed with this alignment constraint. | Note that the rendered line of text where inline images are inserted (and the lines of text rendered after the current one) may be moved down (this will increase the line-height conditionally by additional line spacing, just as it may occur with spans of text with variable font sizes, or with superscripts and subscripts) to allow the image height to be fully displayed with this alignment constraint. | ||
+ | |||
<div class="mw-collapsible mw-collapsed"><div class="mw-collapsible-toggle toccolours" style="float:none;text-align:center">'''{{Blue|Toggle source code view}}'''</div> | <div class="mw-collapsible mw-collapsed"><div class="mw-collapsible-toggle toccolours" style="float:none;text-align:center">'''{{Blue|Toggle source code view}}'''</div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
208行目: | 231行目: | ||
<del>text</del></u></span></p> | <del>text</del></u></span></p> | ||
− | + | 注記: | |
+ | |||
# The "middle" vertical alignment position of the image (which is also the default) usually refers to the middle between the x-height and the baseline of the text (on which the vertical middle of the image will be aligned, and on which usually the text may be overstroke), but not to the middle of the line-height of the font-height that refers to the space between the "text-top" and "text-bottom" positions ; the font-height excludes: | # The "middle" vertical alignment position of the image (which is also the default) usually refers to the middle between the x-height and the baseline of the text (on which the vertical middle of the image will be aligned, and on which usually the text may be overstroke), but not to the middle of the line-height of the font-height that refers to the space between the "text-top" and "text-bottom" positions ; the font-height excludes: | ||
#* the additional line separation spacing normally divided equally into two line-margins (here 0.5em, according to line-height set to 200%) above and below the font-height). | #* the additional line separation spacing normally divided equally into two line-margins (here 0.5em, according to line-height set to 200%) above and below the font-height). | ||
218行目: | 242行目: | ||
=== Stopping the text flow === | === Stopping the text flow === | ||
− | |||
− | All images rendered as blocks (including non-floating '''center'''ed images, '''left'''- or '''right'''-floating images, as well as '''framed''' or '''thumbnail'''ed floating images) are implicitly breaking the surrounding lines of text (terminating the current block of text before the image, and creating a new paragraph for the text after them). They will then stack vertically along their left or right alignment margin (or along the center line between these margins for '''center'''ed images). | + | On occasion it is desirable to stop text (or other inline non-floating images) from flowing around a floating image. |
+ | Depending on the web browser's screen resolution and such, text flow on the right side of an image may cause a section header (for instance, <nowiki>== My Header ==</nowiki>) to appear to the right of the image, instead of below it, as a user may expect. | ||
+ | The text flow can be stopped by placing '''<nowiki><br clear=all></nowiki>''' (or if you prefer, <nowiki><div style="clear: both"></div></nowiki>) before the text that should start below the floating image. | ||
+ | (This may also be done without an empty line by wrapping the section with the floating images with <nowiki><div style="overflow: hidden">…</div></nowiki>, which clears all floats inside the <code>div</code> element.) | ||
+ | |||
+ | All images rendered as blocks (including non-floating '''center'''ed images, '''left'''- or '''right'''-floating images, as well as '''framed''' or '''thumbnail'''ed floating images) are implicitly breaking the surrounding lines of text (terminating the current block of text before the image, and creating a new paragraph for the text after them). | ||
+ | They will then stack vertically along their left or right alignment margin (or along the center line between these margins for '''center'''ed images). | ||
+ | |||
+ | {{anchor|Altering the default link target}} | ||
+ | === 既定のリンク ターゲットの変更 === | ||
− | + | The following table shows how to alter the link target (whose default is the image description page) or how to remove it. | |
− | The following table shows how to alter the link target (whose default is the image description page) or how to remove it. Changing the link does not alter the format described in the previous sections. | + | Changing the link does not alter the format described in the previous sections. |
{|class="wikitable plainlinks" | {|class="wikitable plainlinks" | ||
|- | |- | ||
!説明 | !説明 | ||
− | ! | + | !入力内容 |
− | ! | + | !出力結果 |
− | {{Help:Images/frame|2=link=Main Page|ex= | + | {{ {{TNTN|Help:Images/frame}}|2=link=Main Page|ex=内部リンク}} |
− | {{Help:Images/frame|2=link=http://wikipedia.org/wiki/Test|ex= | + | {{ {{TNTN|Help:Images/frame}}|2=link=http://wikipedia.org/wiki/Test|ex=外部リンク}} |
− | {{Help:Images/frame|2=link=|ex=no link (external or file page)}} | + | {{ {{TNTN|Help:Images/frame}}|2=link=|ex=no link (external or file page)}} |
|} | |} | ||
240行目: | 272行目: | ||
: Your wiki policy may restrict the use of the alternate link parameter, or may even enforce a prohibition of alternate link parameters for embedded media files (in which case, the link parameter will be ignored), or may only accept them after validation by authorized users or administrators. | : Your wiki policy may restrict the use of the alternate link parameter, or may even enforce a prohibition of alternate link parameters for embedded media files (in which case, the link parameter will be ignored), or may only accept them after validation by authorized users or administrators. | ||
− | == | + | == Rendering a gallery of images == |
=== ギャラリーの構文 === | === ギャラリーの構文 === | ||
− | <code><nowiki><gallery></nowiki></code> | + | |
+ | It's easy to make a gallery of thumbnails with the <code><nowiki><gallery></nowiki></code> tag. | ||
+ | 構文は以下の通りです: | ||
<pre> | <pre> | ||
<nowiki><gallery></nowiki> | <nowiki><gallery></nowiki> | ||
252行目: | 286行目: | ||
</pre> | </pre> | ||
− | + | Note that the image code is not enclosed in brackets when enclosed in gallery tags. | |
− | Captions are optional, and may contain wiki links or other formatting. Some of the parameters controlling thumb output can also be used here, specifically the ones that modify the file (as opposed to ones that control where in the page the image falls). For example, with multi-paged media like pdfs, you can use code like <code>page=4</code>. | + | Captions are optional, and may contain wiki links or other formatting. |
+ | Some of the parameters controlling thumb output can also be used here, specifically the ones that modify the file (as opposed to ones that control where in the page the image falls). | ||
+ | For example, with multi-paged media like pdfs, you can use code like <code>page=4</code>. | ||
<code>File:</code> 接頭辞は省略できます。 | <code>File:</code> 接頭辞は省略できます。 | ||
− | + | 例: | |
− | < | + | |
− | + | <source lang="moin"> | |
− | File:Example.jpg| | + | <gallery> |
− | File:Example.jpg| | + | File:Example.jpg|Item 1 |
+ | File:Example.jpg|a link to [[Help:Contents]] | ||
File:Example.jpg | File:Example.jpg | ||
File:Example.jpg|alt=An example image. It has flowers | File:Example.jpg|alt=An example image. It has flowers | ||
− | File:Example.jpg| | + | File:Example.jpg|''italic caption'' |
− | + | Example.jpg|on page "{{PAGENAME}}" | |
+ | File:Using Firefox.pdf|page=72 | ||
</gallery> | </gallery> | ||
− | </ | + | </source> |
− | + | ||
+ | is formatted as: | ||
+ | |||
<gallery> | <gallery> | ||
− | File:Example.jpg| | + | File:Example.jpg|Item 1 |
− | File:Example.jpg|[[Help:Contents | + | File:Example.jpg|a link to [[Help:Contents]] |
File:Example.jpg | File:Example.jpg | ||
File:Example.jpg|alt=An example image. It has flowers | File:Example.jpg|alt=An example image. It has flowers | ||
− | File:Example.jpg|'' | + | File:Example.jpg|''italic caption'' |
− | + | Example.jpg|on page "{{PAGENAME}}" | |
+ | File:Using Firefox.pdf|page=72 | ||
</gallery> | </gallery> | ||
==== Mode parameter ==== | ==== Mode parameter ==== | ||
− | {{MW 1.22 | + | {{MW 1.22|and after}} |
− | Starting in 1.22 we have experimental mode parameter, taking options < | + | Starting in 1.22 we have an experimental <code>mode</code> parameter, taking options as follows: |
+ | |||
+ | * <code>traditional</code> is the original gallery type used by MediaWiki. | ||
+ | * <code>nolines</code> is similar to <code>traditional</code>, but with no border lines. | ||
+ | * <code>packed</code> causes images to have the same height but different widths, with little space between the images. The rows in this [[w:Responsive web design|responsive]] mode organize themselves according to the width of the screen. | ||
+ | * <code>packed-overlay</code> shows the caption overlaid on the image, in a semi-transparent white box. | ||
+ | * <code>packed-hover</code> is similar to <code>packed-overlay</code>, but with the caption and box only showing up on hover. | ||
− | + | 例: | |
− | < | + | |
+ | <source lang="moin"> | ||
<gallery mode="packed-hover"> | <gallery mode="packed-hover"> | ||
Image:Astronotus_ocellatus.jpg|''[[commons:Astronotus ocellatus|Astronotus ocellatus]]'' (Oscar) | Image:Astronotus_ocellatus.jpg|''[[commons:Astronotus ocellatus|Astronotus ocellatus]]'' (Oscar) | ||
301行目: | 349行目: | ||
File:Australian blenny.jpg|''[[commons:Category:Ecsenius|Ecsenius axelrodi]]'' | File:Australian blenny.jpg|''[[commons:Category:Ecsenius|Ecsenius axelrodi]]'' | ||
</gallery> | </gallery> | ||
− | </ | + | </source> |
Gives (mode: <tt>packed-hover</tt>): | Gives (mode: <tt>packed-hover</tt>): | ||
+ | |||
<gallery mode="packed-hover"> | <gallery mode="packed-hover"> | ||
Image:Astronotus_ocellatus.jpg|''[[commons:Astronotus ocellatus|Astronotus ocellatus]]'' (Oscar) | Image:Astronotus_ocellatus.jpg|''[[commons:Astronotus ocellatus|Astronotus ocellatus]]'' (Oscar) | ||
321行目: | 370行目: | ||
</gallery> | </gallery> | ||
− | + | その他のモードの例: | |
<code>mode="traditional"</code> | <code>mode="traditional"</code> | ||
350行目: | 399行目: | ||
Image:Georgia Aquarium - Giant Grouper.jpg|''[[commons:Epinephelus lanceolatus|Epinephelus lanceolatus]]'' (Giant grouper) | Image:Georgia Aquarium - Giant Grouper.jpg|''[[commons:Epinephelus lanceolatus|Epinephelus lanceolatus]]'' (Giant grouper) | ||
</gallery> | </gallery> | ||
+ | |||
=== Optional gallery attributes === | === Optional gallery attributes === | ||
+ | |||
The gallery tag itself takes several additional parameters, specified as attribute name-value pairs: | The gallery tag itself takes several additional parameters, specified as attribute name-value pairs: | ||
359行目: | 410行目: | ||
* <code>caption="{caption}"</code>: (caption text between double quotes for more than a word) sets a caption centered atop the gallery. | * <code>caption="{caption}"</code>: (caption text between double quotes for more than a word) sets a caption centered atop the gallery. | ||
− | * <code>widths={width}px</code>: sets the widths of the images, default 120px. '' | + | * <code>widths={width}px</code>: sets the widths of the images, default 120px. ''複数形の width'''s''' であることにご注意ください''. |
* <code>heights={heights}px</code>: sets the (max) heights of the images. | * <code>heights={heights}px</code>: sets the (max) heights of the images. | ||
* <code>perrow={integer}</code>: sets the number of images per row. 0 means automatically adjust based on width of screen. | * <code>perrow={integer}</code>: sets the number of images per row. 0 means automatically adjust based on width of screen. | ||
− | * <code>showfilename={anything}</code>: Show the filenames of the images in the individual captions for each image (1.17 | + | * <code>showfilename={anything}</code>: Show the filenames of the images in the individual captions for each image (1.17+). |
− | * <code>mode={traditional|nolines|packed|packed-hover|packed-overlay}</code>: See section above (1.22 | + | * <code>mode={traditional|nolines|packed|packed-hover|packed-overlay}</code>: See section above (1.22+). |
− | {{note|The widths and heights parameters are taken more as suggestions than strict values for packed (and related) modes. Packed modes will adjust the width of images in order to make each row the same length. }} | + | {{note|The widths and heights parameters are taken more as suggestions than strict values for packed (and related) modes. Packed modes will adjust the width of images in order to make each row the same length.}} |
− | + | 例: | |
+ | |||
+ | コード: | ||
− | |||
<pre> | <pre> | ||
<gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy"> | <gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy"> | ||
385行目: | 437行目: | ||
</pre> | </pre> | ||
− | + | 結果: | |
+ | |||
<gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy"> | <gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy"> | ||
File:Example.jpg | File:Example.jpg | ||
399行目: | 452行目: | ||
</gallery> | </gallery> | ||
− | == | + | == Row of images that will wrap to browser width == |
− | + | ||
+ | One way that works for a row of images with varying widths is not to use "thumb" or "left" or "none". | ||
+ | If "thumb" is not used (and thus no captions) a row of images will wrap to the browser width. | ||
+ | If necessary, narrow the browser window to see the images wrap to the next row. | ||
+ | |||
+ | <pre> | ||
+ | [[File:Example.jpg|220px]] | ||
+ | [[File:Example.jpg|100px]] | ||
+ | [[File:Example.jpg|150px]] | ||
+ | [[File:Example.jpg|250px]] | ||
+ | [[File:Example.jpg|200px]] | ||
+ | [[File:Example.jpg|50px]] | ||
+ | [[File:Example.jpg|220px]] | ||
+ | [[File:Example.jpg|175px]] | ||
+ | </pre> | ||
+ | |||
+ | [[File:Example.jpg|220px]] | ||
+ | [[File:Example.jpg|100px]] | ||
+ | [[File:Example.jpg|150px]] | ||
+ | [[File:Example.jpg|250px]] | ||
+ | [[File:Example.jpg|200px]] | ||
+ | [[File:Example.jpg|50px]] | ||
+ | [[File:Example.jpg|220px]] | ||
+ | [[File:Example.jpg|175px]] | ||
− | + | '''To wrap images of varying widths with captions''' it is necessary to use div HTML for an unordered list. Along with <code>style="display: inline-block;"</code>. For more info and ideas see: [http://www.sitepoint.com/give-floats-the-flick-in-css-layouts Give Floats the Flick in CSS Layouts]. | |
− | |||
− | + | <source lang="html"> | |
− | + | <div><ul> | |
− | [[: | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 1]] </li> |
− | | | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|100px|Caption 2]] </li> |
− | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|150px|Caption 3]] </li> | |
− | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|250px|Caption 4]] </li> | |
− | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|200px|Caption 5]] </li> | |
− | [[: | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|50px|Caption 6]] </li> |
− | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 7]] </li> | |
− | + | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|175px|Caption 8]] </li> | |
− | + | </ul></div> | |
+ | </source> | ||
− | === | + | <div><ul> |
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 1]] </li> | ||
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|100px|Caption 2]] </li> | ||
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|150px|Caption 3]] </li> | ||
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|250px|Caption 4]] </li> | ||
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|200px|Caption 5]] </li> | ||
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|50px|Caption 6]] </li> | ||
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 7]] </li> | ||
+ | <li style="display: inline-block;"> [[File:Example.jpg|thumb|none|175px|Caption 8]] </li> | ||
+ | </ul></div> | ||
− | + | Some wiki farms do not have all gallery options (such as "widths"). | |
+ | Also, sometimes one wants varying widths for images in a row. | ||
+ | Outside of a gallery, or the div HTML, it is impossible to have individual captions for images in a row of images that will wrap to the browser width. | ||
+ | Try it and see. Nothing else using wikitext works correctly. Images will either overlap stuff on the right, or force a horizontal scroll bar. | ||
− | + | Using a left float ("left") for some images, combined with "none" for some of the images, will not work consistently either, especially if there is also a right sidebar of images. | |
− | + | Weird things will occur. | |
− | + | At narrower browser or screen widths an image out of the row may appear far down the page after the end of the right sidebar of images. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == リンクの挙動 == | |
+ | By default an image links to its file description page. | ||
+ | The "link=" option modifies this behavior to link to another page or website, or to turn off the image's linking behavior. | ||
+ | Alternatively, you can create a text link to a file description page or to the file itself. | ||
+ | See {{ll|Help:Linking to files}}. | ||
=== Display image, link it to another page or website === | === Display image, link it to another page or website === | ||
459行目: | 543行目: | ||
=== Display image, turn off link === | === Display image, turn off link === | ||
+ | |||
Use "link=" option with no value assigned to turn link off entirely; the below image is not a link: | Use "link=" option with no value assigned to turn link off entirely; the below image is not a link: | ||
464行目: | 549行目: | ||
[[File:Wiki.png|50px|link=]] | [[File:Wiki.png|50px|link=]] | ||
+ | |||
== Requisites == | == Requisites == | ||
− | |||
− | == | + | Before using images in your page, the system administrator of your wiki must have [[Special:MyLanguage/Manual:Configuring file uploads|enabled file uploads]] and a user has to [[Special:MyLanguage/Help:Managing files|upload the file]]. |
− | You can link to an external file available online using the same syntax used for linking to an external web page. | + | System administrators may also set the wiki to accept files from [[Special:MyLanguage/Manual:Image Administration#Foreign Repositories|foreign repositories]], such as the [http://commons.wikimedia.org/wiki/Main_Page Wikimedia Commons]. |
+ | For server side image resizing it is necessary to have a scaler configured (such as GD2, ImageMagick, etc.). | ||
+ | |||
+ | == Files at other websites == | ||
+ | |||
+ | You can link to an external file available online using the same syntax used for linking to an external web page. | ||
+ | With these syntaxes, the image will not be rendered, but only the text of the link to this image will be displayed. | ||
+ | |||
<pre>[http://url.for/some/image.png]</pre> | <pre>[http://url.for/some/image.png]</pre> | ||
Or with a different displayed text: | Or with a different displayed text: | ||
+ | |||
<pre>[http://url.for/some/image.png link text here]</pre> | <pre>[http://url.for/some/image.png link text here]</pre> | ||
479行目: | 572行目: | ||
which renders as: [http://www.example.com/some/image.png Example '''<del>rich</del>''' ''<ins>link text<ins>'' here.] | which renders as: [http://www.example.com/some/image.png Example '''<del>rich</del>''' ''<ins>link text<ins>'' here.] | ||
− | If it is enabled on your wiki (see {{ | + | If it is enabled on your wiki (see {{ll|Manual:$wgAllowExternalImages}}), you can also embed external images. To do that, simply insert the image's url: |
<pre>http://url.for/some/image.png</pre> | <pre>http://url.for/some/image.png</pre> | ||
Currently, embedded images cannot be resized, but they may be formatted by surrounding MediaWiki markup or HTML/CSS code. | Currently, embedded images cannot be resized, but they may be formatted by surrounding MediaWiki markup or HTML/CSS code. | ||
485行目: | 578行目: | ||
If this wiki option is not enabled, the image will not be embedded but rendered as a textual link to the external site, just like above. | If this wiki option is not enabled, the image will not be embedded but rendered as a textual link to the external site, just like above. | ||
− | + | == 関連項目 == | |
− | [[Category:Help | + | |
+ | *[[w:Wikipedia:Extended image syntax|Wikipedia:Extended image syntax]] | ||
+ | *[[w:Category:Wikipedia image help|Category:Wikipedia image help]] | ||
+ | *[[w:Wikipedia:Picture tutorial|Wikipedia:Picture tutorial]] | ||
+ | *[[Wikipedia:Help:Gallery tag]] | ||
+ | |||
+ | [[Category:Help{{#translation:}}|Images]] |
2016年1月11日 (月) 20:58時点における最新版
注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
|
このページでは、ウィキを編集する際の画像の構文を説明します。 ページで画像を使用するには、通常、あなたまたは別の利用者が画像をアップロードする必要があります。
Images that are stored on a MediaWiki server are usually rendered by using the File:
namespace prefix (but the legacy Image:
namespace prefix is still supported as a synonym) as the target of a MediaWiki link.
The alternate Media:
namespace prefix is also usable to reference the original media file content (for rendering or downloading it separately, out of any MediaWiki page).
目次
対応している画像のメディアの種類[編集]
既定では以下のファイル形式に対応しています:
- .jpgや.jpeg : 標準JPEGフォーマットで圧縮されたビットマップ画像(この非可逆フォーマットは、写真に最も適しています)
- .png : Portable Network Graphics形式のビットマップ画像("W3 Consortium"で指定されています)
- .gif : レガシーの"グラフィックインターチェンジ形式"のビットマップ画像
Other formats used on Wikimedia, and commonly enabled elsewhere (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). Manual:画像の管理#SVG を参照してください。
- .tiff : タグ付けされた画像フォーマット Often used for high-resolution archival photographs. Often used with Extension:PagedTiffHandler.
- .ogg, .oga, .ogv : Ogg multimedia (audio or video). 画像形式ではありませんが、同様に扱われます。 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). Manual:How to use DjVu with MediaWiki を参照してください
- Only a single page of a .pdf or .djvu file is shown at one time.
他のメディアタイプもサポートできますが、インラインに表示できないかも知れません。
単純な画像のレンダリング[編集]
構文[編集]
画像を表示するための完全な構文は以下の通りです:
[[File:filename.extension|options|caption]]
ただし options は、以下のいずれかを 0 個以上並べてパイプ記号 (|) で区切ったものです。
- 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={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 (external link), or[[File:Example.jpg|20px|link=MediaWiki]]
renders as (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 .- ! If you set
|link=|
(empty), then notitle
will be rendered. (See bugzilla:21454.)
- ! If you set
- 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.
- その他の固有のオプション:
- 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.
- alt={alternative text} — (MediaWiki 1.14+) Defines the alternative text (maps to the HTML attribute
If a parameter does not match any of the other possibilities, it is assumed to be the caption text. Caption text shows below the image in thumb and frame formats, or as tooltip text in any other format. Caption text displayed in the thumb and frame formats may contain wiki links and other formatting. MediaWiki の拡張機能が追加的なオプションを追加する場合があります。
If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting.
書式[編集]
次の表は、使用可能な全ての効果を示しています。
説明 | 入力内容 | 出力結果 |
---|---|---|
no format specified 浮動ブロックとしてレンダリング: いいえ インラインでレンダリング: はい キャプションのレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文 |
border results in a very small gray border 浮動ブロックとしてレンダリング: いいえ インラインでレンダリング: はい キャプションのレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|border|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文 |
frameless, like thumbnail, respect user preferences for image width, but without border and no right float 浮動ブロックとしてレンダリング: いいえ インラインでレンダリング: はい キャプションのレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|frameless|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文 |
frameless および border 浮動ブロックとしてレンダリング: いいえ インラインでレンダリング: はい キャプションのレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|frameless|border|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文 |
frame 浮動ブロックとしてレンダリング: はい インラインでレンダリング: いいえ キャプションのレンダリング: はい |
... 本文 本文 本文 [[ファイル:example.jpg|frame|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文
本文 本文 本文 ... |
thumb または thumbnail 浮動ブロックとしてレンダリング: はい インラインでレンダリング: いいえ キャプションのレンダリング: はい |
... 本文 本文 本文 [[ファイル:example.jpg|thumb|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文
本文 本文 本文 ... |
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=N
, where N is the image's aspect ratio (its width divided by its height, defaulting to 0.75).
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.
Size and frame[編集]
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
border
ed, 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.
書式 | 縮小 | 拡大 |
---|---|---|
(未指定) |
[[ファイル:サンプル.jpg|50px]] |
[[ファイル:サンプル.jpg|200px]]
|
border |
[[ファイル:サンプル.jpg|border|50px]] |
[[ファイル:サンプル.jpg|border|200px]]
|
frame |
[[ファイル:サンプル.jpg|frame|50px]] |
[[ファイル:サンプル.jpg|frame|200px]]
|
thumb |
[[ファイル:サンプル.jpg|thumb|50px]] |
[[ファイル:サンプル.jpg|thumb|200px]]
|
frameless |
[[ファイル:サンプル.jpg|frameless|50px]] |
[[ファイル:サンプル.jpg|frameless|200px]] |
Horizontal alignment[編集]
Note that when using the frame
or thumb[nail]
formats, the default horizontal alignment will be right
.
説明 | 入力内容 | 出力結果 |
---|---|---|
no horizontal alignment specified, or default alignment 浮動ブロックとしてレンダリング: いいえ インラインでレンダリング: はい |
... 本文 本文 本文 [[ファイル:example.jpg|100px|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文 |
specify horizontal alignment as: none 浮動ブロックとしてレンダリング: いいえ インラインでレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|none|100px|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文
本文 本文 本文 ... |
specify horizontal alignment as: center 浮動ブロックとしてレンダリング: いいえ インラインでレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|center|100px|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文
本文 本文 本文 ... |
specify horizontal alignment as: left 浮動ブロックとしてレンダリング: はい インラインでレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|left|100px|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文
本文 本文 本文 ... |
specify horizontal alignment as: right 浮動ブロックとしてレンダリング: はい インラインでレンダリング: いいえ |
... 本文 本文 本文 [[ファイル:example.jpg|right|100px|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文
本文 本文 本文 ... |
Vertical alignment[編集]
The vertical alignment options take effect only if the image is rendered as an inline element and is not floating. They alter the way the inlined image will be vertically aligned with the text present in the same block before and/or after this image on the same rendered row.
Note that the rendered line of text where inline images are inserted (and the lines of text rendered after the current one) may be moved down (this will increase the line-height conditionally by additional line spacing, just as it may occur with spans of text with variable font sizes, or with superscripts and subscripts) to allow the image height to be fully displayed with this alignment constraint.
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
'''top:''' [[File:Example.jpg|20px|top]] [[File:Example.jpg|40px|top]] [[File:Example.jpg|100px|top]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
'''text-top:''' [[File:Example.jpg|20px|text-top]] [[File:Example.jpg|40px|text-top]] [[File:Example.jpg|100px|text-top]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
<sup>super:</sup> [[File:Example.jpg|20px|super]] [[File:Example.jpg|40px|super]] [[File:Example.jpg|100px|super]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
'''baseline:''' [[File:Example.jpg|20px|baseline]] [[File:Example.jpg|40px|baseline]] [[File:Example.jpg|100px|baseline]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
<sub>'''sub:'''</sub> [[File:Example.jpg|20px|sub]] [[File:Example.jpg|40px|sub]] [[File:Example.jpg|100px|sub]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
'''default:''' [[File:Example.jpg|20px]][[File:Example.jpg|40px]] [[File:Example.jpg|100px]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
'''middle:''' [[File:Example.jpg|20px|middle]] [[File:Example.jpg|40px|middle]] [[File:Example.jpg|100px|middle]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
'''text-bottom:''' [[File:Example.jpg|20px|text-bottom]] [[File:Example.jpg|40px|text-bottom]] [[File:Example.jpg|100px|text-bottom]]
<del>text</del></u></span></p>
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
<span style="background:#FFF;color:#000;text-decoration:overline"><u><del>text</del>
'''bottom:'' [[File:Example.jpg|20px|bottom]] [[File:Example.jpg|40px|bottom]] [[File:Example.jpg|100px|bottom]]
<del>text</del></u></span></p>
To show the alignment result more clearly, the text spans are overlined and underlined, the font-size is increased to 200%, and the paragraph block is outlined with a thin border; additionally images of different sizes are aligned:
注記:
- The "middle" vertical alignment position of the image (which is also the default) usually refers to the middle between the x-height and the baseline of the text (on which the vertical middle of the image will be aligned, and on which usually the text may be overstroke), but not to the middle of the line-height of the font-height that refers to the space between the "text-top" and "text-bottom" positions ; the font-height excludes:
- the additional line separation spacing normally divided equally into two line-margins (here 0.5em, according to line-height set to 200%) above and below the font-height).
- the additional line spacing which may be added by superscripts and subscripts.
- However, if the image height causes its top or bottom position to go above or below the normal full line-height of text, the middle position will be adjusted after the increasing the top and/or bottom line-margins so that the image can fit and align properly, and all images (including those with smaller heights) will be vertically centered on the adjusted middle position (for computing the effective line-height, the text of each rendered row with the larger font-height will be considered).
- The "text-top" and "text-bottom" alignment positions also excludes the extra line spacing added by superscripts and subscripts, but not the additional line-spacing defined by the line-height.
- The "top" and "bottom" alignment positions take into account all these extra line spacings (including superscripts and subscripts, if they are present in a rendered line span). When the image alignment constrains the image to grow above or below the normal line-spacing, and the image is not absolutely positioned, the image will cause the "top" and "bottom" positions to be adjusted (just like superscripts and subscripts), so the effective line-height between rendered lines of text will be higher.
- The "underline", "overline" and "overstrike" text-decoration positions should be somewhere within these two limits and may depend on the type and height of fonts used (the superscript and subscript styles may be taken into account in some browsers, but usually these styles are ignored and the position of these decorations may not be adjusted); so these decorations normally don't affect the vertical position of images, relatively to the text.
Stopping the text flow[編集]
On occasion it is desirable to stop text (or other inline non-floating images) from flowing around a floating image.
Depending on the web browser's screen resolution and such, text flow on the right side of an image may cause a section header (for instance, == My Header ==) to appear to the right of the image, instead of below it, as a user may expect.
The text flow can be stopped by placing <br clear=all> (or if you prefer, <div style="clear: both"></div>) before the text that should start below the floating image.
(This may also be done without an empty line by wrapping the section with the floating images with <div style="overflow: hidden">…</div>, which clears all floats inside the div
element.)
All images rendered as blocks (including non-floating centered images, left- or right-floating images, as well as framed or thumbnailed floating images) are implicitly breaking the surrounding lines of text (terminating the current block of text before the image, and creating a new paragraph for the text after them). They will then stack vertically along their left or right alignment margin (or along the center line between these margins for centered images).
既定のリンク ターゲットの変更[編集]
The following table shows how to alter the link target (whose default is the image description page) or how to remove it. Changing the link does not alter the format described in the previous sections.
説明 | 入力内容 | 出力結果 |
---|---|---|
内部リンク |
... 本文 本文 本文 [[ファイル:example.jpg|link=Main Page|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文 |
外部リンク |
... 本文 本文 本文 [[ファイル:example.jpg|link=http://wikipedia.org/wiki/Test|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文 |
no link (external or file page) |
... 本文 本文 本文 [[ファイル:example.jpg|link=|キャプション]] 本文 本文 本文 ... |
... 本文 本文 本文
本文 本文 本文 ... |
警告:
- The licencing requirements on your wiki may not allow you to remove all links to the description page that displays the required authors attributions, the copyrights statements, the applicable licencing terms, or a more complete description of the rendered image (including its history of modifications).
- If you change or remove the target link of an image, you will then have to provide somewhere else on your page an explicit link to this description page, or to display the copyright and author statement and a link to the applicable licence, if they are different from the elements applicable to the embedding page itself.
- Your wiki policy may restrict the use of the alternate link parameter, or may even enforce a prohibition of alternate link parameters for embedded media files (in which case, the link parameter will be ignored), or may only accept them after validation by authorized users or administrators.
Rendering a gallery of images[編集]
ギャラリーの構文[編集]
It's easy to make a gallery of thumbnails with the <gallery>
tag.
構文は以下の通りです:
<gallery> File:file_name.ext|caption|alt=alt language File:file_name.ext|caption|alt=alt language {...} </gallery>
Note that the image code is not enclosed in brackets when enclosed in gallery tags.
Captions are optional, and may contain wiki links or other formatting.
Some of the parameters controlling thumb output can also be used here, specifically the ones that modify the file (as opposed to ones that control where in the page the image falls).
For example, with multi-paged media like pdfs, you can use code like page=4
.
File:
接頭辞は省略できます。
例:
<gallery>
File:Example.jpg|Item 1
File:Example.jpg|a link to [[Help:Contents]]
File:Example.jpg
File:Example.jpg|alt=An example image. It has flowers
File:Example.jpg|''italic caption''
Example.jpg|on page "{{PAGENAME}}"
File:Using Firefox.pdf|page=72
</gallery>
is formatted as:
a link to Help:Contents
- Using Firefox.pdf
page=72
Mode parameter[編集]
MediaWiki バージョン: | ≥ 1.22 |
Starting in 1.22 we have an experimental mode
parameter, taking options as follows:
-
traditional
is the original gallery type used by MediaWiki. -
nolines
is similar totraditional
, but with no border lines. -
packed
causes images to have the same height but different widths, with little space between the images. The rows in this responsive mode organize themselves according to the width of the screen. -
packed-overlay
shows the caption overlaid on the image, in a semi-transparent white box. -
packed-hover
is similar topacked-overlay
, but with the caption and box only showing up on hover.
例:
<gallery mode="packed-hover">
Image:Astronotus_ocellatus.jpg|''[[commons:Astronotus ocellatus|Astronotus ocellatus]]'' (Oscar)
Image:Salmonlarvakils.jpg|''[[commons:Salmo salar|Salmo salar]]'' (Salmon Larva)
Image:Georgia Aquarium - Giant Grouper.jpg|''[[commons:Epinephelus lanceolatus|Epinephelus lanceolatus]]'' (Giant grouper)
Image:Pterois volitans Manado-e.jpg|''[[commons:Pterois volitans|Pterois volitans]]'' (Red Lionfish)
Image:Macropodus opercularis - front (aka).jpg|''[[commons:Macropodus opercularis|Macropodus opercularis]]'' (Paradise fish)
Image:Canthigaster valentini 1.jpg|''[[commons:Canthigaster valentini|Canthigaster valentini]]'' (Valentinni's sharpnose puffer)
Image:Flughahn.jpg|[[Image:POTY ribbon 2007.svg|25px]] ''[[commons:Dactylopterus volitans|Dactylopterus volitans]]'' (Flying gurnard)
Image:Fishmarket 01.jpg|''[[commons:Semicossyphus pulcher|Semicossyphus pulcher]]'' (California Sheephead)
Image:Pseudorasbora parva(edited version).jpg|''[[commons:Category:Pseudorasbora parva|Pseudorasbora parva]]'' (Topmouth gudgeon)
Image:MC Rotfeuerfisch.jpg|''[[commons:Category:Pterois antennata|Pterois antennata]]'' (Antennata Lionfish)
Image:Cleaning station konan.jpg|''[[commons:Novaculichthys taeniourus|Novaculichthys taeniourus]]''
Image:Synchiropus splendidus 2 Luc Viatour.jpg|''[[commons:Synchiropus splendidus|Synchiropus splendidus]]'' (Mandarin fish)
File:Psetta maxima Luc Viatour.jpg|''[[commons:Psetta maxima|Psetta maxima]]'' (Turbot)
File:Australian blenny.jpg|''[[commons:Category:Ecsenius|Ecsenius axelrodi]]''
</gallery>
Gives (mode: packed-hover):
- Astronotus ocellatus.jpg
Astronotus ocellatus (Oscar)
- Salmonlarvakils.jpg
Salmo salar (Salmon Larva)
- Georgia Aquarium - Giant Grouper.jpg
Epinephelus lanceolatus (Giant grouper)
- Pterois volitans Manado-e.jpg
Pterois volitans (Red Lionfish)
- Macropodus opercularis - front (aka).jpg
Macropodus opercularis (Paradise fish)
- Canthigaster valentini 1.jpg
Canthigaster valentini (Valentinni's sharpnose puffer)
- Flughahn.jpg
25px Dactylopterus volitans (Flying gurnard)
- Fishmarket 01.jpg
Semicossyphus pulcher (California Sheephead)
- Pseudorasbora parva(edited version).jpg
Pseudorasbora parva (Topmouth gudgeon)
- MC Rotfeuerfisch.jpg
Pterois antennata (Antennata Lionfish)
- Cleaning station konan.jpg
- Synchiropus splendidus 2 Luc Viatour.jpg
Synchiropus splendidus (Mandarin fish)
- Psetta maxima Luc Viatour.jpg
Psetta maxima (Turbot)
- Australian blenny.jpg
その他のモードの例:
mode="traditional"
- Astronotus ocellatus.jpg
Astronotus ocellatus (Oscar)
- Salmonlarvakils.jpg
Salmo salar (Salmon Larva)
- Georgia Aquarium - Giant Grouper.jpg
Epinephelus lanceolatus (Giant grouper)
mode="nolines"
- Astronotus ocellatus.jpg
Astronotus ocellatus (Oscar)
- Salmonlarvakils.jpg
Salmo salar (Salmon Larva)
- Georgia Aquarium - Giant Grouper.jpg
Epinephelus lanceolatus (Giant grouper)
mode="packed"
- Astronotus ocellatus.jpg
Astronotus ocellatus (Oscar)
- Salmonlarvakils.jpg
Salmo salar (Salmon Larva)
- Georgia Aquarium - Giant Grouper.jpg
Epinephelus lanceolatus (Giant grouper)
mode="packed-overlay"
Optional gallery attributes[編集]
The gallery tag itself takes several additional parameters, specified as attribute name-value pairs:
<gallery {parameters}> {images} </gallery>
-
caption="{caption}"
: (caption text between double quotes for more than a word) sets a caption centered atop the gallery. -
widths={width}px
: sets the widths of the images, default 120px. 複数形の widths であることにご注意ください. -
heights={heights}px
: sets the (max) heights of the images. -
perrow={integer}
: sets the number of images per row. 0 means automatically adjust based on width of screen. -
showfilename={anything}
: Show the filenames of the images in the individual captions for each image (1.17+). -
mode={traditional|nolines|packed|packed-hover|packed-overlay}
: See section above (1.22+).
例:
コード:
<gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy"> File:Example.jpg File:Example.jpg File:Example.jpg File:Example.jpg File:Example.jpg File:Example.jpg File:Example.jpg File:Example.jpg File:Example.jpg File:Example.jpg </gallery>
結果:
Row of images that will wrap to browser width[編集]
One way that works for a row of images with varying widths is not to use "thumb" or "left" or "none". If "thumb" is not used (and thus no captions) a row of images will wrap to the browser width. If necessary, narrow the browser window to see the images wrap to the next row.
[[File:Example.jpg|220px]] [[File:Example.jpg|100px]] [[File:Example.jpg|150px]] [[File:Example.jpg|250px]] [[File:Example.jpg|200px]] [[File:Example.jpg|50px]] [[File:Example.jpg|220px]] [[File:Example.jpg|175px]]
To wrap images of varying widths with captions it is necessary to use div HTML for an unordered list. Along with style="display: inline-block;"
. For more info and ideas see: Give Floats the Flick in CSS Layouts.
<div><ul>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 1]] </li>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|100px|Caption 2]] </li>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|150px|Caption 3]] </li>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|250px|Caption 4]] </li>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|200px|Caption 5]] </li>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|50px|Caption 6]] </li>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 7]] </li>
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|175px|Caption 8]] </li>
</ul></div>
Some wiki farms do not have all gallery options (such as "widths"). Also, sometimes one wants varying widths for images in a row. Outside of a gallery, or the div HTML, it is impossible to have individual captions for images in a row of images that will wrap to the browser width. Try it and see. Nothing else using wikitext works correctly. Images will either overlap stuff on the right, or force a horizontal scroll bar.
Using a left float ("left") for some images, combined with "none" for some of the images, will not work consistently either, especially if there is also a right sidebar of images. Weird things will occur. At narrower browser or screen widths an image out of the row may appear far down the page after the end of the right sidebar of images.
リンクの挙動[編集]
By default an image links to its file description page. The "link=" option modifies this behavior to link to another page or website, or to turn off the image's linking behavior.
Alternatively, you can create a text link to a file description page or to the file itself. See Help:Linking to files.
Display image, link it to another page or website[編集]
Use "link=" option to link image to another page or website:
Clicking on the below image will take you to MediaWiki:
[[File:Wiki.png|50px|link=MediaWiki]]
Clicking on the below image will take you to example.com:
[[File:Wiki.png|50px|link=http://example.com]]
Display image, turn off link[編集]
Use "link=" option with no value assigned to turn link off entirely; the below image is not a link:
[[File:Wiki.png|50px|link=]]
Requisites[編集]
Before using images in your page, the system administrator of your wiki must have enabled file uploads and a user has to upload the file. System administrators may also set the wiki to accept files from foreign repositories, such as the Wikimedia Commons. For server side image resizing it is necessary to have a scaler configured (such as GD2, ImageMagick, etc.).
Files at other websites[編集]
You can link to an external file available online using the same syntax used for linking to an external web page. With these syntaxes, the image will not be rendered, but only the text of the link to this image will be displayed.
[http://url.for/some/image.png]
Or with a different displayed text:
[http://url.for/some/image.png link text here]
Additional MediaWiki markup or HTML/CSS formatting (for inline elements) is permitted in this displayed text (with the exception of embedded links that would break the surrounding link):
[http://www.example.com/some/image.png Example '''<del>rich</del>''' ''<ins>link text</ins>'' here.]
which renders as: Example rich link text<ins> here.
If it is enabled on your wiki (see Manual:$wgAllowExternalImages), you can also embed external images. To do that, simply insert the image's url:
http://url.for/some/image.png
Currently, embedded images cannot be resized, but they may be formatted by surrounding MediaWiki markup or HTML/CSS code.
If this wiki option is not enabled, the image will not be embedded but rendered as a textual link to the external site, just like above.