help
C1 images C2 images

No worries, help is on its way!

This page explains the basics of image syntax when editing the wiki. You or another user must usually upload an image before you can use it on a page. Sometimes it can become very useful to know at least a few basics of image manipulation.


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

Supported media types for images

NOTE:
Prof hydra The maximum filesize for an image is 10 MB,
and the maximum size in pixels is 5000px x 5000px, or 25 megapixels.

The following file formats are supported by default:

Other formats can used (but may require extra set-up beyond what is enabled by default), such as .svg, .tiff, .ogg, and .pdf.

Rendering a single image

Syntax

NOTE:
Prof hydra 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 basic syntax for displaying an image is:

[[File:filename.extension]]

The full syntax for displaying an image is:

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

Options can be zero or more of the following, separated by pipes (|):

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

If a parameter does not match any of the other possibilities, it is assumed to be the caption text. Caption text only shows below the image in thumb and frame formats. 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.

If no caption text is supplied, a caption is automatically created showing the file name. To completely remove the caption, set it to <span title=""></span>. For example, [[File:Hydra intro.png|40px|<span title=""></span>]] renders as .


Please, click here, to find out more about:
Formats ♦ Galleries ♦ Links

See also