Extension:FilterSpecialPages

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
FilterSpecialPages
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Inserts a field to filter entries on "Special:Specialpages".
Author(s)
Latest version 4.0.0-alpha
MediaWiki >= 1.43.0
Composer hallowelt/filter-special-pagesCategory:Extensions supporting Composer
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 12 (Ranked 104th)
Translate the FilterSpecialPages extension if it is available at translatewiki.net
Category:All extensions

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 move the extracted FilterSpecialPages folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/FilterSpecialPages
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FilterSpecialPages' );
    
  • 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 Wikimedia version control Category:Extensions included in BlueSpice Category:Extensions supporting Composer Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions Category:Stable extensions