Template:Image frame: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(eliminating white space in caption)
(switch example to use the standard images rather than inappropriate fair use images)
Line 7: Line 7:
== Usage ==
== Usage ==


  <nowiki> {{imageframe | width=175 | content= [[Image:TSR1New.jpg|80px]] [[Image:TSR2New.jpg|80px]] | caption=Channel logos | link=Télévision Suisse Romande | align=center}} </nowiki>
  <nowiki> {{Imageframe | width=210 | content= [[Image:Example.jpg|100px]] [[Image:Example.jpg|100px]] | caption=Example usage | link= Hello world|info | align=center}} </nowiki>


will cause:
will cause:


{{Imageframe | width=175 | content= [[Image:TSR1New.jpg|80px]] [[Image:TSR2New.jpg|80px]] | caption=Channel logos | link=Télévision Suisse Romande | align=center}}
{{Imageframe | width=210 | content= [[Image:Example.jpg|100px]] [[Image:Example.jpg|100px]] | caption=Example usage | link= Hello world|info | align=center}}
<br clear="all">
<br clear="all">



Revision as of 18:25, 1 May 2007

Description

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=210 | content= [[Image:Example.jpg|100px]] [[Image:Example.jpg|100px]] | caption=Example usage | link= Hello world|info | align=center}} 

will cause:

Template:Imageframe

Parameters

content
(required) Content of the main section (generally images)
width
(required) 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).
caption
(optional) Content of the caption section.
link
(optional) 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)
align
(optional) Valid values: right (default), left, center.