Extension:Submission Upload

MediaWiki extensions manual
Submission Upload
Release status: unmaintained
Implementation Special page
Description Makes it easier for those who are not familiar with the upload process to do everything correctly
Author(s) VolodyA! V Anarhist
Latest version 0.9.1 (2013-09-12)
MediaWiki 1.21+
Database changes No
License GNU General Public License 3.0
Download external source
  • $wgSubmissionUploadsTemplates

The Submission Upload extension makes it easier for those who are not familiar with the upload process to do everything correctly. It normalises the names to the form of Author - Title.ext and ensures that extension is checked and made the same for all files of the same type.

InstallationEdit

  • Copy the code and place the file(s) in a directory called Submission Upload in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php :
    require_once "$IP/extensions/Submission Upload/Submission Upload.php";
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See alsoEdit