Template:GalleryItems: Difference between revisions

From Step Mods | Change The Game
Line 4: Line 4:
The purpose of the GalleryItem template is to define and display one gallery item per usage. This template must be used within the Gallery template as such:
The purpose of the GalleryItem template is to define and display one gallery item per usage. This template must be used within the Gallery template as such:


<pre>
:<pre>
{{Gallery
{{Gallery
|enable=Yes
|enable=Yes
Line 14: Line 14:
}}
}}
</pre>
</pre>
{{Gallery
:{{Gallery
|enable=Yes
|enable=Yes
|align=center
|align=center
Line 23: Line 23:
}}
}}


Here three instances of GalleryItem was used; one for each image. See below for the parameters that can be used with GalleryItem and their examples.
:Here three instances of GalleryItem was used; one for each image. See below for the parameters that can be used with GalleryItem and their examples.


==Example==
==Example==

Revision as of 03:59, October 14, 2014


Purpose & Usage

The purpose of the GalleryItem template is to define and display one gallery item per usage. This template must be used within the Gallery template as such:

{{Gallery |enable=Yes |align=center |galleryitems= {{GalleryItems|url=https://copy.com/b1qwohqNdVIc0ryw|caption=A wall}} {{GalleryItems|url=https://copy.com/b1qwohqNdVIc0ryw|caption=Text}} {{GalleryItems|url=https://copy.com/b1qwohqNdVIc0ryw|caption=More text}} }}

Warning-Logo.png

WARNING

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

  • A wall

    A wall

  • Text

    Text

  • More text

    More text

Here three instances of GalleryItem was used; one for each image. See below for the parameters that can be used with GalleryItem and their examples.

Example

The following will display a single gallery item within a gallery. A separate instance of GalleryItem must be used for each item to be displayed in a gallery.

Code:

{{GalleryItems|url=https://copy.com/b1qwohqNdVIc0ryw|caption=Dummy Image}}
  • Dummy Image

    Dummy Image


  • Defining Height and Width:


    Note:

    When a GalleryItem is used outside the Gallery template, the GalleryItem template will still work. However, since it is not defined within a single gallery when clicked, it will default as page of a "page gallery". You will see all the images on that page as one gallery.

    See Also

    Template:Gallery