Extension:CheckPageTitle

Category:Pages to be expanded#CheckPageTitle Category:Unmaintained extensions#CheckPageTitle Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
CheckPageTitle
Release status: unmaintainedCategory:Unmaintained extensions
Author(s) Solene
Latest version 1.0.0
MediaWiki Category:Extensions without MediaWiki version
Composer wikifab/check-page-titleCategory:Extensions supporting Composer
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
Category:All extensions

The CheckPageTitle extension displays a modal box when someone tries to create a title containing a hardcoded set of invalid characters. This is done using JavaScript and does not actually prevent the page from being created.

Installation

  • Download and place the file(s) in a directory called CheckPageTitle in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CheckPageTitle' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in GitHub version control Category:Extensions supporting Composer Category:Extensions with invalid or missing type Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Pages to be expanded Category:ResourceLoaderGetConfigVars extensions Category:Unmaintained extensions