Extension:FileList/de-formal

This page is a translated version of the page Extension:FileList and the translation is 8% complete.
MediaWiki extensions manual
FileList
Release status: unmaintained
Implementation Tag , Media, MyWiki , Page action
Description Generates a dynamic file-list with an upload box at the insertion of ‎<filelist />
Author(s) Jens Nyman, Simon Peeters (NymanjensDiskussion)
Latest version 5.1 (2022-04-09)
MediaWiki 1.33
License GNU General Public License 2.0 or later
Download
$wgFileListConfig['upload_anonymously']
‎<filelist>

What can this extension do?

This extension implements a new tag, ‎<filelist />, which generates a list of all images or other media that were uploaded to the page. Also, the tag adds an input field to add a new file.(just for testing purpose)

Screenshot:

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens FileList im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    require_once "$IP/extensions/FileList/FileList.php";
    // set this to true if uploads need to be anonymous
    $wgFileListConfig['upload_anonymously'] = false;
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Usage

Insert:

<filelist />

This will generate a FileList for the corresponding page.

More info