Manual:$wgExtensionAliasesFiles
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.16. |
| Extensions: $wgExtensionAliasesFiles | |
|---|---|
| Aliases for special pages provided by extensions. |
|
| Introduced in version: | 1.13.0 (r36631) |
| Removed in version: | 1.16 |
| Allowed values: | (array) |
| Default value: | array() |
Other settings: Alphabetical | By Function
[edit] Details
Aliases for special pages provided by extensions. Deprecated. "Member $wgExtensionAliasesFiles - since 1.16 Use $specialPageAliases in a file referred to by $wgExtensionMessagesFiles" http://svn.wikimedia.org/doc/DefaultSettings_8php.html#aff2412416793a9bd3d88f881309b790f
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';