Extension:SimilarTitles
Appearance
Please expand this page. |
SimilarTitles Release status: unknown |
|
---|---|
Author(s) | Josef Martiňák |
Latest version | 1.2.1 |
MediaWiki | >= 1.36.0 |
License | MIT License |
Download | Bitbucket: Note: |
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SimilarTitles' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.