Extension:AutoGallery

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:AGPL licensed extensions
MediaWiki extensions manual
AutoGallery
Release status: stableCategory:Stable extensions
Description Adds easy to use "auto" gallery mode
Author(s) Kunal Mehta (Legoktmtalk)
Latest version 2.0
MediaWiki 1.31+Category:Extensions with manual MediaWiki version
License GNU Affero General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 14 (Ranked 81st)
Translate the AutoGallery extension if it is available at translatewiki.net
Category:All extensions

The AutoGallery extension adds a new gallery mode (auto) that should be a little easier to use. It is based on the nolines gallery mode, and will automatically add a caption using the filename if none is provided, and links directly to the file, skipping the file page.

Installation

  • Download and move the extracted AutoGallery folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AutoGallery
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AutoGallery' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:AGPL licensed extensions Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GalleryGetModes extensions Category:Stable extensions