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![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Implementation | Parser functionCategory: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 |
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 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/PageLanguage - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'PageLanguage' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
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