Navigation menu

Template:ImageCaption

From Metroid Wiki
Revision as of 21:33, 4 July 2010 by TheSuperZeldaMan (talk | contribs) (Created page with '<includeonly><div class="thumb {{#switch: {{{align}}}|right = tright|left = tleft }}"> <div class="thumbinner" style="background: none !important; border: none !important;width: …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

This template allows you to add a caption to an image without creating a frame around it. Usage:

{{ImageCaption
|image =        the image
|size =         the width of the image (in pixels)
|align =        alignment (optional)
|caption =      the caption
|captionalign = caption aligment relative to image (optional)
}}

Example

{{ImageCaption
|image =        File:2dlogo.png
|size =         109px
|align =        right
|caption =      Caption
|captionalign = center
}}

Blank Code

{{ImageCaption
|image = 
|size = 
|align = 
|caption = 
|captionalign = 
}}

Template:Cat