Template:SmartWrap
Call this template when you want to place an image of a circular object on the right side of a page. Normally MediaWiki will assume that an image should be treated as a box and will wrap any nearby text around it accordingly. This template will tell the browser to wrap the text assuming that the image is a circle, so that text can run past the borders of the image where appropriate. See Music/CD for an example.
Sample usage: {{SmartWrap|[[Image:Something.png]]|shadow=yes}}
Parameters:
- shadow: If set to "yes", the image will have a soft gray shadow underlying it on all sides.
If the template is going to be used in additional places on the wiki, it would be logical to parameterize more of the CSS attributes such as box-shadow so that the user has control over them. And wrapping is not limited to the shape of a circle; essentially all shapes are possible with CSS, such as polygons and image-based masking paths, so the template could be expanded to allow those as well.