Template:Gallery: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<table style="{{{style|background:transparent; border:0px solid #f0f0f0; margin-top:0.5em;}}}" {{#if:{{{align|}}}|align="{{{align}}}"|}}>
<table class="t-table-gallery" {{#if:{{{align|}}}|align="{{{align}}}"|}}>
{{#if:{{{title|}}}
{{#if:{{{title|}}}
  |<tr><td colspan="10" style="text-align:center; font-weight:bold;">{{{title}}}</td></tr>
  |<tr><td colspan="10" class="t-td-gallery">{{{title}}}</td></tr>
}}<tr><td><!--
}}<tr><td><!--
-->{{Gallery/aux|{{{1|}}}|{{{2|}}}|width={{{width|150}}}|lines={{{lines|2}}}|alt={{{alt1|}}}}}<!--
-->{{Gallery/aux|{{{1|}}}|{{{2|}}}|width={{{width|150}}}|lines={{{lines|2}}}|alt={{{alt1|}}}}}<!--

Revision as of 16:10, August 1, 2012

Usage[edit source]

Adapted from Wikipedia:Template:Gallery.

This template provides advanced gallery building functionality (such as scrolling captions and fine-tuned formatting control). For creating basic galleries, use the Gallery tag.

This template shows up to 100 images in an array. The number of images per row is based upon the width specified and the width of the screen.

Parameters[edit source]

For each image[edit source]

Specify a line of the following form for each image.

|URL|altN=Alt text|Caption
  • 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.

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[edit source]

These parameters are optional.

title
The gallery's title.
width
(default 180) Maximum width of each image.
height
(default 180) 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.
align
(default left) The alignment of the gallery (left, center, or right).
footer
Small, right-aligned text below the images.

Example[edit source]

{{Gallery
|title=Skyrim HD Examples
|width=150
|lines=1
|align=center
|http://static.skyrim.nexusmods.com/mods/images/607-5-1330114202.jpg|A Wall
|http://static.skyrim.nexusmods.com/mods/images/607-1-1330114197.jpg|Markarth
|http://static.skyrim.nexusmods.com/mods/images/607-4-1330113864.jpg|Fireplace
|http://static.skyrim.nexusmods.com/mods/images/607-4-1326206356.jpg|Riverwood
}}

produces: