Extension:MultiTitle
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Implementation | Parser extensionCategory:Parser extensions, User interfaceCategory:User interface extensions |
Description | Display as if multiple titles are the same page |
Author(s) | Tbodttalk |
Compatibility policy | Master maintains backward compatibility.Category:Extensions with master compatibility policy |
MediaWiki | Category:Extensions without MediaWiki version |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
Example | https://wikimedia.org |
The MultiTitle extension is a utility to give the appearance of one page having multiple titles.
Currently it works like so: if a redirect page has the magic word __KEEPTITLE__, the target page will be rendered with the title of the redirect page, instead of putting it in the subtitle.
The extension was written for use on some pages on the Toki Pona encyclopedia at https://wikipesija.org, where for some pages it's desirable to have several of the titles leading to the page not be preferred one over the other.
Installation
- Download and place the file(s) in a directory called
MultiTitle
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'MultiTitle' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions
Category:ArticleViewFooter extensions
Category:ArticleViewRedirect extensions
Category:Beta status extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with master compatibility policy
Category:Extensions without MediaWiki version
Category:Extensions without an image
Category:GPL licensed extensions
Category:GetDoubleUnderscoreIDs extensions
Category:Parser extensions
Category:User interface extensions