Extension:PageLanguage

Not to be confused with the feature Special:PageLanguage, for which see Manual:Language#Page content language.
Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:Extensions with no license specified
MediaWiki extensions manual
Page Language
Release status: experimentalCategory:Experimental extensions
Implementation Parser function Category:Parser function extensions
Description Define page language per page
Author(s) Liangent (Liangenttalk)
MediaWiki >= 1.43
License No license specified
Download Category:Extensions in Wikimedia version control
Quarterly downloads 2 (Ranked 114th)
Translate the PageLanguage extension if it is available at translatewiki.net
Category:All extensions

The PageLanguage extension adds a {{PAGELANGUAGE: }} parser function to set language (seen by MediaWiki) per page.

Installation

  • Download and move the extracted PageLanguage 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/PageLanguage
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PageLanguage' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Experimental extensions Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions with no license specified Category:Extensions without a compatibility policy Category:Extensions without an image Category:PageContentLanguage extensions Category:ParserFirstCallInit extensions Category:Parser function extensions