Manual:$wgInterwikiLogoOverride

From mediawiki.org
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:[]

Details

List 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'
];