Extension:BlueSpiceInsertTemplate
Appearance
![]() Release status: stable |
|
---|---|
Implementation | API |
Description | Provides batch uploading of files |
Author(s) | Josef Konrad, Robert Vogel (Osnardtalk) |
Latest version | 4.2.0-alpha |
MediaWiki | 1.27+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | README |
|
|
Translate the BlueSpiceInsertTemplate extension if it is available at translatewiki.net | |
The BlueSpiceInsertTemplate extension provides a dialog interface to add and modify templates in edit mode. A preview can be shown.
- Integrates into Extension:VisualEditor
Installation
[edit]- Download and move the extracted
BlueSpiceInsertTemplate
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BlueSpiceInsertTemplate
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceInsertTemplate' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.