Manual:SpecialPrefixindex.php

From mediawiki.org

The file SpecialPrefixindex.php generates the special page called Special:PrefixIndex.

Special page[edit]

The form that can be seen at the special page in MediaWiki 1.40 (2022)

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 }}

See also[edit]