Template:Image frame/doc

Ginen Wikipedia
This is a documentation subpage for Template:Image frame (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

This template creates a frame like those surrounding images. This template can be used to put two or more images into a frame together, or as a wrapper for more complicated templates like {{superimpose}}.

Usage[edit source]

{{Image frame|width=|content=|caption=|link=|align=|pos=}}

Parameters[edit source]

Required
  • width: the width of the image within the frame, in pixels (though do not add "px" to the width e.g., use width=175 and not width=175px)
  • content: content of the main section (generally images)
Optional
  • caption: content of the caption section
  • link: link for the "Enlarge" link in the caption (in the future, may also be used as the link for the image field inside the frame, though it would probably require an additional height parameter)
  • linkoverride: allows anything to be used instead of the 'info' link
  • align: Valid values: right (default), left, center.
  • pos: Where to put the caption. Valid values: top, bottom (default)

Examples[edit source]

By filling out the parameters as follows, the result will be as shown below the code.

{{Image frame|width=200|content=[[Image:PNG transparency demonstration 1.png|100px]][[Image:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center}}
Example usage
{{Image frame|width=200|content=[[Image:PNG transparency demonstration 1.png|100px]][[Image:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center|pos=top}}
Example usage

See also[edit source]