Navigation menu

Template:ImageCaption

From Metroid Wiki

Usage[edit source]

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[edit source]

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

Blank Code[edit source]

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