Extension:SimilarTitles

From mediawiki.org
MediaWiki extensions manual
SimilarTitles
Release status: unknown
Author(s) Josef Martiňåk
Latest version 1.2.1
MediaWiki >= 1.36.0
License MIT License
Download

The SimilarTitles extension shows pages with similar names when creating a new page, in order to discourage duplicate pages from being created.

Installation[edit]

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