Purge Main Page
Jump to navigation
Jump to search
https://mw.eckford.ca:443/index.php?title=Main_Page&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",
];
$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, ], ];