Purge Main Page
Jump to navigation
Jump to search
https://mw.eckford.ca:443/index.php?title=Main_Page&action=purge
https://mw.eckford.ca:443/index.php?title=Rs2&action=purge
## Custom logos ##
## The URL paths to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogos = [
'1x' => "/images/tardis-160x160.png", // relative path to file in document root
'icon' => "/resources/assets/tux.png",
];
for example ...
$wgLogos = [ '1x' => "/lol.png", // relative path to file in document root '1.5x' => "https://mywiki.org/w/resources/assets/lol.png", // full URL to elsewhere '2x' => "/lol.png", // relative paths always start with a slash // 'svg' => "", // svg key has been deprecated 'icon' => "/lol.png", // 50×50 SVG or 100×100 PNG (limited support) 'wordmark' => [ 'src' => "/wordmark_sitename.png", // image of sitename text (limited support) 'width' => 135, 'height' => 20, ], 'tagline' => [ 'src' => "/tagline_subtitle.png", // image of tagline text without sitename (limited support) 'width' => 135, 'height' => 15, ], ];
The bit in the middle said the browser
<img src="/resources/assets/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/resources/assets/poweredby_mediawiki_132x47.png 1.5x, /resources/assets/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy">
TUX are Us 176x62 132x47 88x31