Difference between revisions of "Help:Images"

From BRL-CAD
m (1 revision(s))
m (1 revision(s))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{PD Help Page}}
 +
 +
This page explains the image syntax when editing the wiki. Before using images, you must {{mediawiki|Manual:Configuring file uploads|configure file uploads}} and [[Help:Managing files|upload a file]].
 +
 
__TOC__
 
__TOC__
 
{| {{Prettytable}}
 
{| {{Prettytable}}
Line 33: Line 37:
 
|
 
|
 
[[Image:Example.jpg|center|thumb|100px|Sunflowers]]
 
[[Image:Example.jpg|center|thumb|100px|Sunflowers]]
 +
|-
 +
|Border<br /> (100 pixels) <br /> Results in a very small gray border
 +
<!-- Note: because the fine gray border can not be seen when used on the "Sunflowers"-image an image is used with a withe background -->
 +
|
 +
<code><nowiki>[[Image:Wiki.png|border|100px]]</nowiki></code>
 +
|
 +
[[Image:Wiki.png|border|100px]]
 +
|-
 +
|Frameless<br />Like thumbnail, respect user preferences for image width but without border and no right float.
 +
|
 +
<code><nowiki>[[Image:Example.jpg|frameless]]</nowiki></code>
 +
|
 +
[[Image:Example.jpg|frameless]]
 
|}
 
|}
  
==Uploaded files==
+
== Syntax ==
To use an image or other file which has been [[Help:Managing files|uploaded to the wiki]], use:
 
*<code><nowiki>[[Image:Example.jpg]]</nowiki></code>
 
If you add a pipe (|) and some text after the filename, the text will be used as alternative text for text-only browsers:
 
*<code><nowiki>[[Image:Example.jpg|alternative text]]</nowiki></code>
 
 
 
If you don't want to display the image, you can link to the file's description page, by adding a colon:
 
*<code><nowiki>[[:Image:Example.jpg]]</nowiki></code>
 
To bypass the description page and link directly to a file , use the "Media" pseudo-namespace:
 
*<code><nowiki>[[Media:Example.jpg]]</nowiki></code>
 
You can also make piped links if you want some other text to be used:
 
*<code><nowiki>[[:Image:Example.jpg|link text]]</nowiki></code>
 
*<code><nowiki>[[Media:Example.jpg|link text]]</nowiki></code>
 
 
 
===Advanced options===
 
 
The full syntax for displaying an image is:
 
The full syntax for displaying an image is:
 
  <code><nowiki>[[Image:{name}|{options}]]</nowiki></code>
 
  <code><nowiki>[[Image:{name}|{options}]]</nowiki></code>
Line 57: Line 60:
 
*<code>{width}px</code>: Resizes the image to the given width in pixels
 
*<code>{width}px</code>: Resizes the image to the given width in pixels
 
*<code>{caption text}</code>
 
*<code>{caption text}</code>
 +
* Special cases:
 +
** <code>page=1</code>: displays the specified page when showing a djvu file.
 +
 
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.
 
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.
  
===Gallery of images===
+
== Other files ==
 +
You can link to an external file using the same syntax used for linking to an external web page.
 +
*<code><nowiki>[http://url.for/some/image.png]</nowiki></code>
 +
Or with different text:
 +
*<code><nowiki>[http://url.for/some/image.png link text here]</nowiki></code>
 +
 
 +
If it is enabled on your wiki (see [[Manual:$wgAllowExternalImages]]), you can also embed external images. To do that, simply insert the image's url:
 +
*<code><nowiki>http://url.for/some/image.png</nowiki></code>
 +
 
 +
== Gallery of images ==
 
It's easy to make a gallery of thumbnails with the <code><nowiki><gallery></nowiki></code> tag. The syntax is:
 
It's easy to make a gallery of thumbnails with the <code><nowiki><gallery></nowiki></code> tag. The syntax is:
 
<pre>
 
<pre>
Line 89: Line 104:
 
</gallery>
 
</gallery>
  
==Other files==
+
== Administration of images/files ==
You can link to an external file using the same syntax used for [[Help:Links#External links|linking to an external web page]]. This feature has to be enabled by the admin; in the new releases of MediaWiki its disabled due to security reasons.
+
 
*<code><nowiki>[http://url.for/some/image.png]</nowiki></code>
+
See: [[Manual:Image Administration]]
Or with different text:
+
 
*<code><nowiki>[http://url.for/some/image.png link text here]</nowiki></code>
+
== See also ==
 +
* [[Help:Linked images|Linked images]]
 +
* [[Manual:Non-clickable_Images|Making images non-clickable]]
 +
 
 +
==External Links==
 +
* {{meta|Help:Images and other uploaded files}}
 +
* http://en.wikipedia.org/wiki/Wikipedia:Extended_image_syntax
  
If it is enabled on your wiki, you can also embed external images. To do that, simply insert the url:
+
{{Languages|Help:Images}}
*<code><nowiki>http://url.for/some/image.png</nowiki></code>
 
  
 
[[Category:Help|Images]]
 
[[Category:Help|Images]]

Latest revision as of 22:15, 24 April 2008

PD
Important note: When you edit this page, you agree to release your contribution into the public domain. If you don't want this or can't do this because of license restrictions, please don't edit. This page is one of the Public Domain Help Pages, which can be freely copied into fresh wiki installations and/or distributed with MediaWiki software; see Help:Contents for an overview of all pages.


This page explains the image syntax when editing the wiki. Before using images, you must Template:Mediawiki and upload a file.

Description You type You get
Embed image
(with alt text)

[[Image:Example.jpg|Sunflowers]]

Sunflowers

Link to description page

[[:Image:Example.jpg]]
[[:Image:Example.jpg|Sunflowers]]

Image:Example.jpg
Sunflowers

Link directly to file

[[Media:Example.jpg]]
[[Media:Example.jpg|Sunflowers]]

Media:Example.jpg
Sunflowers

Thumbnail
(centered, 100 pixels
wide, with caption)

[[Image:Example.jpg|center|thumb|100px|Sunflowers]]

Sunflowers
Border
(100 pixels)
Results in a very small gray border

[[Image:Wiki.png|border|100px]]

Wiki.png

Frameless
Like thumbnail, respect user preferences for image width but without border and no right float.

[[Image:Example.jpg|frameless]]

Example.jpg

Syntax[edit]

The full syntax for displaying an image is:

[[Image:{name}|{options}]]

Where options can be zero or more of the following, separated by pipes:

  • thumb, thumbnail, or frame: Controls how the image is formatted
  • left, right, center, none: Controls the alignment of the image on the page
  • {width}px: Resizes the image to the given width in pixels
  • {caption text}
  • Special cases:
    • page=1: displays the specified page when showing a djvu file.

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.

Other files[edit]

You can link to an external file using the same syntax used for linking to an external web page.

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

Or with different text:

  • [http://url.for/some/image.png link text here]

If it is enabled on your wiki (see Manual:$wgAllowExternalImages), you can also embed external images. To do that, simply insert the image's url:

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

Gallery of images[edit]

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

<gallery>
Image:{filename}|{caption}
Image:{filename}|{caption}
{...}
</gallery>

Captions are optional, and may contain wiki links or other formatting.

for example:

<gallery>
Image:Example.jpg|Item 1
Image:Example.jpg|a link to [[Help:Contents]]
Image:Example.jpg
Image:Example.jpg
Image:Example.jpg|''italic caption''
</gallery>

is formatted as:

Administration of images/files[edit]

See: Manual:Image Administration

See also[edit]

External Links[edit]