Extension:TwnMainPage

Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
TwnMainPage
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Provides the custom main page for Translatewiki.net
Author(s)
Latest version 2016-02-21
MediaWiki >= 1.39.0
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
  • $wgMainPageImages
Translate the TwnMainPage extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The TwnMainPage extension provides the custom main page for Translatewiki.net. It adds a special page, Special:TwnMainPage, intended to be used as the main page.

Installation

  • Download and move the extracted TwnMainPage 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/TwnMainPage
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'TwnMainPage' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed. Category:Wiki-specific extensions
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Special page extensions Category:Stable extensions Category:Wiki-specific extensions