Extension:AutoGallery/de-formal

From mediawiki.org
This page is a translated version of the page Extension:AutoGallery and the translation is 29% complete.
MediaWiki extensions manual
AutoGallery
Release status: stable
Description Adds easy to use "auto" gallery mode
Author(s) Kunal Mehta (LegoktmDiskussion)
Latest version 2.0
MediaWiki 1.31+
License GNU Affero General Public License 3.0 or later
Download
Quarterly downloads 8 (Ranked 139th)
Translate the AutoGallery extension if it is available at translatewiki.net

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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens AutoGallery im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AutoGallery
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'AutoGallery' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Siehe auch