Difference between revisions of "Help:Images"

From The SBN Wiki
Jump to navigation Jump to search
m (1 revision: Media Wiki Help Pages)
 
m (1 revision imported)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{PD Help Page}}
+
<languages />
This page explains the '''image''' syntax when editing the wiki. You or another user must usually [[Help:Managing files|upload an image]] before you can use it on a page.
+
{{TNT|PD Help Page}}
 +
<translate>
 +
<!--T:1-->
 +
This page explains the '''image''' syntax when editing the wiki.</translate>
 +
<translate>
 +
<!--T:2-->
 +
You or another user must usually [[<tvar|managing>Special:MyLanguage/Help:Managing files</>|upload an image]] before you can use it on a page.
  
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).
+
<!--T:3-->
 +
Images that are stored on a MediaWiki server are usually rendered by using the <tvar|file><code>File:</code></> namespace prefix (but the legacy <tvar|image><code>Image:</code></> namespace prefix is still supported as a synonym) as the target of a MediaWiki link.</translate>
 +
<translate>
 +
<!--T:4-->
 +
The alternate <tvar|media><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).
  
== Supported media types for images ==
+
== Supported media types for images == <!--T:5-->
 +
 
 +
<!--T:6-->
 
The following file formats are supported by default:
 
The following file formats are supported by default:
* .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'').
+
<!--T:7-->
 +
* .jpg or .jpeg : bitmap image compressed in the standard JPEG format (this lossy format is most suitable for photographs).</translate>
 +
<translate>
 +
<!--T:8-->
 +
* .png : bitmap image in the ''[[w:Portable Network Graphics|Portable Network Graphics]]'' format (specified by the ''W3 Consortium'').</translate>
 +
<translate>
 +
<!--T:9-->
 
* .gif : bitmap image in the legacy ''Graphics Interchange Format''.
 
* .gif : bitmap image in the legacy ''Graphics Interchange Format''.
  
 +
<!--T:10-->
 
