Template:G/doc
More actions
Displays a gallery of files
Usage
{{G}}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 ... | (list of) file(s) to be displayed, can be in two possible formats | empty | optional | |
fformat | one of three values to specify the format, 0 or 1 or 2 | 1 | optional | |
mmode | gallery mode, can be n or nolines, p or packed,h or packed-hover, o or packed-overlay, s or slideshowwhen parameter format is not specified, nolines ist defaulted | empty noline | optional | |
ccaption | gallery caption | empty | optional | |
pperrow | pictures per row | empty | optional | |
sstyle | possible style attribute | empty | optional | |
aattr class | attribute (class) | empty | optional | |
wwidths | width for the displays | empty | optional | |
hheights | height for the displays | empty | optional | |
Additional information
The template is intended to be used in the following namespaces: the File namespace
The template is intended to be used by the following user groups: all users
Localization
This template is not intended to be localized.
The parameter "format"
can specify one of three options how naming captions for the single files are displayed:
- no naming
- naming with the "showfilename" option (
f=1is also the default) - naming with the second value of parameter pairs
File list formats
The list of the files for the gallery can be specified in the format
- Fomat 1
- {{ G | file1.ext | file2.ext | ... | filen.ext | more parameters }}
or as a list separated by mandatory linefeeds
- Fomat 2
- {{ G |
file1.ext
file2.ext
...
filen.ext
| more parameters }}
Also a mixture of both formats is possible.
For format=2 only a variation of the first format ist possible, with parameter pairs of file + decription
- Fomat 3
- {{ G | file1.ext | description1 | file2.ext | description2 | ... | filen.ext | descriptionn | f = 2 | more parameters }}
This format needs always parameter pairs, but the second parameter may be without value (just a pipe or a new line).
When the description is empty, the name of the file is displayed instead.
Examples
| {{G|Example.svg}} | |
| {{G|Example.svg|Example.png |Example.jpg|Örnek.jpg}} |