Images: $wgGalleryOptions
Default settings for the <gallery> tag.
Introduced in version:1.17.0 (r63707)
Removed in version:still in use
Allowed values:(associative array)
Default value:see below

Details

The default settings for the <gallery> tag, and galleries in categories.

See the "default value" below for the possible keys, and a description of each setting.

Some of these settings correspond, in a confusing way, to attributes that can be specified for the <gallery> tag itself. See Help:Images#Optional gallery attributes for information on each of the attributes.

This key in $wgGalleryOptions... ...sets the default value for this <gallery> tag attribute
imagesPerRowperrow=
imageWidthwidths=
imageHeightheights=
modemode= (New in MediaWiki 1.22 – see Help:Images#Mode parameter for more information)

Default value

$wgGalleryOptions = [
	'imagesPerRow' => 0, // <translate nowrap><!--T:13--> Default number of images per-row in the gallery.</translate> <translate nowrap><!--T:19--> 0: Adapt to screensize</translate>
	'imageWidth' => 120, // <translate nowrap><!--T:14--> Width of the cells containing images in galleries (in "px")</translate>
	'imageHeight' => 120, // <translate nowrap><!--T:15--> Height of the cells containing images in galleries (in "px")</translate>
	'captionLength' => true, // <translate nowrap><!--T:16--> Length of caption to truncate (in characters) in special pages or when the <tvar|showfilename>showfilename</> parameter is used</translate>
	                         // <translate nowrap><!--T:20--> A value of 'true' will truncate the filename to one line using CSS.</translate>
	                         // <translate nowrap><!--T:21--> Deprecated since 1.28.</translate> <translate nowrap><!--T:22--> Default value of 25 before 1.28.</translate>
	'showBytes' => true, // <translate nowrap><!--T:17--> Show the filesize in bytes in categories</translate>
    'mode' => 'traditional', // <translate nowrap><!--T:18--> One of "traditional", "nolines", "packed", "packed-hover", "packed-overlay", "slideshow" (1.28+)</translate>
];
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.