Navigation menu

Template:ImageCaption

From Metroid Wiki
Revision as of 17:34, 5 March 2013 by Malake256 (talk | contribs) (Text replace - "3b2541" to "{{mw color}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 = 
}}