Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "MediaWiki talk:Common.css"

From Prime-Wiki
Jump to: navigation, search
m (nowiki)
(Reply)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== MersenneForum icon URL ==
 
== MersenneForum icon URL ==
 
 
The correct URL is <code><nowiki>https://www.rieselprime.de/z/images/4/4a/MersenneForumIcon.png</nowiki></code> (the direct link to the image file). --[[User:Happy5214|Happy5214]] ([[User talk:Happy5214|talk]]) 12:45, 26 August 2024 (UTC)
 
The correct URL is <code><nowiki>https://www.rieselprime.de/z/images/4/4a/MersenneForumIcon.png</nowiki></code> (the direct link to the image file). --[[User:Happy5214|Happy5214]] ([[User talk:Happy5214|talk]]) 12:45, 26 August 2024 (UTC)
 +
:I thought of this, too first, but wanted to check the 'easier' way. Link is corrected and functioning. [[User:Karbon|Karbon]] ([[User talk:Karbon|talk]]) 06:56, 27 August 2024 (UTC)
 +
::CSS doesn't know anything special about MediaWiki. Your original syntax would have pulled the <code>MersenneForumIcon.png</code> file from the user's own computer using the [[wikipedia:File URI scheme|<code>file</code> URI protocol]] (with no path information, so it's guaranteed to fail). --[[User:Happy5214|Happy5214]] ([[User talk:Happy5214|talk]]) 08:54, 27 August 2024 (UTC)

Latest revision as of 08:54, 27 August 2024

MersenneForum icon URL

The correct URL is https://www.rieselprime.de/z/images/4/4a/MersenneForumIcon.png (the direct link to the image file). --Happy5214 (talk) 12:45, 26 August 2024 (UTC)

I thought of this, too first, but wanted to check the 'easier' way. Link is corrected and functioning. Karbon (talk) 06:56, 27 August 2024 (UTC)
CSS doesn't know anything special about MediaWiki. Your original syntax would have pulled the MersenneForumIcon.png file from the user's own computer using the file URI protocol (with no path information, so it's guaranteed to fail). --Happy5214 (talk) 08:54, 27 August 2024 (UTC)