SimpleBatchUpload

Simple, no-frills multi-file upload for MediaWiki

On this page

External links

SimpleBatchUpload MediaWiki Extension

Upload multiple files to your wiki with ease.

Upload interface showing multiple files having been uploaded

Nutzungsdokumentation

Only users with the writeapi right can upload files via this extension. By default, all registered users in MediaWiki have this right.

Upload Page

You can upload files via the Special:BatchUpload page.

You can navigate directly to Special:BatchUpload/CatPicture to generate a page in the File namespace with {{CatPicture}} as content for each file you upload.

Upload Button

Place the {{#batchupload:}} wikitext parser function into any wiki page to show an upload button.

Use {{#batchupload:CatPicture|Fluffy|Example}} to create File namespace pages with wikitext {{CatPicture|Fluffy|Example}} for each upload via the button.

You can specify each file uploaded via a button should get a prefix. {{#batchupload:+rename=!^(Fluff-[./+]*)?!iu -->Fluff-}} gives each file you upload via the button the Fluff- prefix, so that your Cat.png file gets uploaded to File:Fluff-Cat.png.

Installation

Requirements

  • PHP 8.0 or later
  • MediaWiki 1.43 or later

Load and enable

Load the extension using Composer:

COMPOSER=composer.local.json composer require --no-update mediawiki/simple-batch-upload:~3.0

Enable the extension by adding the following to your LocalSettings.php:

wfLoadExtension( 'SimpleBatchUpload' );

You can verify the installation by checking your wiki's Special:Version page.

Weitere MediaWiki-Erweiterungen

View all our extensions

Professionelle MediaWiki-Dienstleistungen

MediaWiki services by the authors of SimpleBatchUpload

Softwareentwicklung Symbol
Softwareentwicklung

Erzielen Sie hervorragende Ergebnisse mit erfahrenen MediaWiki-Entwicklern, die Erfahrung beim Entwickeln von MediaWiki-Erweiterungen und -Integrationen haben.

Theme-Entwicklung Symbol
Theme-Entwicklung

Lassen Sie Ihr Wiki großartig aussehen! Verwenden Sie ein erprobtes responsives MediaWiki-Theme oder lassen Sie uns ein individuelles MediaWiki-Skin für Sie erstellen.

MediaWiki-Hosting Symbol
MediaWiki-Hosting

Lassen Sie uns Ihr Wiki betreuen und hosten. Wir sind Experten für MediaWiki-Hosting und bieten Cloud-Hosting, dediziertes Hosting und Hosting vor Ort (On-Premises) an.

MediaWiki-Beratung Symbol
MediaWiki-Beratung

Steigern Sie Wert und Qualität Ihres Wikis, indem Sie unsere MediaWiki-Expertise nutzen. Von der Planung bis zur konkreten Implementierung haben wir alles im Griff.

MediaWiki-Migration Symbol
MediaWiki-Migration

Wechseln Sie sorglos zu einem neuen Hosting. Wir migrieren Ihr MediaWiki auf einen neuen Server, oder wir unterstützen Sie beim Umzug von einem anderen Wiki-System zu MediaWiki.

MediaWiki-Upgrades Symbol
MediaWiki-Upgrades

Wir sorgen dafür, dass Ihr MediaWiki auf dem neuesten Stand und geschützt bleibt. Wir bieten Wartung und Aktualisierung für MediaWiki, damit Ihr Wiki störungsfrei läuft.