Extension:InsertTemplate

From mediawiki.org
MediaWiki extensions manual
BlueSpiceInsertTemplate
Release status: stable
Implementation API
Description Provides batch uploading of files
Author(s) (Osnardtalk)
MediaWiki 1.27+
Database changes No
License GNU General Public License 2.0 or later
Download
README
Translate the InsertTemplate 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 InsertTemplate 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/InsertTemplate
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'InsertTemplate' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.