Purge Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{fullurl:Main Page|action=purge}} | {{fullurl:Main Page|action=purge}} | ||
<br /> | |||
{{fullurl:Rs2|action=purge}} | |||
<br /> | |||
<br /> | |||
<hr> | |||
<pre> | |||
## 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", | |||
]; | |||
</pre> | |||
<p> for example ... </p> | |||
<pre> | |||
$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, | |||
], | |||
]; | |||
</pre> | |||
<h2> The bit in the middle said the browser</h2> | |||
<pre> | |||
<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"> | |||
</pre> | |||
TUX are Us | |||
176x62 | |||
132x47 | |||
88x31 | |||
[[Category:Documentation]] | |||
Latest revision as of 14:44, 23 January 2026
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