Other formats used on Wikimedia, and commonly enabled elsewhere (these may require extra set-up beyond what is enabled by default):
 
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''). <!-- See {{mediawiki|Manual:Image_Administration#SVG}}. -->
+
 
* .tiff : Tagged image format. Often used for high-resolution archival photographs. <-- Often used with {{mediawiki|Extension:PagedTiffHandler}}. -->
+
<!--T:11-->
* .ogg, .oga, .ogv : Ogg multimedia (audio or video) Not an image format, but treated similarly. <-- Often used with {{mediawiki|Extension:OggHandler}} -->
+
* .svg : scalable image in the ''Scalable Vector Graphics'' format (specified by the ''W3 Consortium'').</translate> <translate><!--T:12-->
* .pdf : multipaged documents in the ''Portable Document Format'' (initially specified by ''Adobe''). <-- Often used in conjunction with {{mediawiki|Extension:PdfHandler}} -->
+
See [[<tvar|man>Special:MyLanguage/Manual:Image Administration#SVG</>|Manual:Image Administration#SVG]].</translate>
* .djvu : multipaged bitmap documents in the ''DejaVu'' format (most often, scans of books). <-- See {{mediawiki|Manual:How to use DjVu with MediaWiki}} -->
+
<translate>
 +
<!--T:13-->
 +
* .tiff : Tagged image format.</translate> <translate><!--T:14-->
 +
Often used for high-resolution archival photographs.</translate> <translate><!--T:15-->
 +
Often used with <tvar|ext>{{ll|Extension:PagedTiffHandler}}</>.</translate>
 +
<translate>
 +
<!--T:16-->
 +
* .ogg, .oga, .ogv : Ogg multimedia (audio or video).</translate> <translate><!--T:17-->
 +
Not an image format, but treated similarly.</translate> <translate><!--T:18-->
 +
Often used with <tvar|ext>{{ll|Extension:OggHandler}}</></translate>
 +
<translate>
 +
<!--T:19-->
 +
* .pdf : multipaged documents in the ''Portable Document Format'' (initially specified by ''Adobe'').</translate> <translate><!--T:20-->
 +
Often used in conjunction with <tvar|ext>{{ll|Extension:PdfHandler}}</></translate>
 +
<translate>
 +
<!--T:21-->
 +
* .djvu : multipaged bitmap documents in the ''DejaVu'' format (most often, scans of books).</translate> <translate><!--T:22-->
 +
See <tvar|man>{{ll|Manual:How to use DjVu with MediaWiki}}</></translate>
 +
<translate>
 +
<!--T:23-->
 
*: 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.
  
 +
<!--T:24-->
 
Other media types may be supported, but it may not be possible to display them inline.
 
Other media types may be supported, but it may not be possible to display them inline.
  
== Rendering a single image ==
+
== Rendering a single image == <!--T:25-->
 +
 
 +
=== Syntax === <!--T:26-->
  
=== Syntax ===
+
<!--T:27-->
 
The full syntax for displaying an image is:
 
The full syntax for displaying an image is:
 +
</translate>
 
  <nowiki>[[</nowiki>File:''filename.extension''|''options''|''caption'']]
 
  <nowiki>[[</nowiki>File:''filename.extension''|''options''|''caption'']]
  
 +
<translate>
 +
<!--T:28-->
 
where ''options'' can be zero or more of the following, separated by pipes ('''|'''):
 
where ''options'' can be zero or more of the following, separated by pipes ('''|'''):
* ''[[#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.
 
* ''[[#Size and Frame|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|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|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''').
 
* ''[[#Altering the default link target|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. <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+}}) 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.
 
*** '''!''' If you set <code>|link=|</code> (empty), then no <code>title</code> will be rendered. (see [[bugzilla:21454]])
 
* Other specific options:
 
** '''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>&lt;image /&gt;</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).
 
  
The options can be given in any order. If the given ''options'' conflict each other, the latter is applied, except for the ''format'' options, where the options take the priority in the order of: '''frame'''; '''thumb''' (or '''thumbnail'''); '''frameless''' and/or '''border'''.
+
<!--T:29-->
 +
* ''[[<tvar|1>#Format</>|Format]]'' option: one of '''border''' and/or '''frameless''', '''frame''', '''thumb''' (or '''thumbnail''');</translate>
 +
<translate>
 +
<!--T:30-->
 +
*: Controls how the rendered image is formatted and embedded in the rest of the page.</translate>
 +
<translate>
 +
<!--T:31-->
 +
* ''[[<tvar|1>#Size and frame</>|Resizing]]'' option: one of</translate>
 +
<translate>
 +
<!--T:32-->
 +
** ''{width}'''''px''' — Resizes the image to fit within the given maximum width in pixels, without restricting its height;</translate>
 +
<translate>
 +
<!--T:33-->
 +
** '''x'''''{height}'''''px''' — Resizes the image to fit within the given maximum height in pixels, without restricting its width;</translate>
 +
<translate>
 +
<!--T:34-->
 +
** ''{width}'''''x'''''{height}'''''px''' — Resizes the image to fit within the given width and height in pixels;</translate>
 +
<translate>
 +
<!--T:35-->
 +
** '''upright''' — Resizes an image to fit within reasonable dimensions, according to user preferences (suitable for images whose height is larger than width).</translate>
 +
<translate>
 +
<!--T:36-->
 +
*: 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).</translate>
 +
<translate>
 +
<!--T:37-->
 +
*: The default maximum size depends on the ''format'' and the internal image dimensions (according to its media type).</translate>
 +
<translate>
 +
<!--T:38-->
 +
* ''[[<tvar|1>#Horizontal alignment</>|Horizontal alignment]]'' option: one of '''left''', '''right''', '''center''', '''none''';</translate>
 +
<translate>
 +
<!--T:39-->
 +
*: Controls the horizontal alignment (and inline/block or floating styles) of the image within a text (no default value).</translate>
 +
<translate>
 +
<!--T:40-->
 +
* ''[[<tvar|1>#Vertical alignment</>|Vertical alignment]] option'': one of '''baseline''', '''sub''', '''super''', '''top''', '''text-top''', '''middle''', '''bottom''', '''text-bottom''';</translate>
 +
<translate>
 +
<!--T:41-->
 +
*: 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''').</translate>
 +
<translate>
 +
<!--T:42-->
 +
* ''[[<tvar|1>#Altering the default link target</>|Link]] option'': one of</translate>
 +
<translate>
 +
<!--T:43-->
 +
** '''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. <tvar|code><code><nowiki>[[File:Example.jpg|20px|link=http://www.wikipedia.org]]</nowiki></code></> renders as <tvar|code2>[[File:Example.jpg|20px|link=http://www.wikipedia.org]]</> (external link), or <tvar|code3><code><nowiki>[[File:Example.jpg|20px|link=MediaWiki]]</nowiki></code></> renders as <tvar|code4>[[File:Example.jpg|20px|link=MediaWiki]]</> (internal link).</translate>
 +
<translate>
 +
<!--T:44-->
 +
** '''link=''' (with an empty value) —  ({{mediawiki|rev:41727|MediaWiki 1.14+}}) Displays an image without any activable link; e.g. <tvar|code1><code><nowiki>[[</nowiki>File:Example.jpg|20px|link=]]</code></> renders as <tvar|code2>[[File:Example.jpg|20px|link=]]</>.
 +
</translate>
 +
<!--*** '''!''' Link does '''not''' work with thumb, thumbnail or frame. (This works for external and internal links)-->
 +
<translate>
 +
<!--T:45-->
 +
*** '''!''' If you set <code>|link=|</code> (empty), then no <code>title</code> will be rendered. (See [[bugzilla:21454]].)</translate>
 +
<translate>
 +
<!--T:46-->
 +
* Other specific options:</translate>
 +
<translate>
 +
<!--T:47-->
 +
** '''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>&lt;img /&gt;</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).</translate>
 +
<translate>
 +
<!--T:48-->
 +
** '''page='''''{number}'' — Renders the specified page number (currently only applicable when showing a .djvu or .pdf file).</translate>
 +
<translate>
 +
<!--T:49-->
 +
** '''class='''''{html class}'' — (MediaWiki 1.20+) Defines classes (maps to the HTML attribute <code>class="..."</code> of the generated <code>&lt;img /&gt;</code> element).</translate>
 +
<translate>
 +
<!--T:50-->
 +
** '''lang='''''{language code}'' — (MediaWiki 1.22+) For SVG files containing [http://www.w3.org/TR/SVG/struct.html#SwitchElement &lt;switch&gt;] statements varying on a ''systemLanguage'' attribute, selects what language to render the file in. The default is always English, even on non-English wikis.
 +
 
 +
<!--T:51-->
 +
If a parameter does not match any of the other possibilities, it is assumed to be the caption text.</translate>
 +
<translate>
 +
<!--T:52-->
 +
Caption text shows below the image in '''thumb''' and '''frame''' formats, or as tooltip text in any other format.</translate>
 +
<translate>
 +
<!--T:53-->
 +
Caption text displayed in the '''thumb''' and '''frame''' formats may contain wiki links and other formatting.</translate>
 +
<translate>
 +
<!--T:54-->
 +
MediaWiki extensions can add additional options.
  
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 mouseover text in '''border''', '''frameless''' formats or when the format is omitted.  Caption text displayed in the '''thumb''' and '''frame''' formats may contain wiki links and other formatting.  In the other options, wiki-formatting will not work though transclusion will.
+
<!--T:55-->
 +
If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting.
 +
</translate>
  
If no caption text is supplied, a caption is automatically created showing the file name.  To completely remove the caption, set it to <code><nowiki><span title=""></span></nowiki></code>. For example, <code><nowiki>[[File:Example.jpg|20px|<span title=""></span>]]</nowiki></code> renders as [[File:Example.jpg|20px|<span title=""></span>]].
+
{{anchor|Format}}
 +
<translate>
 +
=== Format === <!--T:56-->
  
=== Format ===
+
<!--T:57-->
 
The following table shows the effect of all available formats.
 
The following table shows the effect of all available formats.
 +
</translate>
  
 
{|class="wikitable plainlinks"
 
{|class="wikitable plainlinks"
 
|-
 
|-
!Description
+
!<translate><!--T:58-->
!You type
+
Description</translate>
!You get
+
!<translate><!--T:59-->
{{Help:Images/frame|frame=|ex=no format specified|float=no|inline=yes}}
+
You type</translate>
{{Help:Images/frame|frame=border|ex='''border''' results in a very small gray border|float=no|inline=yes}}
+
!<translate><!--T:60-->
{{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}}
+
You get</translate>
{{Help:Images/frame|frame=frameless|2=border|ex='''frameless''' and '''border'''|float=no|inline=yes}}
+
{{ {{TNTN|Help:Images/frame}}|frame=|ex=<translate><!--T:61-->
{{Help:Images/frame|frame=frame|ex='''frame'''|float=yes|inline=no}}
+
no format specified</translate>|float=no|inline=yes|render caption=no}}
{{Help:Images/frame|frame=thumb|ex='''thumb''' or '''thumbnail'''|float=yes|inline=no}}
+
{{ {{TNTN|Help:Images/frame}}|frame=border|ex=<translate><!--T:62-->
 +
'''border''' results in a very small gray border</translate>|float=no|inline=yes|render caption=no}}
 +
{{ {{TNTN|Help:Images/frame}}|frame=frameless|ex=<translate><!--T:63-->
 +
'''frameless''', like thumbnail, respect user preferences for image width, but without border and no right float</translate>|float=no|inline=yes|render caption=no}}
 +
{{ {{TNTN|Help:Images/frame}}|frame=frameless|2=border|ex=<translate><!--T:64-->
 +
'''frameless''' and '''border'''</translate>|float=no|inline=yes|render caption=no}}
 +
{{ {{TNTN|Help:Images/frame}}|frame=frame|ex='''frame'''|float=yes|inline=no|render caption=yes}}
 +
{{ {{TNTN|Help:Images/frame}}|frame=thumb|ex=<translate><!--T:65-->
 +
'''thumb''' or '''thumbnail'''</translate>|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</code>, 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.
+
<translate>
 +
<!--T:66-->
 +
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).</translate>
 +
<translate>
 +
<!--T:67-->
 +
The alternative is to specify the desired maximum height (in pixels) explicitly.
  
 +
<!--T:68-->
 
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.
 +
</translate>
 +
 +
{{anchor|Size and frame}}
 +
<translate>
 +
=== Size and frame === <!--T:69-->
  
=== Size and frame ===
+
<!--T:70-->
 
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.
+
 
* When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged to any specified size.
+
<!--T:71-->
* In the examples below, the original size of the image is 400 × 267 pixels.
+
* For how it appears when its size is not specified, see [[<tvar|1>#Format</>|Format]] section above.</translate>
* An image with <code>frame</code> always ignores the size specification, the original image will be reduced if it exceeds the maximum size defined in user preferences.
+
<translate>
 +
<!--T:72-->
 +
* When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged to any specified size.</translate>
 +
<translate>
 +
<!--T:73-->
 +
* In the examples below, the original size of the image is 400 × 267 pixels.</translate>
 +
<translate>
 +
<!--T:74-->
 +
* An image with <code>frame</code> always '''ignores''' the size specification, the original image will be reduced if it exceeds the maximum size defined in user preferences.</translate>
 +
<translate>
 +
<!--T:75-->
 
* The size of an image with <code>thumb</code> can be reduced, but can not be enlarged beyond the original size of the image.
 
* The size of an image with <code>thumb</code> can be reduced, but can not be enlarged beyond the original size of the image.
 +
</translate>
  
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
! Format !! Reduced !! Enlarged
+
! <translate><!--T:76-->
{{Help:Images/size|frame=}}
+
Format</translate> !! <translate><!--T:77-->
{{Help:Images/size|frame=border}}
+
Reduced</translate> !! <translate><!--T:78-->
{{Help:Images/size|frame=frame}}
+
Enlarged</translate>
{{Help:Images/size|frame=thumb}}
+
{{ {{TNTN|Help:Images/size}}|frame=}}
{{Help:Images/size|frame=frameless}}
+
{{ {{TNTN|Help:Images/size}}|frame=border}}
 +
{{ {{TNTN|Help:Images/size}}|frame=frame}}
 +
{{ {{TNTN|Help:Images/size}}|frame=thumb}}
 +
{{ {{TNTN|Help:Images/size}}|frame=frameless}}
 
|}
 
|}
  
=== Horizontal alignment ===
+
{{anchor|Horizontal alignment}}
 +
<translate>
 +
=== Horizontal alignment === <!--T:79-->
 +
 
 +
<!--T:80-->
 
Note that when using the <code>frame</code> or <code>thumb[nail]</code> formats, the default horizontal alignment will be <code>right</code>.
 
Note that when using the <code>frame</code> or <code>thumb[nail]</code> formats, the default horizontal alignment will be <code>right</code>.
 +
</translate>
  
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
!Description
+
!<translate><!--T:81-->
!You type
+
Description</translate>
!You get
+
!<translate><!--T:82-->
{{Help:Images/frame|2=100px|frame=|ex='''no horizontal alignment specified''', or default alignment|inline=yes|float=no}}
+
You type</translate>
{{Help:Images/frame|2=100px|frame=none|ex=specify horizontal alignment as: '''none'''|inline=no|float=no}}
+
!<translate><!--T:83-->
{{Help:Images/frame|2=100px|frame=center|ex=specify horizontal alignment as: '''center'''|inline=no|float=no}}
+
You get</translate>
{{Help:Images/frame|2=100px|frame=left|ex=specify horizontal alignment as: '''left'''|inline=no|float=yes}}
+
{{ {{TNTN|Help:Images/frame}}|2=100px|frame=|ex=<translate><!--T:84-->
{{Help:Images/frame|2=100px|frame=right|ex=specify horizontal alignment as: '''right'''|inline=no|float=yes}}
+
'''no horizontal alignment specified''', or default alignment</translate>|inline=yes|float=no}}
 +
{{ {{TNTN|Help:Images/frame}}|2=100px|frame=none|ex=<translate><!--T:85-->
 +
specify horizontal alignment as: '''none'''</translate>|inline=no|float=no}}
 +
{{ {{TNTN|Help:Images/frame}}|2=100px|frame=center|ex=<translate><!--T:86-->
 +
specify horizontal alignment as: '''center'''</translate>|inline=no|float=no}}
 +
{{ {{TNTN|Help:Images/frame}}|2=100px|frame=left|ex=<translate><!--T:87-->
 +
specify horizontal alignment as: '''left'''</translate>|inline=no|float=yes}}
 +
{{ {{TNTN|Help:Images/frame}}|2=100px|frame=right|ex=<translate><!--T:88-->
 +
specify horizontal alignment as: '''right'''</translate>|inline=no|float=yes}}
 
|}
 
|}
  
=== Vertical alignment ===
+
{{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.
+
<translate>
 +
=== Vertical alignment === <!--T:89-->
  
 +
<!--T:90-->
 +
The vertical alignment options take effect only if the image '''is''' rendered as an inline element and '''is not''' floating.</translate>
 +
<translate>
 +
<!--T:91-->
 +
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.
 +
 +
<!--T:92-->
 
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>
+
</translate>
 +
 
 +
<div class="mw-collapsible mw-collapsed"><div class="mw-collapsible-toggle toccolours" style="float:none;text-align:center">'''{{Blue|<translate><!--T:194-->
 +
Toggle source code view</translate>}}'''</div>
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
<source lang="html4strict" enclose="div">
 
<source lang="html4strict" enclose="div">
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|top]]
+
'''top:''' [[File:Example.jpg|20px|top]] [[File:Example.jpg|40px|top]] [[File:Example.jpg|100px|top]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|text-top]]
+
'''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>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|super]]
+
<sup>super:</sup> [[File:Example.jpg|20px|super]] [[File:Example.jpg|40px|super]] [[File:Example.jpg|100px|super]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|baseline]]
+
'''baseline:''' [[File:Example.jpg|20px|baseline]] [[File:Example.jpg|40px|baseline]] [[File:Example.jpg|100px|baseline]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|sub]]
+
<sub>'''sub:'''</sub> [[File:Example.jpg|20px|sub]] [[File:Example.jpg|40px|sub]] [[File:Example.jpg|100px|sub]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border]]
+
'''default:''' [[File:Example.jpg|20px]][[File:Example.jpg|40px]] [[File:Example.jpg|100px]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|middle]]
+
'''middle:''' [[File:Example.jpg|20px|middle]] [[File:Example.jpg|40px|middle]] [[File:Example.jpg|100px|middle]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|text-bottom]]
+
'''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>
 
<del>text</del></u></span></p>
 
   
 
   
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|bottom]]
+
'''bottom:'' [[File:Example.jpg|20px|bottom]] [[File:Example.jpg|40px|bottom]] [[File:Example.jpg|100px|bottom]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
 
</source></div></div>
 
</source></div></div>
  
To show the alignment result more clearly, the text spans are overlined and underlined, the line-height is increased to 200% of the font-height, the font-height is emphasized with a yellow background covering the line margins, and the full line-height is shown with a dark gray border; additionally images of different sizes are aligned, including one with an additional border that adds some pixels to its specified dimensions and slightly changes its vertical alignment:
+
<translate>
 +
<!--T:93-->
 +
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:
 +
</translate>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|top]]
+
'''top:''' [[File:Example.jpg|20px|top]] [[File:Example.jpg|40px|top]] [[File:Example.jpg|100px|top]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|text-top]]
+
'''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>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|super]]
+
<sup>'''super:'''</sup> [[File:Example.jpg|20px|super]] [[File:Example.jpg|40px|super]] [[File:Example.jpg|100px|super]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|baseline]]
+
'''baseline:''' [[File:Example.jpg|20px|baseline]] [[File:Example.jpg|40px|baseline]] [[File:Example.jpg|100px|baseline]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|sub]]
+
<sub>'''sub:'''</sub> [[File:Example.jpg|20px|sub]] [[File:Example.jpg|40px|sub]] [[File:Example.jpg|100px|sub]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border]]
+
'''default:''' [[File:Example.jpg|20px]] [[File:Example.jpg|40px]] [[File:Example.jpg|100px]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|middle]]
+
'''middle:''' [[File:Example.jpg|20px|middle]] [[File:Example.jpg|40px|middle]] [[File:Example.jpg|100px|middle]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|text-bottom]]
+
'''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>
 
<del>text</del></u></span></p>
  
<p style="border:1px solid #AAA;background:#FF0;padding:0;font-size:150%;line-height:2">
+
<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>
 
<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|40px|border|bottom]]
+
'''bottom:''' [[File:Example.jpg|20px|bottom]] [[File:Example.jpg|40px|bottom]] [[File:Example.jpg|100px|bottom]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
 +
<translate>
 +
<!--T:94-->
 
Notes:
 
Notes:
# 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).
+
<!--T:95-->
#* the additional line spacing which may be added by superscripts and subscripts.
+
# 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:</translate>
# 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).
+
<translate>
# 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.
+
<!--T:96-->
# 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 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).</translate>
 +
<translate>
 +
<!--T:97-->
 +
#* the additional line spacing which may be added by superscripts and subscripts.</translate>
 +
<translate>
 +
<!--T:98-->
 +
# 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).</translate>
 +
<translate>
 +
<!--T:99-->
 +
# 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.</translate>
 +
<translate>
 +
<!--T:100-->
 +
# 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).</translate> <translate><!--T:101-->
 +
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.</translate>
 +
<translate>
 +
<!--T:102-->
 
# 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.
 
# 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 ===
+
=== Stopping the text flow === <!--T:103-->
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 style="clear: both" /></nowiki>''' before the text that should start below the floating image.
 
  
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).
+
<!--T:104-->
 +
On occasion it is desirable to stop text (or other inline non-floating images) from flowing around a floating image.</translate>
 +
<translate>
 +
<!--T:105-->
 +
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.</translate>
 +
<translate>
 +
<!--T:106-->
 +
The text flow can be stopped by placing '''<tvar|code1><nowiki><br clear=all></nowiki></>''' (or if you prefer, <tvar|code2><nowiki><div style="clear: both"></div></nowiki></>) before the text that should start below the floating image.</translate>
 +
<translate>
 +
<!--T:107-->
 +
(This may also be done without an empty line by wrapping the section with the floating images with <tvar|code><nowiki><div style="overflow: hidden">…</div></nowiki></>, which clears all floats inside the <code>div</code> element.)
  
=== Altering the default link target ===
+
<!--T:108-->
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.
+
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).</translate>
 +
