Extension:PageNameFormula

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
PageNameFormula
Release status: experimentalCategory:Experimental extensions
Implementation Special page Category:Special page extensions, Parser extension Category:Parser extensions
Description Allows alternate naming of a page
Author(s) Mark Hershberger
Latest version 0.0.1 (2017-03-10)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
Database changes Yes
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
Quarterly downloads 0
Translate the PageNameFormula extension if it is available at translatewiki.net
Category:All extensions

The PageNameFormula extension allows alternate naming of a page.

Rationale

Installation

  • Download and move the extracted PageNameFormula folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PageNameFormula
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PageNameFormula' );
    
  • Configure as required
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

Versions

Category:All extensions Category:Experimental extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:LoadExtensionSchemaUpdates extensions Category:ParserFirstCallInit extensions Category:Parser extensions Category:Special page extensions