Шаблон:Imagefix
[Перейти] [Изменить описание]Документация
The imagefix template is a very simplistic CSS-based template that simply bumps images down by a few pixels. The purpose of the template is to make images better align with the text right next to them, instead of looking like the image is slightly higher than the text. It moves the image down by 4 pixels by default, but this value can be customized by adding a second value. There is padding-right value in the template that is 8 by default (which pushes the text right of the image to be pushed further right), but this can also be customized by adding a third value.
This template is meant to be used only on left-aligned images, as using it with right-aligned images will likely break the page's format.
Syntax
The syntax of the template is typed out like this: {{imagefix|[[File:IMAGE_FILE.png]]|MARGIN|PADDING}}
The "margin" and "padding" values are optional, and one or both can be left completely blank.
Note: The "px" does not need to be added into the template's values. Just the numbers themselves.
Examples
Template unused. Notice how this very text does not align with the image.
However, using the template with this syntax: {{imagefix|[[File:dog_sprite.png]]}}
will produce this...
However, using the template with this syntax: {{imagefix|[[File:dog_sprite.png]]|10|20}}
will produce this...