<translate>
 +
<!--T:109-->
 +
They will then stack vertically along their left or right alignment margin (or along the center line between these margins for '''center'''ed images).
 +
</translate>
 +
 
 +
{{anchor|Altering the default link target}}
 +
<translate>
 +
=== Altering the default link target === <!--T:110-->
 +
 
 +
<!--T:111-->
 +
The following table shows how to alter the link target (whose default is the image description page) or how to remove it.</translate>
 +
<translate>
 +
<!--T:112-->
 +
Changing the link does not alter the format described in the previous sections.
 +
</translate>
  
 
{|class="wikitable plainlinks"
 
{|class="wikitable plainlinks"
 
|-
 
|-
!Description
+
!<translate><!--T:113-->
!You type
+
Description</translate>
!You get
+
!<translate><!--T:114-->
{{Help:Images/frame|2=link=Main Page|ex=internal link}}
+
You type</translate>
{{Help:Images/frame|2=link=http://wikipedia.org/wiki/Test|ex=external link}}
+
!<translate><!--T:115-->
{{Help:Images/frame|2=link=|ex=no link (external or file page)}}
+
You get</translate>
 +
{{ {{TNTN|Help:Images/frame}}|2=link=Main Page|ex=<translate><!--T:116-->
 +
internal link</translate>}}
 +
{{ {{TNTN|Help:Images/frame}}|2=link=http://wikipedia.org/wiki/Test|ex=<translate><!--T:117-->
 +
external link</translate>}}
 +
{{ {{TNTN|Help:Images/frame}}|2=link=|ex=<translate><!--T:118-->
 +
no link (external or file page)</translate>}}
 
|}
 
|}
  
'''Warning:'''
+
'''<translate><!--T:119-->
: 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).
+
Warning</translate>:'''
: 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.
+
: <translate><!--T:120-->
: 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.
+
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).</translate>
 +
: <translate><!--T:121-->
 +
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.</translate>
 +
: <translate><!--T:122-->
 +
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.</translate>
  
== Rendering a gallery of images ==
+
<translate>
 +
== Rendering a gallery of images == <!--T:123-->
  
=== Gallery syntax ===
+
=== Gallery syntax === <!--T:124-->
It's easy to make a gallery of thumbnails with the <code><nowiki><gallery></nowiki></code> tag. The syntax is:
+
 
 +
<!--T:125-->
 +
It's easy to make a gallery of thumbnails with the <tvar|gallery><code><nowiki><gallery></nowiki></code></> tag.</translate>
 +
<translate>
 +
<!--T:126-->
 +
The syntax is:
 +
</translate>
 
<pre>
 
<pre>
 
<nowiki><gallery></nowiki>
 
<nowiki><gallery></nowiki>
Line 252: Line 476:
 
</pre>
 
</pre>
  
 +
<translate>
 +
<!--T:127-->
 
Note that the image code is not enclosed in brackets when enclosed in gallery tags.  
 
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.
+
<!--T:128-->
 +
Captions are optional, and may contain wiki links or other formatting.</translate>
 +
<translate>
 +
<!--T:129-->
 +
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).</translate>
 +
