Manual:$wgFilterLogTypes/de-formal

This page is a translated version of the page Manual:$wgFilterLogTypes and the translation is 12% complete.
Logging: $wgFilterLogTypes
Show/hide links on Special:Log will be shown for these log types.
Eingeführt in Version:1.14.0 (r42642)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(associative array of boolean)
Standardwert:see below

Details

Show/hide links on Special:Log will be shown for these log types.

This is associative array of log => (hidden by default).

Default value

MediaWiki Version:
1.35
$wgFilterLogTypes = [
	'patrol' => true,
	'tag' => true,
	'newusers' => false,
];
MediaWiki Versions:
1.25 – 1.34
$wgFilterLogTypes = [
	'patrol' => true,
	'tag' => true,
];
MediaWiki Versions:
1.14 – 1.24
$wgFilterLogTypes = array(
	'patrol' => true
);