From c38e56a4780aa7ac61d6b20187e0c32bf708643e Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 12 Dec 2024 23:57:29 +0000 Subject: [PATCH] T12980: Set custom footer images for utgwiki (#5767) Closes T12980 Co-authored-by: MacFan4000 --- LocalSettings.php | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/LocalSettings.php b/LocalSettings.php index a12c8e8921..2fccec8e2e 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -1829,7 +1829,30 @@ 'alt' => 'Hosted by Miraheze', ] ] - ] + ], + 'utgwiki' => [ + 'hostedby' => [ + 'miraheze' => [ + 'src' => 'https://static.wikitide.net/utgwiki/8/81/Miraheze_badge.svg', + 'url' => 'https://meta.miraheze.org/wiki/Special:MyLanguage/Miraheze', + 'alt' => 'Hosted by Miraheze', + ], + ], + 'poweredby' => [ + 'mediawiki' => [ + 'src' => 'https://static.wikitide.net/utgwiki/b/b0/PoweredByMediaWiki.svg', + 'url' => 'https://www.mediawiki.org', + 'alt' => 'Powered by MediaWiki', + ], + ], + 'copyright' => [ + 'copyright' => [ + 'src' => 'https://static.wikitide.net/utgwiki/0/0f/Badge-ccbysa.svg', + 'url' => 'https://creativecommons.org/licenses/by-sa/4.0/', + 'alt' => 'Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)', + ], + ], + ], ], 'wmgWikiapiaryFooterPageName' => [ 'default' => '',