Extension:CustomHeader
Please expand this page. |
![]() 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 | GitHub: Note: |
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 yourextensions/
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.
This extension is made by Miraheze. It may have issues you don't see in Miraheze. To report a bug or request a configuration change, please do so in the Miraheze Phabricator instead of the Wikimedia one. |