Extension:MultiTitle

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
MultiTitle
Release status: betaCategory:Beta status extensions
Implementation Parser extension Category: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 Category:Extensions in GitHub version control
Example https://wikimedia.org
Category:All extensionsCategory:Extensions not in ExtensionJson

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 your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'MultiTitle' );
    
  • Yes 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