|
Log in / create account and set up your preferences page to see a new feature in which your name will appear in major articles! WiKirby is working to personalize the wiki's content much more than any other wiki! Template:ImCapFrom WiKirby
UsageThis template allows you to add a caption to an image without creating a frame around it. Usage:
{{ImCap
|image= the image
|size= the width of the image (in pixels)
|align= alignment (optional)
|caption= the caption
|captionalign= caption alignment relative to image (optional)
|captionwidth= the width of the caption (in pixels) (optional)
}}
Note that "captionwidth" should be greater than or equal to "size" when used, or the image may get cut off. Example
{{ImCap
|image=File:WiKirby2.png
|size=109px
|align=right
|caption=It's a Wiki. About Kirby.
|captionalign=center
|captionwidth=175px
}}
|