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 place the file(s) in a directory called InsertTemplate in your extensions/ folder.
  • 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.