Manual:$wgExtensionAliasesFiles
From MediaWiki.org
| Extensions: $wgExtensionAliasesFiles | |
|---|---|
| Aliases for special pages provided by extensions. |
|
| Introduced in version: | 1.13.0 (r36631) |
| Removed in version: | still in use |
| Allowed values: | (array) |
| Default value: | array() |
Other settings: Alphabetical | By Function
[edit] Details
Aliases for special pages provided by extensions.
Associative array mapping special page to array of aliases. First alternative for each special page will be used as the normalised name for it. English aliases will be added to the end of the list so that they always work. The file must define a variable $aliases.
Example:
$wgExtensionAliasesFiles['Translate'] = dirname(__FILE__).'/Translate.alias.php';