Podręcznik:$wgPageLanguageUseDB

From mediawiki.org
This page is a translated version of the page Manual:$wgPageLanguageUseDB and the translation is 33% complete.
Content handlers and storage: $wgPageLanguageUseDB
Allows to change the page language for MediaWiki pages
Wprowadzono w wersji:1.24.0 (Gerrit change 135312; git #I0f82b14)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(boolean)
Domyślna wartość:false

Szczegóły

Added ability to change the page language for MediaWiki pages using special page "Special:PageLanguage". All pages are set to wiki language by default.

Usage

The feature needs to be enabled with and the 'pagelang' right should be assigned to a user group e.g. "sysop". In "LocalSettings.php", one may set:

$wgPageLanguageUseDB = true;
$wgGroupPermissions['sysop']['pagelang'] = true;

Zobacz też