Manual:$wgFilterLogTypes
Appearance
| Logging: $wgFilterLogTypes | |
|---|---|
| Show/hide links on Special:Log will be shown for these log types. |
|
| Introduzido na versão: | 1.14.0 (r42642) |
| Removido na versão: | Ainda em utilização |
| Valores permitidos: | (matriz associativa de booliano) |
| Valor predefinido: | veja abaixo |
| Outras definições: Alfabeticamente | Por função | |
Detalhes
Show/hide links on Special:Log will be shown for these log types.
This is associative array of log => (hidden by default).
Valor predefinido
| Versão MediaWiki: | ≥ 1.35 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
'newusers' => false,
];
| Versões do MediaWiki: | 1.25 – 1.34 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
];
| Versões do MediaWiki: | 1.14 – 1.24 |
$wgFilterLogTypes = array(
'patrol' => true
);