<translate>
 +
<!--T:130-->
 +
For example, with multi-paged media like pdfs, you can use code like <tvar|code><code>page=4</code></>.
 +
 
 +
<!--T:131-->
 +
The <tvar|file><code>File:</code></> prefix can be omitted.
 +
 
 +
<!--T:132-->
 +
For example:
 +
</translate>
  
for example:
 
 
<pre>
 
<pre>
 
<nowiki><gallery></nowiki>
 
<nowiki><gallery></nowiki>
Line 267: Line 506:
 
</gallery>
 
</gallery>
 
</pre>
 
</pre>
 +
 +
<translate>
 +
<!--T:133-->
 
is formatted as:
 
is formatted as:
 +
</translate>
 +
 
<gallery>
 
<gallery>
 
File:Example.jpg|Item 1
 
File:Example.jpg|Item 1
Line 277: Line 521:
 
</gallery>
 
</gallery>
  
=== Optional gallery attributes ===
+
<translate>
 +
==== Mode parameter ==== <!--T:134-->
 +
</translate>
 +
{{MW 1.22|and after}}
 +
<translate>
 +
<!--T:135-->
 +
Starting in 1.22 we have an experimental <tvar|mode><code>mode</code></> parameter, taking options as follows:
 +
 
 +
<!--T:136-->
 +
