Extension:CustomHeader

MediaWiki extensions manual
CustomHeader
Release status: beta
Implementation User interface, Skin
Description A MediaWiki extension that allows users to customize the header of a page.
Author(s) Brent Laabs (BrentLaabstalk)
Maintainer(s) Brent Laabs, Reception123
MediaWiki 1.28
PHP 5.6+
Database changes No
License GNU General Public License 3.0
Download

CustomHeader is a MediaWiki extension that allows users to customize the header of a page.

For reporting an issue or a bug, please use Miraheze Phabricator.

InstallationEdit

  • Download and place the file(s) in a directory called CustomHeader in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php :
    wfLoadExtension( 'CustomHeader' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.