Extension:UploadCheck/de-formal

This page is a translated version of the page Extension:UploadCheck and the translation is 14% complete.
MediaWiki extensions manual
UploadCheck
Release status: unmaintained
Implementation Media
Description Checks if the fields "Description" and "License" are filled when uploading a file
Author(s) Martin Strecker (MaStrDiskussion)
Latest version 1.0 (2013-08-29)
MediaWiki 1.21+
Database changes No
License GNU General Public License 2.0 or later
Download See the code

  • $wgUploadNavigationUrl
  • $hideWarning

The UploadCheck extension checks if the fields "Description" and "License" are filled when uploading a file.

Installation

  • Die Copy the code und die Datei(en) in ein Verzeichnis namens UploadCheck im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    require_once "$IP/extensions/UploadCheck/UploadCheck.php";
    $wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:UploadCheck";
    $hideWarning = true; // optional
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.