* <tvar|traditional><code>traditional</code></> is the original gallery type used by MediaWiki.</translate>
 +
<translate>
 +
<!--T:137-->
 +
* <tvar|nolines><code>nolines</code></> is similar to <tvar|traditional><code>traditional</code></>, but with no border lines.</translate>
 +
<translate>
 +
<!--T:138-->
 +
* <tvar|packed><code>packed</code></> causes images to have the same height but different widths, with little space between the images.</translate> <translate><!--T:139-->
 +
The rows in this [[w:Responsive web design|responsive]] mode organize themselves according to the width of the screen.</translate>
 +
<translate>
 +
<!--T:140-->
 +
* <tvar|overlay><code>packed-overlay</code></> shows the caption overlaid on the image, in a semi-transparent white box.</translate>
 +
<translate>
 +
<!--T:141-->
 +
* <tvar|hover><code>packed-hover</code></> is similar to <tvar|overlay><code>packed-overlay</code></>, but with the caption and box only showing up on hover.
 +
 
 +
<!--T:142-->
 +
For example:
 +
</translate>
 +
 
 +
<pre>
 +
<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>
 +
</pre>
 +
 
 +
<translate>
 +
<!--T:143-->
 +
Gives (mode: <tvar|hover><tt>packed-hover</tt></>):
 +
</translate>
 +
 
 +
<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>
 +
 
 +
<translate>
 +
<!--T:144-->
 +
Examples of the other modes:
 +
</translate>
 +
 
 +
<code>mode="traditional"</code>
 +
<gallery mode="traditional">
 +
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)
 +
</gallery>
 +
 
 +
<code>mode="nolines"</code>
 +
<gallery mode="nolines">
 +
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)
 +
</gallery>
 +
 
 +
<code>mode="packed"</code>
 +
<gallery mode="packed">
 +
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)
 +
</gallery>
 +
 
 +
<code>mode="packed-overlay"</code>
 +
<gallery mode="packed-overlay">
 +
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)
 +
</gallery>
 +
 
 +
<translate>
 +
 
 +
=== Optional gallery attributes === <!--T:145-->
 +
 
 +
<!--T:146-->
 
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:
 +
</translate>
  
 
<pre><gallery {parameters}>
 
<pre><gallery {parameters}>
Line 284: Line 635:
 
</gallery></pre>
 
</gallery></pre>
  
* <code>caption="{caption}"</code>: (caption text between double quotes for more than a word) sets a caption centered atop the gallery.
+
<translate>
* <code>widths={width}px</code>: sets the widths of the images, default 120px. ''Note the plural, width'''s'''''
+
<!--T:147-->
* <code>heights={heights}px</code>: sets the (max) heights of the images.
+
* <code>caption="{caption}"</code>: (caption text between double quotes for more than a word) sets a caption centered atop the gallery.</translate>
* <code>perrow={integer}</code>: sets the number of images per row.
+
<translate>
* <code>showfilename={anything}</code>: Show the filenames of the images in the individual captions for each image (1.17+)
+
<!--T:148-->
 +
* <code>widths={width}px</code>: sets the widths of the images, default 120px.</translate> ''<translate><!--T:149-->
 +
Note the plural, width'''s'''</translate>''.
 +
<translate>
 +
<!--T:150-->
 +
* <code>heights={heights}px</code>: sets the (max) heights of the images.</translate>
 +
<translate>
 +
<!--T:151-->
 +
* <code>perrow={integer}</code>: sets the number of images per row.</translate> <translate><!--T:152-->
 +
0 means automatically adjust based on width of screen.</translate>
 +
<translate>
 +
<!--T:153-->
 +
* <code>showfilename={anything}</code>: Show the filenames of the images in the individual captions for each image (1.17+).</translate>
 +
<translate>
 +
<!--T:154-->
 +
* <code>mode={traditional|nolines|packed|packed-hover|packed-overlay}</code>: See section above (1.22+).
 +
</translate>
 +
 
 +
{{note|<translate><!--T:155-->
 +
The widths and heights parameters are taken more as suggestions than strict values for packed (and related) modes.</translate> <translate><!--T:156-->
 +
Packed modes will adjust the width of images in order to make each row the same length.</translate>}}
  
 +
<translate>
 +
<!--T:157-->
 
Example:
 
Example:
  
 +
<!--T:158-->
 
Coding:
 
Coding:
 +
</translate>
 +
 
<pre>
 
<pre>
 
<gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy">
 
<gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy">
Line 308: Line 684:
 
</pre>
 
</pre>
  
 +
<translate>
 +
<!--T:159-->
 
Result:
 
Result:
 +
</translate>
 +
 
<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
Line 322: Line 702:
 
</gallery>
 
</gallery>
  
== Linking to an image without displaying it ==
+
<translate>
=== Link to description page ===
+
== Row of images that will wrap to browser width == <!--T:160-->
If you put a colon (<code>:</code>) before <code>{{ns:image}}:</code>, the image will not be embedded and the link will lead to the description page of the file.
 
  
<nowiki>[[</nowiki>:{{ns:image}}:{{mediawiki:image_sample}}]]
+
<!--T:161-->
<nowiki>[[</nowiki>:{{ns:image}}:{{mediawiki:image_sample}}|Sunflowers]]
+
One way that works for a row of images with varying widths is not to use "thumb" or "left" or "none".</translate>
 +
<translate>
 +
<!--T:162-->
 +
If "thumb" is not used (and thus no captions) a row of images will wrap to the browser width.</translate>
 +
<translate>
 +
<!--T:163-->
 +
If necessary, narrow the browser window to see the images wrap to the next row.
 +
</translate>
  
results in
+
<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>
  
[[:{{ns:image}}:{{mediawiki:image_sample}}]]
+
[[File:Example.jpg|220px]]
[[:{{ns:image}}:{{mediawiki:image_sample}}|Sunflowers]]
+
[[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]]
  
