Difference between revisions of "Template:ImageCaption"

From Nookipedia, the Animal Crossing wiki
(Based on the template of the same name of Zelda Wiki. Transferred here at the request of SNES.)
 
m
Line 44: Line 44:
 
}}
 
}}
 
</pre>
 
</pre>
 +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 06:12, June 25, 2013


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 =        the alignment of the image (optional)
|caption =      the caption
|captionalign = caption alignment relative to image (optional)
}}

Example

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

Blank Code

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