MediaWiki extension PCRGUIInserts

Clone this repo:
  1. 23170a2 build: Updating dependencies by libraryupgrader · 5 days ago master
  2. d4987dc build: Updating dependencies by libraryupgrader · 3 weeks ago
  3. 9ae7047 Localisation updates from https://translatewiki.net. by Translation updater bot · 6 months ago REL1_42
  4. 8a08dac Localisation updates from https://translatewiki.net. by Translation updater bot · 9 months ago
  5. 46dfafd Localisation updates from https://translatewiki.net. by Translation updater bot · 10 months ago

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.