Extension:PageNameFormula
![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Implementation | Special pageCategory:Special page extensions, Parser extensionCategory: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 |
The PageNameFormula extension allows alternate naming of a page.
Rationale
Installation
- Download and move the extracted
PageNameFormula
folder to yourextensions/
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
Versions
- v0.0.1 - March 10, 2017 - Hacked for initial publication at SMWCon Fall 2017.
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