Plantilla:Sprite
Revisión del 16:08 20 abr 2014 de MinedNugget (discusión | contribuciones) (Protegió «Plantilla:Sprite» ([Editar=Solo permitir administradores] (indefinido) [Pueden trasladar=Solo permitir administradores] (indefinido)))
[purge]
Esta es la página de documentación, debería ser transcluida a la página de plantilla principal. Véase Plantilla:Documentation para más información.
Esta plantilla usa Módulo:Sprite, un script escrito en el lenguaje de programación Lua. Por favor lea mw:Lua y mw:Extension:Scribunto para saber más del lenguaje Lua. |
Esta plantilla crea un sprite de la imagen de una hoja. De uso general cuando son mostradas muchas imágenes pequeñas en una página para reducir la cantidad total de conexiones HTTP.
Ejemplos
{{Sprite |pos=1 |align=text-top |image=BlockCSS.png |link=Grass Block |text=Grass |size=16 |sheetsize=256 }}nos da:
Parámetro | Función | Valor por defecto |
---|---|---|
align |
Sets the vertical alignment of the image to the text. | middle |
class |
Add additional classes to .sprite | None |
css |
Add styling to .sprite | None |
defaultpos |
The default position used if no position is set. | 1 |
image |
Sprite sheet image, without prefix | None |
link |
Create a link to this page | None |
name
|
Sets the name for this spritesheet, used to:
|
None |
pos |
Position index of the sprite, depends on size and sheetsize (left to right, starting at top-left sprite) |
defaultpos
|
scale |
Scale the sprite larger or smaller | 1 |
sheetsize |
Width of the whole sheet in pixels. Must be multiple of size |
256 |
size |
Size of each sprite in pixels, width and height | 16 |
text |
Show some text after the sprite, if link is set, this text will also be linked. |
None |
title |
Set a title to be displayed when hovering over the sprite or text, overrides the link's title. | None |
Véase también
- {{BlockSprite}}
- {{EnvSprite}}
- {{ItemSprite}}
- {{MobSprite}}