This page explains the image syntax when editing the wiki. Before using images in your page, your wiki must have file uploads enabled (see the {{ #ifeq:
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.
Format
The following table shows the effect of all available formats.
Description
You type
You get
no format specified|}}
... text text text
[[Image:Example.jpg|{{#if:|'|}}{{#if:|'{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
border results in a very small gray border|border}}
... text text text
[[Image:Example.jpg|{{#if:border|border|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
{{{ex}}}|frame}}
... text text text
[[Image:Example.jpg|{{#if:frame|frame|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
caption
text text text text text text text text text text text text text text text text text text text text text text text
{{{ex}}}|thumb}}
... text text text
[[Image:Example.jpg|{{#if:thumb|thumb|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
caption
text text text text text text text text text text text text text text text text text text text text text text text
frameless, like thumbnail, respect user preferences for image width but without border and no right float|frameless}}
... text text text
[[Image:Example.jpg|{{#if:frameless|frameless|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
frameless and border|frameless}}
... text text text
[[Image:Example.jpg|{{#if:frameless|frameless|}}{{#if:border|border|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
When the hight of an image in thumbnail is bigger than its width and you find it too outstanding, you may try the option upright, which will try to adjust its size to more desirable size.
Note that by writing thumb={filename}, you can use a different image for the thumbnail.
Alignment
Note that when using frame or thumb, the default alignment will be right.
Description
You type
You get
no alignment specified, or default alignment|}}
... text text text
[[Image:Example.jpg|{{#if:|'|}}{{#if:|'{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
specify alignment as none|none}}
... text text text
[[Image:Example.jpg|{{#if:none|none|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
{{{ex}}}|center}}
... text text text
[[Image:Example.jpg|{{#if:center|center|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
{{{ex}}}|left}}
... text text text
[[Image:Example.jpg|{{#if:left|left|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
{{{ex}}}|right}}
... text text text
[[Image:Example.jpg|{{#if:right|right|}}{{#if:|{{{2}}}|}}caption]]
text text text ...
text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text text text text text text
Vertical alignment
text text [[Image:Example.jpg|20px]]
text text [[Image:Example.jpg|20px|baseline]]
text text [[Image:Example.jpg|20px|sub]]
text text [[Image:Example.jpg|20px|super]]
text text [[Image:Example.jpg|20px|text-top]]
text text [[Image:Example.jpg|20px|middle]]
text text [[Image:Example.jpg|20px|bottom]]
text text [[Image:Example.jpg|20px|text-bottom]]
results in (the text is underlined to show the result more clearly)
text text
text text
text text
text text
text text
text text
text text
text text
Size and Frame
Among different formats, the effect of the size parameter may be different, as shown below.
When the format is not specified, or only bordered, the size can be both reduced and enlarged.
A image with frame always ignores the size specification.
The size of an image with thumb and frameless can be reduced, but can not be enlarged beyond the original size of the image.
For how it appears when its size is not specified, see Format section above.