Template:Class: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
=== Supported classes === | === Supported classes === | ||
* <code>rawsize</code> - Prevent the image from being upscaled | * <code>rawsize</code> - Prevent the image from being upscaled | ||
** <code>rawsize x2</code>/<code>x4</code>/<code>x8</code> - Scale a specific amount | ** <code>rawsize x2</code>/<code>x3</code>/<code>x4</code>/<code>x8</code> - Scale a specific amount | ||
* <code>blackbg</code> / <code>graybg</code> - Change the background color of the image container | * <code>blackbg</code> / <code>graybg</code> - Change the background color of the image container | ||
* <code>invert-light</code> / <code>invert-dark</code> - Invert the image in the wiki's light or dark mode | * <code>invert-light</code> / <code>invert-dark</code> - Invert the image in the wiki's light or dark mode |
Revision as of 02:50, 15 July 2024
This template provides a new way to add supported classes to gallery images on a per-image basis.
To apply a class to all images in a gallery, this template isn't needed. Simply use <gallery class="...">
as the gallery's opening tag.
Usage
Add the template to the caption of the gallery image you'd like the class applied to. The first parameter is the class name. Multiple classes can be separated by spaces.
Supported classes
rawsize
- Prevent the image from being upscaledrawsize x2
/x3
/x4
/x8
- Scale a specific amount
blackbg
/graybg
- Change the background color of the image containerinvert-light
/invert-dark
- Invert the image in the wiki's light or dark mode
Example
<gallery> Wiki.png|Wiki logo 1{{class|blackbg}} Wiki.png|Wiki logo 2{{class|graybg}} Wiki.png|Wiki logo 3 </gallery>