Manual:$wgFilterLogTypes/pl
Logging: $wgFilterLogTypes | |
---|---|
Show/hide links on Special:Log will be shown for these log types. |
|
Wprowadzono w wersji: | 1.14.0 (r42642) |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (associative array of boolean) |
Domyślna wartość: | patrz poniżej |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
Show/hide links on Special:Log will be shown for these log types.
This is associative array of log => (hidden by default).
Default value
Wersja MediaWiki: | ≥ 1.35 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
'newusers' => false,
];
Wersje MediaWiki: | 1.25 – 1.34 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
];
Wersje MediaWiki: | 1.14 – 1.24 |
$wgFilterLogTypes = array(
'patrol' => true
);