Extension:PageNameFormula

MediaWiki extensions manual
PageNameFormula
Release status: experimental
Implementation Special page , Parser extension
Description Allows alternate naming of a page
Author(s) Mark Hershberger
Latest version 0.0.1 (2017-03-10)
MediaWiki 1.25+
Database changes Yes
License GNU General Public License 3.0 only
Download
Quarterly downloads 1 (Ranked 146th)
Translate the PageNameFormula extension if it is available at translatewiki.net

The PageNameFormula extension allows alternate naming of a page.

Rationale edit

Installation edit

  • 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
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration edit

Versions edit