Extension:PageNameFormula
Appearance
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 | 0 |
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 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
[edit]Versions
[edit]- v0.0.1 - March 10, 2017 - Hacked for initial publication at SMWCon Fall 2017.