MediaWiki talk:Main page thumbnail cycler.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Issues

[edit]
  1. Works only with jQuery enabled (i.e., currently only on vector)
  2. Tried to display a file named "File:Grand Coat of Arms of Grand Duchy of Pozna%u0144.svg", which of course should've been "File:Grand Coat of Arms of Grand Duchy of Poznań.svg".
  3. Ditto for "File%3A%25u5764%25u8F3F%25u842C%25u570B%25u5168%25u5716.jpg".

Lupo 16:36, 17 May 2010 (UTC)[reply]


1.) Basiclly all anonymous users use Vector (unless manually overridden). But eitherway, the following script will make it work in any skin:
Before:
$j(function(){
After:
if (typeof jQuery == 'undefined') { importScriptURI('http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js'); }
jQuery(function(){ 
Krinkletalk 23:16, 17 May 2010 (UTC)[reply]