Jump to: navigation, search

Template:Sprite/doc

< Template:Sprite
Revision as of 19:18, 5 January 2014 by MrTJP (talk | contribs) (Created page with "{{doc/start}} This template creates a sprite from a sheet image. Commonly used when many small images are displayed on one page to reduce the total amount of HTTP connections....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

This template creates a sprite from a sheet image. Commonly used when many small images are displayed on one page to reduce the total amount of HTTP connections.

Examples

{{Sprite
|pos=1
|align=text-top
|image=BlockCSS.png
|link=Grass
|size=16
|sheetsize=256
}}

gives:

Parameter Function Default value
pos Position index of the sprite, depends on size and sheetsize (left to right, starting at top-left sprite) 1
align Sets the vertical alignment of the image to the text. middle
image Sprite sheet image, without prefix BlockCSS.png
link Create a link to this page None
size Size of each sprite in pixels, width and height 16
sheetsize Size of the whole sheet in pixels, width and height, must be multiple of size 256

See also

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.



Cookies help us deliver our services. By using our services, you agree to our use of cookies.