Шаблон:Imagefix

Материал из Dwarf Fortress Wiki
Перейти к навигацииПерейти к поиску
{{{1}}}

[Перейти] [Изменить описание]Документация

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

Dog sprite.png
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...

Dog sprite.png
Template used. Now the top pixels of the same image align properly with the text.


However, using the template with this syntax: {{imagefix|[[File:dog_sprite.png]]|10|20}} will produce this...

Dog sprite.png
Template modified. Now the image is much farther down, which in this example, is 15 pixels, while the text is pushed further to the right by 20 pixels. Again, the "margin" and "padding" values can be left blank.