This template provides advanced gallery building functionality (fine-tuned formatting control). For creating basic galleries, use the Gallery tag.
This template displays a gallery of images in an array, left-to-right in rows. Global parameters |width= and |height= control the size of all images in the gallery unless overridden by an image's |widthn= parameter. The number of images per row is based upon the image width parameters and the width of the screen. The number of images per row can change when the user resizes the window.
{{Gallery
| title =
| align =
| footer =
| style =
| state =
| height =
| width =
| cellwidth =
| captionstyle =
| File:
| alt1=
| Write a caption here
| File:
| alt2=
| Write a caption here
| File:
| alt3=
| Write a caption here
| File:
| alt4=
| Write a caption here
| File:
| alt5=
| Write a caption here
}}
Parameters
For each image
Specify a line of the following form for each image.
|File:Filename|altn=Alt text|Caption
Where:
|File:Filename – the image's file name. Either File: or Image: prefix may be used
|Altn= – alt attribute: |alt1= for the first image, |alt2= for the second image, etc
Alt text – the alternative text for the image, used by visually impaired or other readers who cannot see the image clearly. If omitted, the image's alt text will be blank.
The image's original ratio of width to height cannot be modified by |width= or |height= – a rectangular image will not be made square if |width= and |height= are set to the same value.
These parameters apply to each image, separately:
|widthn= (where n is a number) – specifies the width of image n when it needs to be different from the value specified by |width=
Note that making an image wider with the |widthn= parameter does not produce a wider caption, which will still be constrained by the |width= parameter.
Note how in the above example, the parameter |width4=200 sets the width of image 4, to allow the dollar-bill image to be wider than the other images in the gallery. However, the width of the caption remains at 120px, as set by the |width=120 parameter.
Place this template on an article or user page to create a gallery of images on that page along with captions. Anyone may place this template.
Parameter templat
Parameter
Keterangan
Jenis
Status
title
title
Title for the overall gallery
Contoh
Pictures of chickens
Kata
disarankan
align
align
Alignment of the gallery on the page; possible values include left, right, and center
Bawaan
left
Contoh
center
Kata
opsional
footer
footer
Creates a footer which will appear in the lower right corner of the overall gallery, in small font, of whatever text the editor placing it wishes to put there
Contoh
Early works
Kata
opsional
style
style
This parameter allows an editor to utilize Cascading Style Sheet code
Tak dikenal
opsional
state
state
This parameter allows the editor to determine whether or not the gallery will initially appear as either expanded or collapsed for readers
Bawaan
expanded
Contoh
collapsed
Kata
opsional
height
height
determines the maximum height for any image within the gallery
Bawaan
180px
Contoh
100px
Kata
opsional
width
width
Analogous to height parameter; sets maximum width for any image in the gallery
Bawaan
180px
Contoh
120px
Kata
opsional
cellwidth
cellwidth
Sets the cell width for individual images with the gallery
Bawaan
(whatever value, if any, that has been entered for the width parameter)