Help:Image gallery
Discuss3
35,785pages on
this wiki
this wiki
In addition to adding individual images to and article, you can also create image galleries. This is an easy way of displaying a large number of images.
Syntax
Edit
The basic syntax of an image gallery is:
<gallery> File:Memory Alpha.svg File:Memory Alpha.svg|Captioned File:Memory Alpha.svg File:Memory Alpha.svg|[[Memory Alpha:About|Links]] can be put in captions File:Memory Alpha.svg File:Memory Alpha.svg|Full [[Help:Wiki markup|MediaWiki markup]]<br />syntax may be used… </gallery>
Which produces:
Notice that there are no brackets except for links within captions. Captions are optional. Images are separated by new lines.
It is also possible to alter the thumbnails' maximum height and width, define how many images should be displayed per row, and specify a header caption for the entire gallery:
-
heightsadjusts the maximum height andwidthsadjusts the maximum width of all thumbnails within a gallery -
perrowadjusts the number of images per row -
captiongives the gallery a caption
This example...
<gallery heights="200" widths="200" perrow="2" caption="performing gallery features"> File:Memory Alpha.svg|Caption File:Memory Alpha.svg|Caption File:Memory Alpha.svg|Caption File:Memory Alpha.svg|Caption </gallery>
...is rendered as...