Template:Image frame: Difference between revisions

Jump to navigation Jump to search
some cleanup of the page
(switch example to use the standard images rather than inappropriate fair use images)
(some cleanup of the page)
Line 2:
}}<div class="thumb {{#switch: {{{align|right}}} | right=tright | left=tleft | center=tnone }}"><div class="thumbinner" style="width:{{#expr:{{{width}}}+2}}px;"><div class="thumbimage" style="width:{{{width}}}px;">{{{content}}}</div>
<div class="thumbcaption">{{#if: {{{link|}}} | <div class="magnify" style="float:right">[[{{{link}}}|info]]</div> |}}{{{caption|}}}</div></div></div>{{#ifeq: {{{align|right}}} | center | </div> | }}</includeonly><noinclude>
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 {{tl|superimpose}}. Sample code for using this template is presented below.
== Description ==
<pre width=100%>
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 {{tl|superimpose}}.
{{Imageframe|width=|content=|caption=|link=|align=}}
</pre>
 
== UsageParameters ==
;Required
; *'''width ''': (required) Thethe 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 ''': (required) Contentcontent of the main section (generally images)
 
;Optional
<nowiki> {{Imageframe | width=210 | content= [[Image:Example.jpg|100px]] [[Image:Example.jpg|100px]] | caption=Example usage | link= Hello world|info | align=center}} </nowiki>
; *'''caption : ''(optional)'': Contentcontent of the caption section.
 
; *'''link : ''(optional)'': Linklink 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)
will cause:
; align : (*''optional'align')'': Valid values: right ''(default)'', left, 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">
 
== 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.
 
==Example==
By filling out the parameters as follows, the result will be as shown below the code.
<pre width=100%>
<nowiki> {{Imageframe | width=210 200| content= [[Image:Example.jpg|100px]] [[Image:Example.jpg|100px]] | caption=Example usage | link= Hello world|info | align=center}} </nowiki>
</pre>
{{Imageframe | width=210 200| content= [[Image:Example.jpg|100px]] [[Image:Example.jpg|100px]] | caption=Example usage | link= Hello world|info | align=center}}
 
[[Category:Formatting templates|{{PAGENAME}}]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu