mediawiki/extensions/PCRGUIInserts - Gitiles

MediaWiki extension PCRGUIInserts

Clone this repo:
  1. 0eb65d3 build: Updating npm dependencies by libraryupgrader · 3 weeks ago master
  2. 967c782 build: Updating grunt-banana-checker to 0.13.0 by libraryupgrader · 5 months ago
  3. 23170a2 build: Updating dependencies by libraryupgrader · 5 months ago
  4. d4987dc build: Updating dependencies by libraryupgrader · 6 months ago
  5. 9ae7047 Localisation updates from https://translatewiki.net. by Translation updater bot · 11 months ago REL1_42

PCR GUI Inserts

The PCR GUI Inserts extension lets you easily add pieces of HTML code at several useful places of the GUI.

Compatibility

  • PHP 5.3+
  • MediaWiki 1.23+

See also the CHANGELOG.md file provided with the code.

Installation

(1) Obtain the code from GitHub

(2) Extract the files in a directory called PCRGUIInserts in your extensions/ folder.

(3) Add the following code at the bottom of your "LocalSettings.php" file:

require_once "$IP/extensions/PCRGUIInserts/PCRGUIInserts.php";

(4) Configure this extension as needed for your wiki. See the documentation.

(5) Go to "Special:Version" on your wiki to verify that the extension is successfully installed.

(6) Done.