Manual:$wgInterwikiLogoOverride
Output: $wgInterwikiLogoOverride | |
---|---|
List of interwiki logos overrides. |
|
Introduced in version: | 1.41.0 (Gerrit change 900640; git #373a9fb6) |
Removed in version: | Still in use |
Allowed values: | (array) |
Default value: | [] |
Other settings: Alphabetical | By function |
Details
editList of interwiki logos overrides. This is used by the sister project sidebar. This list accept a key equal to the interwiki ID (as defined in the interwiki links), and accept a Codex icon name or a base URL for the given interwiki. Example:
$wgInterwikiLogoOverride = [
'c' => 'logoWikimediaCommons',
'wikit' => 'https://mySpecialWiki.com'
];