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 specifiedRelease status: experimentalCategory:Experimental extensions |
|
|---|---|
| Implementation | Parser functionCategory:Parser function extensions |
| Description | Define page language per page |
| Author(s) | Liangent (Liangenttalk) |
| MediaWiki | >= 1.43 |
| Licence | No licence specified |
| Download | Category:Extensions in Wikimedia version control |
| 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
PageLanguagefolder 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: |
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
