Manual:SpecialPrefixIndex.php
Appearance
| MediaWiki version: | ≥ 1.41 |
| MediaWiki file: SpecialPrefixIndex.php | |
|---|---|
| Location: | includes/specials/ (includes/Specials/ in 1.46 or later) |
| Source code: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Classes: | MediaWiki\Specials\SpecialPrefixIndex |
The file SpecialPrefixIndex.php generates the special page called Special:PrefixIndex.
Special page
[edit]
The special page has a form that can be used to list all the pages with a specific prefix.
There are some parameters that can be used, for example to:
- filter to a specific namespace
- filter out redirects
Wikitext
[edit]The special page can be used from the wikitext as well. Some filter parameters are available. Example usage:
{{Special:PrefixIndex/YOUR PAGE NAME}}
Example with some filter parameters:
{{Special:PrefixIndex/YOUR PAGE NAME |namespace=6 |hideredirects=1 |stripprefix=1 }}