=== Link to another page ===
+
'''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].
{{note|link '''does not work with''' thumb '''or''' frame.}}
+
 
This will make a 50px width picture with a link to the page [[MediaWiki]]:
+
<pre>
 +
<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>
 +
</pre>
 +
 
 +
<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>
 +
 
 +
<translate>
 +
<!--T:164-->
 +
Some wiki farms do not have all gallery options (such as "widths").</translate>
 +
<translate>
 +
<!--T:165-->
 +
Also, sometimes one wants varying widths for images in a row.</translate>
 +
<translate>
 +
<!--T:166-->
 +
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.</translate>
 +
<translate>
 +
<!--T:167-->
 +
Try it and see. Nothing else using wikitext works correctly. Images will either overlap stuff on the right, or force a horizontal scroll bar.
 +
 
 +
<!--T:168-->
 +
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.</translate>
 +
<translate>
 +
<!--T:169-->
 +
Weird things will occur.</translate>
 +
<translate>
 +
<!--T:170-->
 +
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.
 +
 
 +
== Link behavior == <!--T:171-->
 +
 
 +
<!--T:172-->
 +
By default an image links to its file description page.</translate>
 +
<translate>
 +
<!--T:173-->
 +
The "link=" option modifies this behavior to link to another page or website, or to turn off the image's linking behavior.
 +
 
 +
<!--T:174-->
 +
Alternatively, you can create a text link to a file description page or to the file itself.</translate>
 +
<translate>
 +
<!--T:204-->
 +
See <tvar|1>{{ll|Help:Linking to files}}</>.
 +
 
 +
=== Display image, link it to another page or website === <!--T:180-->
 +
</translate>
 +
<!--{{note|link '''does not work with''' thumb '''or''' frame.}}
 +
(@note above: link worked fine using thumb and frame)
 +
(reply: thanks for pointing this out, must have been a bug fix)
 +
(Note that MediaWiki v. 1.16 fails to link with 'frame' or 'thumb')
 +
-->
 +
 
 +
<translate>
 +
<!--T:181-->
 +
Use "link=" option to link image to another page or website:
 +
 
 +
<!--T:182-->
 +
Clicking on the below image will take you to [[MediaWiki]]:
 +
</translate>
  
 
  <nowiki>[[</nowiki>File:Wiki.png|50px|link=MediaWiki]]
 
  <nowiki>[[</nowiki>File:Wiki.png|50px|link=MediaWiki]]
Line 342: Line 817:
 
[[File:Wiki.png|50px|link=MediaWiki]]
 
[[File:Wiki.png|50px|link=MediaWiki]]
  
=== Link directly to the media file ===
+
<translate>
You can use the pseudo-namespace “{{ns:media}}” to link directly to a file without rendering it, bypassing the description page.
+
<!--T:183-->
 +
Clicking on the below image will take you to ''example.com'':
 +
</translate>
  
  <nowiki>[[</nowiki>{{ns:media}}:{{mediawiki:image_sample}}]]
+
  <nowiki>[[</nowiki>File:Wiki.png|50px|link=http://example.com]]
<nowiki>[[</nowiki>{{ns:media}}:{{mediawiki:image_sample}}|Sunflowers]]
 
  
results in
+
[[File:Wiki.png|50px|link=http://example.com]]
  
[[{{ns:media}}:{{mediawiki:image_sample}}]]
+
<translate>
[[{{ns:media}}:{{mediawiki:image_sample}}|Sunflowers]]
+
=== Display image, turn off link === <!--T:184-->
  
The same result can be achieved by adding a colon before the namespace (works with categories too):
+
<!--T:185-->
 +
Use "link=" option with no value assigned to turn link off entirely; the below image is not a link:
 +
</translate>
  
  <nowiki>[[:</nowiki>{{ns:image}}:{{mediawiki:image_sample}}]]
+
  <nowiki>[[</nowiki>File:Wiki.png|50px|link=]]
  
You can also use:&nbsp;
+
[[File:Wiki.png|50px|link=]]
  
<nowiki>[[</nowiki>{{#special:Filepath}}/{{mediawiki:image_sample}}]]
+
<translate>
  
which can be used to link to a potential file, even if it doesn't exist. You can also use:
+
== Requisites == <!--T:186-->
  
<nowiki>{{</nowiki>FILEPATH:{{mediawiki:image_sample}}<nowiki>}}</nowiki>
+
<!--T:187-->
 +
Before using images in your page, the system administrator of your wiki must have [[<tvar|uploads>Special:MyLanguage/Manual:Configuring file uploads</>|enabled file uploads]] and a user has to [[<tvar|managing>Special:MyLanguage/Help:Managing files</>|upload the file]].</translate>
 +
<translate>
 +
<!--T:188-->
 +
System administrators may also set the wiki to accept files from [[<tvar|image>Special:MyLanguage/Manual:Image Administration#Foreign Repositories</>|foreign repositories]], such as the [<tvar|url>http://commons.wikimedia.org/wiki/Main_Page</> Wikimedia Commons].</translate>
 +
<translate>
 +
<!--T:189-->
 +
For server side image resizing it is necessary to have a scaler configured (such as GD2, ImageMagick, etc.).
  
which generates an external URL to the file inline: {{FILEPATH:{{mediawiki:image_sample}}}}
+
== Files at other websites == <!--T:190-->
  
== Requisites ==
+
<!--T:191-->
Before using images in your page, the system administrator of your wiki must have {{mediawiki|Manual:Configuring file uploads|enabled file uploads}} and a user has to [[Help:Managing files|upload the file]]. System administrators may also set the wiki to accept files from {{mediawiki|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.).
+
You can link to an external file available online using the same syntax used for linking to an external web page.</translate>
 +
<translate>
 +
<!--T:192-->
 +
With these syntaxes, the image will not be rendered, but only the text of the link to this image will be displayed.
 +
</translate>
  
== 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>
  
 +
<translate>
 +
<!--T:193-->
 
Or with a different displayed text:
 
Or with a different displayed text:
<pre>[http://url.for/some/image.png link text here]</pre>
+
</translate>
  
 +
<pre>[http://url.for/some/image.png <translate><!--T:195-->
 +
link text here</translate>]</pre>
 +
 +
<translate>
 +
<!--T:196-->
 
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):
 
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):
<pre>[http://www.example.com/some/image.png Example '''<del>rich</del>''' ''<ins>link text</ins>'' here.]</pre>
+
</translate>
which renders as: [http://www.example.com/some/image.png Example '''<del>rich</del>''' ''<ins>link text<ins>'' here.]
+
<pre>[http://www.example.com/some/image.png <translate><!--T:197-->
 +
Example '''<del>rich</del>''' ''<ins>link text</ins>'' here.</translate>]</pre>
 +
which renders as: [http://www.example.com/some/image.png <translate><!--T:198-->
 +
Example '''<del>rich</del>''' ''<ins>link text<ins>'' here.</translate>]
  
If it is enabled on your wiki (see {{mediawiki|Manual:$wgAllowExternalImages}}), you can also embed external images. To do that, simply insert the image's url:
+
<translate>
 +
<!--T:199-->
 +
If it is enabled on your wiki (see <tvar|AllowExternalImages>{{ll|Manual:$wgAllowExternalImages}}</>), you can also embed external images. To do that, simply insert the image's url:
 +
</translate>
 
<pre>http://url.for/some/image.png</pre>
 
<pre>http://url.for/some/image.png</pre>
 +
<translate>
 +
<!--T:200-->
 
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.
  
 +
<!--T:201-->
 
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.
  
{{Languages}}
+
== See also == <!--T:202-->
[[Category:Help|Images]]
+
 
 +
<!--T:203-->
 +
*[[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]]
 +
</translate>
 +
 
 +
[[Category:Help{{#translation:}}|Images]]

Latest revision as of 14:21, 15 July 2015

<languages /> Template:TNT <translate> This page explains the image syntax when editing the wiki.</translate> <translate> You or another user must usually [[<tvar|managing>Special:MyLanguage/Help:Managing files</>|upload an image]] before you can use it on a page.

Images that are stored on a MediaWiki server are usually rendered by using the <tvar|file>File:</> namespace prefix (but the legacy <tvar|image>Image:</> namespace prefix is still supported as a synonym) as the target of a MediaWiki link.</translate> <translate> The alternate <tvar|media>Media:</> namespace prefix is also usable to reference the original media file content (for rendering or downloading it separately, out of any MediaWiki page).

Supported media types for images

The following file formats are supported by default:

  • .jpg or .jpeg : bitmap image compressed in the standard JPEG format (this lossy format is most suitable for photographs).</translate>

<translate>

<translate>

  • .gif : bitmap image in the legacy Graphics Interchange Format.

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).</translate> <translate>

See [[<tvar|man>Special:MyLanguage/Manual:Image Administration#SVG</>|Manual:Image Administration#SVG]].</translate> <translate>

  • .tiff : Tagged image format.</translate> <translate>

Often used for high-resolution archival photographs.</translate> <translate> Often used with <tvar|ext>Template:Ll</>.</translate> <translate>

  • .ogg, .oga, .ogv : Ogg multimedia (audio or video).</translate> <translate>

Not an image format, but treated similarly.</translate> <translate> Often used with <tvar|ext>Template:Ll</></translate> <translate>

  • .pdf : multipaged documents in the Portable Document Format (initially specified by Adobe).</translate> <translate>

Often used in conjunction with <tvar|ext>Template:Ll</></translate> <translate>

  • .djvu : multipaged bitmap documents in the DejaVu format (most often, scans of books).</translate> <translate>

See <tvar|man>Template:Ll</></translate> <translate>

  • Only a single page of a .pdf or .djvu file is shown at one time.

Other media types may be supported, but it may not be possible to display them inline.

Rendering a single image

Syntax

The full syntax for displaying an image is: </translate>

[[File:filename.extension|options|caption]]

<translate> where options can be zero or more of the following, separated by pipes (|):

  • [[<tvar|1>#Format</>|Format]] option: one of border and/or frameless, frame, thumb (or thumbnail);</translate>

<translate>

  • Controls how the rendered image is formatted and embedded in the rest of the page.</translate>

<translate>

  • [[<tvar|1>#Size and frame</>|Resizing]] option: one of</translate>

<translate>

    • {width}px — Resizes the image to fit within the given maximum width in pixels, without restricting its height;</translate>

<translate>

    • x{height}px — Resizes the image to fit within the given maximum height in pixels, without restricting its width;</translate>

<translate>

    • {width}x{height}px — Resizes the image to fit within the given width and height in pixels;</translate>

<translate>

    • upright — Resizes an image to fit within reasonable dimensions, according to user preferences (suitable for images whose height is larger than width).</translate>

<translate>

  • 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).</translate>

<translate>

  • The default maximum size depends on the format and the internal image dimensions (according to its media type).</translate>

<translate>

  • [[<tvar|1>#Horizontal alignment</>|Horizontal alignment]] option: one of left, right, center, none;</translate>

<translate>

  • Controls the horizontal alignment (and inline/block or floating styles) of the image within a text (no default value).</translate>

<translate>

  • [[<tvar|1>#Vertical alignment</>|Vertical alignment]] option: one of baseline, sub, super, top, text-top, middle, bottom, text-bottom;</translate>

<translate>

  • 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).</translate>

<translate>

  • [[<tvar|1>#Altering the default link target</>|Link]] option: one of</translate>

<translate>

    • 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. <tvar|code>[[File:Example.jpg|20px|link=http://www.wikipedia.org]]</> renders as <tvar|code2>Example.jpg</> (external link), or <tvar|code3>[[File:Example.jpg|20px|link=MediaWiki]]</> renders as <tvar|code4>Example.jpg</> (internal link).</translate>

<translate>

    • link= (with an empty value) — (MediaWiki 1.14+) Displays an image without any activable link; e.g. <tvar|code1>[[File:Example.jpg|20px|link=]]</> renders as <tvar|code2>Example.jpg</>.

</translate> <translate>

      • ! If you set |link=| (empty), then no title will be rendered. (See bugzilla:21454.)</translate>

<translate>

  • Other specific options:</translate>

<translate>

    • 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).</translate>

<translate>

    • page={number} — Renders the specified page number (currently only applicable when showing a .djvu or .pdf file).</translate>

<translate>

    • class={html class} — (MediaWiki 1.20+) Defines classes (maps to the HTML attribute class="..." of the generated <img /> element).</translate>

<translate>

    • 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.

If a parameter does not match any of the other possibilities, it is assumed to be the caption text.</translate> <translate> Caption text shows below the image in thumb and frame formats, or as tooltip text in any other format.</translate> <translate> Caption text displayed in the thumb and frame formats may contain wiki links and other formatting.</translate> <translate> 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. </translate>

<translate>

Format

The following table shows the effect of all available formats. </translate>

<translate> 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).</translate> <translate> 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. </translate>

<translate>

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 [[<tvar|1>#Format</>|Format]] section above.</translate>

<translate>

  • When the format is not specified, or only bordered, the size can be both reduced and enlarged to any specified size.</translate>

<translate>

  • In the examples below, the original size of the image is 400 × 267 pixels.</translate>

<translate>

  • 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.</translate>

<translate>

  • The size of an image with thumb can be reduced, but can not be enlarged beyond the original size of the image.

</translate>

<translate>

Format</translate> !! <translate> Reduced</translate> !! <translate> Enlarged</translate> {{ Template:TNTN|frame=}} {{ Template:TNTN|frame=border}} {{ Template:TNTN|frame=frame}} {{ Template:TNTN|frame=thumb}} {{ Template:TNTN|frame=frameless}}

<translate>

Horizontal alignment

Note that when using the frame or thumb[nail] formats, the default horizontal alignment will be right. </translate>

<translate>

Description</translate>

<translate>

You type</translate>

<translate>

You get</translate> {{ Template:TNTN|2=100px|frame=|ex=<translate> no horizontal alignment specified, or default alignment</translate>|inline=yes|float=no}} {{ Template:TNTN|2=100px|frame=none|ex=<translate> specify horizontal alignment as: none</translate>|inline=no|float=no}} {{ Template:TNTN|2=100px|frame=center|ex=<translate> specify horizontal alignment as: center</translate>|inline=no|float=no}} {{ Template:TNTN|2=100px|frame=left|ex=<translate> specify horizontal alignment as: left</translate>|inline=no|float=yes}} {{ Template:TNTN|2=100px|frame=right|ex=<translate> specify horizontal alignment as: right</translate>|inline=no|float=yes}}

<translate>

Vertical alignment

The vertical alignment options take effect only if the image is rendered as an inline element and is not floating.</translate> <translate> 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. </translate>

<translate> Toggle source code view</translate>
<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>

<translate> 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: </translate>

text top: Example.jpg Example.jpg Example.jpg text

text text-top: Example.jpg Example.jpg Example.jpg text

text super: Example.jpg Example.jpg Example.jpg text

text baseline: Example.jpg Example.jpg Example.jpg text

text sub: Example.jpg Example.jpg Example.jpg text

text default: Example.jpg Example.jpg Example.jpg text

text middle: Example.jpg Example.jpg Example.jpg text

text text-bottom: Example.jpg Example.jpg Example.jpg text

text bottom: Example.jpg Example.jpg Example.jpg text

<translate> Notes:

  1. 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:</translate>

<translate>

    • 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).</translate>

<translate>

    • the additional line spacing which may be added by superscripts and subscripts.</translate>

<translate>

  1. 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).</translate>

<translate>

  1. 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.</translate>

<translate>

  1. 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).</translate> <translate>

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.</translate> <translate>

  1. 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.</translate> <translate> 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.</translate> <translate> The text flow can be stopped by placing <tvar|code1><br clear=all></> (or if you prefer, <tvar|code2><div style="clear: both"></div></>) before the text that should start below the floating image.</translate> <translate> (This may also be done without an empty line by wrapping the section with the floating images with <tvar|code><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).</translate> <translate> They will then stack vertically along their left or right alignment margin (or along the center line between these margins for centered images). </translate>

<translate>

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.</translate> <translate> Changing the link does not alter the format described in the previous sections. </translate>

<translate> Warning</translate>:

<translate>

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).</translate>

<translate>

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.</translate>

<translate>

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.</translate>

<translate>

Rendering a gallery of images

Gallery syntax

It's easy to make a gallery of thumbnails with the <tvar|gallery><gallery></> tag.</translate> <translate> The syntax is: </translate>

<gallery>
File:file_name.ext|caption|alt=alt language
File:file_name.ext|caption|alt=alt language
{...}
</gallery>

<translate> 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.</translate> <translate> 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).</translate> <translate> For example, with multi-paged media like pdfs, you can use code like <tvar|code>page=4</>.

The <tvar|file>File:</> prefix can be omitted.

For example: </translate>

<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''
File:Example.jpg|on page "{{PAGENAME}}"
</gallery>

<translate> is formatted as: </translate>

<translate>

Mode parameter

</translate> Template:MW 1.22 <translate> Starting in 1.22 we have an experimental <tvar|mode>mode</> parameter, taking options as follows:

  • <tvar|traditional>traditional</> is the original gallery type used by MediaWiki.</translate>

<translate>

  • <tvar|nolines>nolines</> is similar to <tvar|traditional>traditional</>, but with no border lines.</translate>

<translate>

  • <tvar|packed>packed</> causes images to have the same height but different widths, with little space between the images.</translate> <translate>

The rows in this responsive mode organize themselves according to the width of the screen.</translate> <translate>

  • <tvar|overlay>packed-overlay</> shows the caption overlaid on the image, in a semi-transparent white box.</translate>

<translate>

  • <tvar|hover>packed-hover</> is similar to <tvar|overlay>packed-overlay</>, but with the caption and box only showing up on hover.

For example: </translate>

<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>

<translate> Gives (mode: <tvar|hover>packed-hover</>): </translate>

<translate> Examples of the other modes: </translate>

mode="traditional"

mode="nolines"

mode="packed"

mode="packed-overlay"

<translate>

Optional gallery attributes

The gallery tag itself takes several additional parameters, specified as attribute name-value pairs: </translate>

<gallery {parameters}>
{images}
</gallery>

<translate>

  • caption="{caption}": (caption text between double quotes for more than a word) sets a caption centered atop the gallery.</translate>

<translate>

  • widths={width}px: sets the widths of the images, default 120px.</translate> <translate>

Note the plural, widths</translate>. <translate>

  • heights={heights}px: sets the (max) heights of the images.</translate>

<translate>

  • perrow={integer}: sets the number of images per row.</translate> <translate>

0 means automatically adjust based on width of screen.</translate> <translate>

  • showfilename={anything}: Show the filenames of the images in the individual captions for each image (1.17+).</translate>

<translate>

  • mode={traditional|nolines|packed|packed-hover|packed-overlay}: See section above (1.22+).

</translate>

<translate>

The widths and heights parameters are taken more as suggestions than strict values for packed (and related) modes.</translate> <translate>

Packed modes will adjust the width of images in order to make each row the same length.</translate>

<translate> Example:

Coding: </translate>

<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>

<translate> Result: </translate>

<translate>

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".</translate> <translate> If "thumb" is not used (and thus no captions) a row of images will wrap to the browser width.</translate> <translate> If necessary, narrow the browser window to see the images wrap to the next row. </translate>

[[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]]

Example.jpg Example.jpg Example.jpg Example.jpg Example.jpg Example.jpg Example.jpg Example.jpg

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>
  • Caption 1
  • Caption 2
  • Caption 3
  • Caption 4
  • Caption 5
  • Caption 6
  • Caption 7
  • Caption 8

<translate> Some wiki farms do not have all gallery options (such as "widths").</translate> <translate> Also, sometimes one wants varying widths for images in a row.</translate> <translate> 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.</translate> <translate> 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.</translate> <translate> Weird things will occur.</translate> <translate> 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.

Link behavior

By default an image links to its file description page.</translate> <translate> 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.</translate> <translate> See <tvar|1>Template:Ll</>.

Display image, link it to another page or website

</translate>

<translate> Use "link=" option to link image to another page or website:

Clicking on the below image will take you to MediaWiki: </translate>

[[File:Wiki.png|50px|link=MediaWiki]]

50px

<translate> Clicking on the below image will take you to example.com: </translate>

[[File:Wiki.png|50px|link=http://example.com]]

50px

<translate>

Display image, turn off link

Use "link=" option with no value assigned to turn link off entirely; the below image is not a link: </translate>

[[File:Wiki.png|50px|link=]]

50px

<translate>

Requisites

Before using images in your page, the system administrator of your wiki must have [[<tvar|uploads>Special:MyLanguage/Manual:Configuring file uploads</>|enabled file uploads]] and a user has to [[<tvar|managing>Special:MyLanguage/Help:Managing files</>|upload the file]].</translate> <translate> System administrators may also set the wiki to accept files from [[<tvar|image>Special:MyLanguage/Manual:Image Administration#Foreign Repositories</>|foreign repositories]], such as the [<tvar|url>http://commons.wikimedia.org/wiki/Main_Page</> Wikimedia Commons].</translate> <translate> 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.</translate> <translate> With these syntaxes, the image will not be rendered, but only the text of the link to this image will be displayed. </translate>

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

<translate> Or with a different displayed text: </translate>

[http://url.for/some/image.png <translate><!--T:195-->
link text here</translate>]

<translate> 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): </translate>

[http://www.example.com/some/image.png <translate><!--T:197-->
Example '''<del>rich</del>''' ''<ins>link text</ins>'' here.</translate>]

which renders as: [http://www.example.com/some/image.png <translate> Example rich link text here.</translate>]

<translate> If it is enabled on your wiki (see <tvar|AllowExternalImages>Template:Ll</>), you can also embed external images. To do that, simply insert the image's url: </translate>

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

<translate> 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.

See also

</translate>

[[Category:Help{{#translation:}}|Images]]