Skip to content

Commit

Permalink
T12980: Set custom footer images for utgwiki (#5767)
Browse files Browse the repository at this point in the history
Closes T12980

Co-authored-by: MacFan4000 <[email protected]>
  • Loading branch information
BlankEclair and MacFan4000 authored Dec 12, 2024
1 parent 467f018 commit c38e56a
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
Expand Down

0 comments on commit c38e56a

Please sign in to comment.