Merged revisions 22413-22443 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r22423 | raymond | 2007-05-25 05:12:17 -0700 (Fri, 25 May 2007) | 5 lines
Introducing 'frameless' keyword to [[Image:]] syntax which respects the user preferences for image width like 'thumb' but without a frame.
Now we can use frameless images without the need to nailing its size by a constant pixel parameter. Scaling by different user preference/anon view will always keep the proportions.
Usage: [[Image:name.jpg|frameless|right]]
........
r22429 | brion | 2007-05-25 09:25:05 -0700 (Fri, 25 May 2007) | 2 lines
Revert
r22423 -- mysteriously destroys several core files
........
r22430 | raymond | 2007-05-25 09:32:46 -0700 (Fri, 25 May 2007) | 4 lines
Introducing 'frameless' keyword to [[Image:]] syntax which respects the user preferences for image width like 'thumb' but without a frame.
Now we can use frameless images without the need to nailing its size by a constant pixel parameter. Scaling by different user preference/anon view will always keep the proportions.
Usage: [[Image:name.jpg|frameless|right]]
........
r22435 | brion | 2007-05-25 11:02:29 -0700 (Fri, 25 May 2007) | 2 lines
Reverting
r22430 for now; I don't really like this keyword creep, and even if I did the parameters on makeImageLinkObj are totally out of control.
........