Where options can be zero or more of the following, separated by pipes:
border, frame, thumb, or frameless: Controls how the image is formatted
left, right, center, none: Controls the alignment of the image within a text
baseline, sub, super, top, text-top, middle, bottom, text-bottom: Controls the vertical alignment of the image within a text
{width}px: Resizes the image to the given width in pixels
{width}x{height}px: Resizes the image to fit within the given width and height in pixels; it is possible to specify only the height by writing x{height}px
Special cases:
page=1: Displays the specified page when showing a djvu file
link={destination}: Allows to link to an arbitrary title, URL or just nowhere (1.14+)
alt={alternative text}: For changing the alternative text (alt="") of an image (1.14+)
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, and frameless and/or border. 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
It's easy to make a gallery of thumbnails only, not other images, with the <gallery> tag. The syntax is:
You can use an image the same as text to link directly to a file, bypassing the image description page.
example of the syntax:
<linkedimage>
link=http://www.domainname.com/index.php/Category:what_is_to_be_linked (this can be within or without the Wiki)
img_src=Image:name_of_image.jpg
</linkedimage>