Manual:$wgLogNames
From MediaWiki.org
Special pages: $wgLogNames | |
---|---|
Lists the message key string for each log type. |
|
Introduced in version: | 1.7.0 (r14373) |
Removed in version: | still in use |
Allowed values: | (array of strings) |
Default value: | see below |
Other settings: Alphabetical | By Function
Contents
Details[edit | edit source]
Lists the message key string for each log type. The localized messages will be listed in the user interface, as header of the log page for that log type and in the Special:Log dropdown. Extensions with custom log types may add to this array.
Default value[edit | edit source]
Current[edit | edit source]
MediaWiki version: | ≥ 1.11 |
$wgLogNames = array( '' => 'all-logs-page', 'block' => 'blocklogpage', 'protect' => 'protectlogpage', 'rights' => 'rightslog', 'delete' => 'dellogpage', 'upload' => 'uploadlogpage', 'move' => 'movelogpage', 'import' => 'importlogpage', 'patrol' => 'patrol-log-page', );
Original[edit | edit source]
MediaWiki versions: | 1.7 – 1.10 |
$wgLogNames = array( '' => 'log', 'block' => 'blocklogpage', 'protect' => 'protectlogpage', 'rights' => 'rightslog', 'delete' => 'dellogpage', 'upload' => 'uploadlogpage', 'move' => 'movelogpage', 'import' => 'importlogpage' );