Help:Images

From POV-Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Typically you would upload an image file to the wiki (See Help:Managing files) ...before you use the following wiki text to place the image on an article:

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

[[Image:Example1.jpg|Kitty]]

Kitty

Link to description page

[[:Image:Example1.jpg]]
[[:Image:Example1.jpg|Kitty]]

Image:Example1.jpg
Kitty

Link directly to file

[[Media:Example1.jpg]]
[[Media:Example1.jpg|Kitty]]

Media:Example1.jpg
Kitty

Thumbnail
(centered, 100 pixels
wide, with caption)

[[Image:Example1.jpg|center|thumb|100px|Kitty]]

Kitty
Border
(200 pixels)
Results in a very small gray border

[[Image:Toucan.jpg|center|border|200px]]

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

[[Image:Example1.jpg|frameless]]

Example1.jpg

Syntax

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}

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

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]

You can also embed external images from certain sites. To do that, simply insert the image's url:

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

Currently the only allowed site for external images is www.povray.org.

Gallery of images

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:Example1.jpg|Item 1
Image:Example1.jpg|a link to [[Help:Contents]]
Image:Example1.jpg
Image:Example1.jpg
Image:Example1.jpg|''italic caption''
</gallery>

is formatted as: