Template:ImageframeTop

From Organic Design wiki
Legacy.svg Legacy: This article describes a concept that has been superseded in the course of ongoing development on the Organic Design wiki. Please do not develop this any further or base work on this concept, this is only useful for a historic record of work done. You may find a link to the currently used concept or function in this article, if not you can contact the author to find out what has taken the place of this legacy item.


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}}. Sample code for using this template is presented below.

{{Imageframe|width=|content=|caption=|link=|align=}}

Parameters

Required
  • width: the width of the image within the frame, in pixels (though do not add "px" to the width: ie, 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.

Example

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

{{Imageframe|width=200|content=[[Image:Example.png|100px]][[Image:Example.png|100px]]|caption=Example usage|link=Hello world|align=center}}
Example.pngExample.png
Example usage