Extension:FilterSpecialPages
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | Special page |
Description | Inserts a field to filter entries on "Special:Specialpages". |
Author(s) | Leonid Verhovskij |
Latest version | 0.9 |
MediaWiki | >= 1.31.0 |
Composer | hallowelt/filter-special-pages |
License | GNU General Public License 3.0 or later |
Download | |
Quarterly downloads | 5 (Ranked 163rd) |
Translate the FilterSpecialPages extension if it is available at translatewiki.net | |
The FilterSpecialPages extension inserts a filter field on the page Special:Specialpages.
Usage
Quick access and less searching for special pages: The extension offers a search field at the special page "Specialpages". While typing a search string, only special pages with this search string in the title will be shown.
- Special keys
- Enter: Open the target page if only one entry is left.
- Esc: Highlight input selection for faster overwriting of the search term.
Installation
- Download and place the file(s) in a directory called
FilterSpecialPages
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'FilterSpecialPages' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External links
- Helpdesk - FilterSpecialPages