Extension:DISPLAYCAT
Appearance
Release status: beta |
|
|---|---|
| Implementation | Parser function |
| 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. |
| MediaWiki | >= 1.43 |
| 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
[edit]- Install the Display Title MediaWiki extension.
- Download, extract and place the file(s) in a directory called
DISPLAYCATin 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.
