44[ ![ Latest Stable Version] ( https://poser.pugx.org/mediawiki/simple-batch-upload/v/stable )] ( https://packagist.org/packages/mediawiki/simple-batch-upload )
55[ ![ Packagist download count] ( https://poser.pugx.org/mediawiki/simple-batch-upload/downloads )] ( https://packagist.org/packages/mediawiki/simple-batch-upload )
66
7- The [ SimpleBatchUpload] [ mw-simple-batch-upload ] extension provides basic,
7+ The [ SimpleBatchUpload] extension provides basic,
88no-frills uploading of multiple files to MediaWiki.
99
10- It is maintained by [ Professional. Wiki] ( https://professional.wiki/ ) .
11- [ Contact us] ( https://professional.wiki/en/contact ) for commercial support or development work .
10+ It is maintained by [ Professional Wiki] ( https://professional.wiki/ ) .
11+ [ Contact us] ( https://professional.wiki/en/contact ) for commercial support or [ MediaWiki development ] .
1212
1313## Requirements
1414
1515- PHP 8.0 or later
16- - MediaWiki 1.35 or later
16+ - MediaWiki 1.43 or later
17+
18+ Use SimpleBatchUpload 2.x for older versions
1719
1820## Installation
1921
2022### Composer
2123``` sh
22- COMPOSER=composer.local.json composer require --no-update mediawiki/simple-batch-upload:^2 .0
24+ COMPOSER=composer.local.json composer require --no-update mediawiki/simple-batch-upload:^3 .0
2325```
2426``` sh
2527composer update mediawiki/simple-batch-upload --no-dev -o
@@ -35,19 +37,9 @@ Enable the extension by adding the following to your LocalSettings.php:
3537wfLoadExtension( 'SimpleBatchUpload' );
3638```
3739
38- ** Note:** To use the extension the user needs the [ ` writeapi ` ] [ writeapi ] right. This is the
39- default MediaWiki setting for registered users, but it may have been changed
40- during the configuration of the wiki.
41-
4240## Usage
4341
44- There are four ways to upload files using this extension:
45- * Go to _ Special: BatchUpload_ to get a plain upload page
46- * Go to _ Special: BatchUpload /Foo_ to get an upload page that sets ` {{Foo}} ` as
47- the wikitext of the uploaded file's page
48- * Add ` {{#batchupload:}} ` to any wikipage to get a simple upload button
49- * Add ` {{#batchupload:Foo|Bar|Baz}} ` to any wikipage to get an upload button
50- that sets ` {{Foo|Bar|Baz}} ` as the wikitext of the uploaded file's page
42+ See the [ SimpleBatchUpload usage documentation] ( https://professional.wiki/en/extension/simplebatchupload ) .
5143
5244## Customization
5345
@@ -100,7 +92,8 @@ on mediawiki.org.
10092
10193[ GNU General Public License 2.0] [ license ] or later
10294
95+ [ SimpleBatchUpload ] : https://professional.wiki/en/extension/simplebatchupload
10396[ license ] : https://www.gnu.org/copyleft/gpl.html
104- [ mw-simple-batch-upload ] : https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload
10597[ composer ] : https://getcomposer.org/
10698[ writeapi ] : https://www.mediawiki.org/wiki/Manual:User_rights#List_of_permissions
99+ [ MediaWiki development ] : https://professional.wiki/en/mediawiki-development
0 commit comments