Handbuch:$wgFilterLogTypes
Protokollierung: $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: | siehe unten |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Show/hide links on Special:Log will be shown for these log types.
This is associative array of log => (hidden by default).
Standardwert
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
);