https://bugzilla.wikimedia.org/show_bug.cgi?id=8657
--- Comment #3 from René Kijewski <[email protected]> 2009-03-10 23:28:58 UTC --- Created an attachment (id=5910) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5910) proposed patch This patch implements the new "shape" `image`, and allows relative and negative positions. With it you could use a line like > image 50% 50% none [[File:Test.png|20px|link=test page|Some description]] where "image" means to add a superimposing image. "50% 50%" is the base position. "none" is the alignment of the superimposing image (hereby centered). Available are the same positions as for "desc". So top-left means the base position is the upper left position of the superimposing image. bottom-right would be the lower right corner and so on. The relative positions work for real shapes as well: > rect 10% 10% -10% -10% [[Test]] would add a rectangle with a margin of 10% in height and width. There are some new messages I don't have written yet. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
