Help:Gallery

From the Super Mario Wiki, the Mario encyclopedia
Revision as of 17:01, July 11, 2024 by Porplemontage (talk | contribs)
Jump to navigationJump to search

This help page covers how to create an image gallery.

Gallery basics

Galleries are best used in situations where many images need to be displayed. Galleries are like thumbnails boxed together in a table.

By default, galleries have a fluid width. Do not create galleries with a fixed width on any page outside of your userspace.

The basic syntax for a gallery is as follows:

<gallery>
Image name.ext|Caption
</gallery>

Example

Source code

<gallery>
MarioMP8Artwork.png|[[Mario]]
Luigi Artwork - Mario Party 7.png|[[Luigi]]
NSMBDS Bowser Artwork.png|[[Bowser]]
</gallery>

Advanced options

In rare instances, it may be necessary to change the image widths, heights, and even background color in order to display them properly in a gallery.

This can be accomplished using the widths, heights, and class parameters, respectively.

The following background color classes are available: blackbg, graybg

The noresize class can be used to prevent image upscaling.

Example

Source code

<gallery class="blackbg noresize" widths="50" heights="50">
SM64 Asset Sprite CS Mario.png|Mario
SM64 Asset Sprite CS Coin.png|Yellow Coin
SM64 Asset Sprite CS Power Star.png|Power Star
</gallery>

The above method applies a class to all images in the gallery. For details on how to apply classes on a per-image basis, see Template:Class.

Galleries in articles

See MarioWiki:Galleries for details on how article gallery sections and dedicated gallery pages should be laid out.