Template:Image frame/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(split doc)
 
Line 44: Line 44:
[[Category:Graphic templates|{{PAGENAME}}]]
[[Category:Graphic templates|{{PAGENAME}}]]


[[de:Vorlage:Bildrahmen]]
[[fr:Modèle:Imageframe]]
[[fr:Modèle:Imageframe]]
[[ja:Template:Imageframe]]
[[ja:Template:Imageframe]]
[[pt:Predefinição:Imageframe]]
[[pt:Predefinição:Imageframe]]
</includeonly>
</includeonly>

Revision as of 19:30, 9 December 2010


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

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

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.
  • pos: Valid values: top, bottom (default)

Examples

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

Template:Imageframe

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

Template:Imageframe

See also