手册:$wgFilterLogTypes
Appearance
| 日志记录: $wgFilterLogTypes | |
|---|---|
| Show/hide links on Special:Log will be shown for these log types. |
|
| 引进版本: | 1.14.0 (r42642) |
| 移除版本: | 仍在使用 |
| 允许的值: | (associative array of boolean) |
| 默认值: | 参见下方 |
| 其他设置: 按首字母排序 | 按功能排序 | |
详情
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版本: | ≥ 1.35 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
'newusers' => false,
];
| MediaWiki版本: | 1.25 – 1.34 |
$wgFilterLogTypes = [
'patrol' => true,
'tag' => true,
];
| MediaWiki版本: | 1.14 – 1.24 |
$wgFilterLogTypes = array(
'patrol' => true
);