Extension:DISPLAYCAT
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Implementation | Parser functionCategory:Parser function extensions |
Description | Adds support for custom display titles on specific category pages |
Author(s) | tesinormed (SomeContributorOnEarthtalk) |
Latest version | 0.3.0 (2025-01-31) |
Compatibility policy | Main branch maintains backward compatibility.Category:Extensions with master compatibility policy |
MediaWiki | >= 1.43Category:Extensions with manual MediaWiki version |
PHP | >= 8.1 |
Database changes | No |
License | Creative Commons Zero v1.0 Universal |
Download | GitHub: Note: |
Example | Amaranth Legacy |
The DISPLAYCAT extension adds support for custom display titles on specific category pages. It fixes Phabricator issue T31975.
Installation
- Install the Display Title MediaWiki extension.
- Download, extract and place the file(s) in a directory called
DISPLAYCAT
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'DISPLAYCAT' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also
Category:All extensions
Category:Beta status extensions
Category:CategoryViewer::generateLink extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions with master compatibility policy
Category:Extensions without an image
Category:ParserFirstCallInit extensions
Category:Parser function extensions
Category:Public domain licensed extensions