From c0219944c4269cdf555e2c91abe99e44ffd15322 Mon Sep 17 00:00:00 2001 From: BlankEclair Date: Mon, 9 Dec 2024 23:19:43 +1100 Subject: [PATCH] T12980: Set custom footer images for utgwiki Closes T12980 --- LocalSettings.php | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/LocalSettings.php b/LocalSettings.php index 9b3c2a3842..c75e349483 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -1815,7 +1815,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' => '',