| 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
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'
];
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.