Skip to content

wikimedia/mediawiki-extensions-PCRGUIInserts

Repository files navigation

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.

About

Github mirror of MediaWiki extension PCRGUIInserts - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published