Last modified: 2008-04-08 06:47:13 UTC
Not entirely sure whether this is a bug as such, but no-one on en.wikipedia "Village pump (technical)" was able to help me, so I'm asking here: Is the "thumb=" parameter option for image display temporarily disabled by a bug, or is it going away permanently? For example, between early September 2006 and late March 2008 this code: [[Image:Smiley.svg|thumb=SFriendly.gif|right|Example]] displayed SFriendly.gif at a reasonable size, but now it instead displays Smiley.svg at a huge size...
The generic parameter validation broke this, as the blanket checks were all for numeric values. Added an exception for the manualthumb param (thumb=, thumbnail=). Fixed in r32933.
*** Bug 11816 has been marked as a duplicate of this bug. ***