<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gssc.esa.int/navipedia/index.php?action=history&amp;feed=atom&amp;title=Help%3AImages</id>
	<title>Help:Images - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gssc.esa.int/navipedia/index.php?action=history&amp;feed=atom&amp;title=Help%3AImages"/>
	<link rel="alternate" type="text/html" href="https://gssc.esa.int/navipedia/index.php?title=Help:Images&amp;action=history"/>
	<updated>2026-04-26T00:31:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://gssc.esa.int/navipedia/index.php?title=Help:Images&amp;diff=270&amp;oldid=prev</id>
		<title>Timo.Kouwenhoven: Created page with &quot;If you want to include images in an article, you can use uploaded files or you can link to external files.  ==Uploaded files== To use an image or other file which has been [[Help...&quot;</title>
		<link rel="alternate" type="text/html" href="https://gssc.esa.int/navipedia/index.php?title=Help:Images&amp;diff=270&amp;oldid=prev"/>
		<updated>2010-11-17T15:03:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;If you want to include images in an article, you can use uploaded files or you can link to external files.  ==Uploaded files== To use an image or other file which has been [[Help...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If you want to include images in an article, you can use uploaded files or you can link to external files.&lt;br /&gt;
&lt;br /&gt;
==Uploaded files==&lt;br /&gt;
To use an image or other file which has been [[Help:Managing files|uploaded to the wiki]], use:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
If you add a pipe (|) and some text after the filename, the text will be used as alternative text for text-only browsers:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|alternative text]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
If you don&amp;#039;t want to display the image, you can link to the file&amp;#039;s description page, by adding a colon:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:File:Example.jpg]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
To bypass the description page and link directly to a file , use the &amp;quot;Media&amp;quot; pseudo-namespace: &lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Media:Example.jpg]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also make piped links if you want some other text to be used:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:File:Example.jpg|link text]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Media:Example.jpg|link text]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External images==&lt;br /&gt;
You can embed external images using the same syntax used for linking to an external web page. &lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://url.for/some/image.png]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Or with different text:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://url.for/some/image.png link text here]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Syntax for displaying an image==&lt;br /&gt;
The full syntax for displaying an image is:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:{name}|{options}]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Where options can be zero or more of the following, separated by pipes:&lt;br /&gt;
*&amp;lt;code&amp;gt;thumb&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;thumbnail&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;frame&amp;lt;/code&amp;gt;: Controls how the image is formatted&lt;br /&gt;
*&amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;: Controls the alignment of the image on the page&lt;br /&gt;
*&amp;lt;code&amp;gt;{width}px&amp;lt;/code&amp;gt;: Resizes the image to the given width in pixels&lt;br /&gt;
*&amp;lt;code&amp;gt;{caption text}&amp;lt;/code&amp;gt;&lt;br /&gt;
The options can be given in any order. If a given option does not match any of the other possibilities, it is assumed to be the caption text. Caption text can contain wiki links or other formatting.&lt;br /&gt;
&lt;br /&gt;
==Gallery of images==&lt;br /&gt;
It&amp;#039;s easy to make a gallery of thumbnails with the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag. The syntax is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:{filename}|{caption}&lt;br /&gt;
Image:{filename}|{caption}&lt;br /&gt;
{...}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Captions are optional, and may contain wiki links or other formatting.&lt;br /&gt;
&lt;br /&gt;
for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Example.jpg|Item 1&lt;br /&gt;
Image:Example.jpg|a link to [[Help:Contents]]&lt;br /&gt;
Image:Example.jpg&lt;br /&gt;
Image:Example.jpg&lt;br /&gt;
Image:Example.jpg|&amp;#039;&amp;#039;italic caption&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
is formatted as:&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Example.jpg|Item 1&lt;br /&gt;
Image:Example.jpg|a link to [[Help:Contents]]&lt;br /&gt;
Image:Example.jpg&lt;br /&gt;
Image:Example.jpg&lt;br /&gt;
Image:Example.jpg|&amp;#039;&amp;#039;italic caption&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
{| {{Prettytable}}&lt;br /&gt;
|-&lt;br /&gt;
||&amp;#039;&amp;#039;&amp;#039;Description&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
||&amp;#039;&amp;#039;&amp;#039;You type&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
||&amp;#039;&amp;#039;&amp;#039;You get&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
|Embed image&amp;lt;br /&amp;gt; (with alt text)&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|Sunflowers]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Example.jpg|Sunflowers]]&lt;br /&gt;
|-&lt;br /&gt;
|Link to description page&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:File:Example.jpg]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:File:Example.jpg|Sunflowers]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[:File:Example.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[:File:Example.jpg|Sunflowers]]&lt;br /&gt;
|-&lt;br /&gt;
|Link directly to file&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Media:Example.jpg]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Media:Example.jpg|Sunflowers]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[Media:Example.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Media:Example.jpg|Sunflowers]]&lt;br /&gt;
|-&lt;br /&gt;
|Thumbnail&amp;lt;br /&amp;gt; (centered, 100 pixels&amp;lt;br /&amp;gt; wide, with caption)&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|center|thumb|100px|Sunflowers]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Example.jpg|center|thumb|100px|Sunflowers]]&lt;br /&gt;
|-&lt;br /&gt;
|Border&amp;lt;br /&amp;gt; (100 pixels) &amp;lt;br /&amp;gt; Results in a very small gray border&lt;br /&gt;
&amp;lt;!-- Note: because the fine gray border can not be seen when used on the &amp;quot;Sunflowers&amp;quot;-image an image is used with a white background --&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|border|100px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Example.jpg|border|100px]]&lt;br /&gt;
|-&lt;br /&gt;
|Frameless&amp;lt;br /&amp;gt;Like thumbnail, respect user preferences for image width but without border and no right float.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|frameless]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Example.jpg|frameless]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Timo.Kouwenhoven</name></author>
	</entry>
</feed>