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 |
[edit] Details
Lists the message key string for each log type. The localized messages will be listed in the user interface. Extensions with custom log types may add to this array.
[edit] Default value
[edit] Current
$wgLogNames = array( '' => 'all-logs-page', 'block' => 'blocklogpage', 'protect' => 'protectlogpage', 'rights' => 'rightslog', 'delete' => 'dellogpage', 'upload' => 'uploadlogpage', 'move' => 'movelogpage', 'import' => 'importlogpage', 'patrol' => 'patrol-log-page', );
[edit] Original
(not sure when the default was changed).
$wgLogNames = array( '' => 'log', 'block' => 'blocklogpage', 'protect' => 'protectlogpage', 'rights' => 'rightslog', 'delete' => 'dellogpage', 'upload' => 'uploadlogpage', 'move' => 'movelogpage', 'import' => 'importlogpage' );
| Language: | English • 日本語 |
|---|