Jump to content

Extension:BlueSpiceInsertTemplate

From mediawiki.org
MediaWiki extensions manual
BlueSpiceInsertTemplate
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
  • $wgInsertTemplateFavorites
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.

Installation

[edit]
  • Download and move the extracted BlueSpiceInsertTemplate folder to your extensions/ 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.