Template:Gallery: Difference between revisions

From Step Mods | Change The Game
No edit summary
(Replaced content with "<includeonly><ul class="modgallery">{{#if: {{{title|}}} | <li class="modgallerycaption">{{{title}}}</li> }}{{{galleryitems}}}</ul></includeonly>")
Line 1: Line 1:
{{#ifeq: {{{enable|}}} | Yes | <table class="t-table-gallery" {{#if:{{{align|}}}|align="{{{align}}}"|}}>
<includeonly><ul class="modgallery">{{#if: {{{title|}}} | <li class="modgallerycaption">{{{title}}}</li> }}{{{galleryitems}}}</ul></includeonly>
{{#if:{{{title|}}}
|<tr><td colspan="10" class="t-td-gallery">{{{title}}}</td></tr>
}}<tr><td>{{{galleryItems|}}}</td></tr>{{#if:{{{footer|}}}
|<tr><td colspan="10" style="text-align:right; font-size:80%; line-height:1em;">{{{footer}}}</td></tr>
}}</table>}}<noinclude>
__NOTOC__
== Usage ==
::''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 [[Wikipedia:Gallery tag|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 ==
 
=== For each image ===
 
Specify a line of the following form for each image.
: '''<code>|URL|alt''N''=''Alt text''|''Caption''</code>'''
* '''<code>''N''</code>''' should be '''<code>1</code>''' for the first image, '''<code>2</code>''' for the second image, and so forth.
* '''<code>''Alt text''</code>''' 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.
* '''<code>''Caption''</code>''' 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 ===
 
These parameters are optional.
 
; <code>title</code>: The gallery's title.
; <code>width</code>: (default 150) Maximum width of each image.
; <code>height</code>: (default 150) Maximum height of each image.
; <code>lines</code>: (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.
; <code>align</code>: (default left) The alignment of the gallery (left, center, or right).
; <code>footer</code>: Small, right-aligned text below the images.
 
== Example ==
<pre>
{{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
}}
</pre>
produces:
{{Gallery
|title=Skyrim HD Exmaples
|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
}}
 
[[Category:Templates]]

Revision as of 03:58, October 22, 2012