Template:Gallery: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#if: {{{enable|}}} | <table class="t-table-gallery" {{#if:{{{align|}}}|align="{{{align}}}"|}}>
<includeonly>{{Alert|type=warn|text=This template is deprecated. Please revise markup to use [[:Template:GallerySimple]] instead.}}{{#vardefine:id|{{#expr:{{#var:id}}+1}}}}{{#ifeq: {{{enable|}}} | Yes | <ul class="modgallery">{{#if: {{{title|}}} | <li class="modgallerycaption">{{{title}}}</li> }}{{{galleryitems}}}</ul>}}</includeonly><noinclude>__NOTOC__ [[Category:Deprecated Templates]]
{{#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.
==Purpose & Usage==
{{fc|#E6B69E|This is a core site template that is used along with [[:Template:GalleryItems]] on all mod pages. Together, they are used to display a gallery of images having varying dimensions within frames of equal dimensions. This makes these image galleries neat and clean for use on mod pages. This template is accessible to wiki editors, but this template page is protected.}}


== Parameters ==
==Examples==
 
=== 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>
<pre>
{{Gallery
{{Gallery
|title=Skyrim HD Examples
|enable=Yes
|width=150
|lines=1
|align=center
|align=center
|http://static.skyrim.nexusmods.com/mods/images/607-5-1330114202.jpg|A Wall
|galleryitems=
|http://static.skyrim.nexusmods.com/mods/images/607-1-1330114197.jpg|Markarth
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-5-1330114202.jpg|caption=A wall}}
|http://static.skyrim.nexusmods.com/mods/images/607-4-1330113864.jpg|Fireplace
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-4-1330114200.jpg|caption=Text}}
|http://static.skyrim.nexusmods.com/mods/images/607-4-1326206356.jpg|Riverwood
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-3-1330114199.jpg|caption=More text}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-2-1330114198.jpg|caption=Hi there}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-1-1330114197.jpg|caption=This caption has more than one line of text, what will it do?}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-5-1330113866.jpg|caption=This is an}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-4-1330113864.jpg|caption=Example}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-3-1330113862.jpg|caption=Fireplace}}
}}
}}
</pre>
</pre>
produces:
 
{{Gallery
{{Gallery
|title=Skyrim HD Exmaples
|enable=Yes
|width=150
|lines=1
|align=center
|align=center
|http://static.skyrim.nexusmods.com/mods/images/607-5-1330114202.jpg|A Wall
|galleryitems=
|http://static.skyrim.nexusmods.com/mods/images/607-1-1330114197.jpg|Markarth
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-5-1330114202.jpg|caption=A wall}}
|http://static.skyrim.nexusmods.com/mods/images/607-4-1330113864.jpg|Fireplace
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-4-1330114200.jpg|caption=Text}}
|http://static.skyrim.nexusmods.com/mods/images/607-4-1326206356.jpg|Riverwood
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-3-1330114199.jpg|caption=More text}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-2-1330114198.jpg|caption=Hi there}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-1-1330114197.jpg|caption=This caption has more than one line of text, what will it do?}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-5-1330113866.jpg|caption=This is an}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-4-1330113864.jpg|caption=Example}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-3-1330113862.jpg|caption=Fireplace}}
}}
}}


[[Category:Templates]]
==See Also==
[[:Template:GalleryItems]]
 
 
</noinclude>

Latest revision as of 15:14, September 17, 2021


Purpose & Usage[edit source]

This is a core site template that is used along with Template:GalleryItems on all mod pages. Together, they are used to display a gallery of images having varying dimensions within frames of equal dimensions. This makes these image galleries neat and clean for use on mod pages. This template is accessible to wiki editors, but this template page is protected.

Examples[edit source]

{{Gallery
|enable=Yes
|align=center
|galleryitems=
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-5-1330114202.jpg|caption=A wall}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-4-1330114200.jpg|caption=Text}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-3-1330114199.jpg|caption=More text}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-2-1330114198.jpg|caption=Hi there}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-1-1330114197.jpg|caption=This caption has more than one line of text, what will it do?}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-5-1330113866.jpg|caption=This is an}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-4-1330113864.jpg|caption=Example}}
{{GalleryItems|url=https://staticdelivery.nexusmods.com/mods/110/images/607-3-1330113862.jpg|caption=Fireplace}}
}}
Warning-Logo.png

WARNING

This template is deprecated. Please revise markup to use Template:GallerySimple instead.
    Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • A wall

    A wall

  • Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • Text

    Text

  • Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • More text

    More text

  • Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • Hi there

    Hi there

  • Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • This caption has more than one line of text, what will it do?

    This caption has more than one line of text, what will it do?

  • Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • This is an

    This is an

  • Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • Example

    Example

  • Warning-Logo.png

    WARNING

    This template is deprecated. Please revise markup to use Template:GallerySimple instead.
  • Fireplace

    Fireplace

See Also[edit source]

Template:GalleryItems