手册:$wgFilterLogTypes

This page is a translated version of the page Manual:$wgFilterLogTypes and the translation is 38% complete.
日志记录: $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
);