Template:Gallery

From the Portal Wiki
Jump to navigation Jump to search
Note: portions of the template sample may not be visible without values provided. This is normal.

Documentation for Gallery

This template shows up to 20 images in an array. The number of images per row is based upon the width specified and the width of the screen, which allows greater flexibility than the <gallery> tag.

For style guidelines about where galleries are appropriate, see WP:IG.

Parameters

For each image

Specify a line of the following form for each image.

|File:Filename|altN=Alt text|Caption
  • Filename is the image's file name. It can use a File: instead of an Image: prefix.
  • N should be 1 for the first image, 2 for the second image, and so forth.
  • Alt text is the alt text for the image, used by visually impaired and other readers who cannot see the image. See Wikipedia:Alternative text for images. If omitted, the image's alt text is blank.
  • Caption is the caption; see Wikipedia:Captions.
  • Add |spoilerN=yes at the end of the line if the image is a spoiler image. This will only blank the image, not the text; to mark the text as a spoiler, use the {{Spoiler}} template in the description itself.

If no such lines are present, a gallery with a single question-mark image is produced. There is currently a limit of 100 such lines.

For the gallery overall

These parameters are optional.

title
The gallery's title.
width
(default 192) Maximum width of each image.
height
(default 108) Maximum height of each image.
lines
(default 2) The number of text lines needed for the largest caption. Blank lines are appended to smaller captions. A caption that does not fit is cut off.

Example

{{Gallery
|title=Chamber 6's Rat Man Den
|width=192
|height=108
|lines=2
|File:Portal 2 Chapter 2 Test Chamber 3 Rat Man den.png|alt1=Chamber 6's Rat Man's Den|A [[Doug Rattmann|Rat Man]] den.
|File:Portal 2 Chapter 2 Test Chamber 3 Rat Man den radio.png|alt2=The radio playing Exile Vilify|Radio playing [[Portal 2 soundtrack|Exile Vilify]] found in the den.
}}
Template info.png This documentation is transcluded from Template:Gallery/doc.