قالب:Image frame

Template documentation[view] [edit] [history] [purge]
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 Template:Superimpose.
{{Image frame |align= |mode= |width= |max-width= |style= |border= |pos= |link= |linkoverride= |link_text= |caption= |dir= |innerstyle= |content= }}

وسائط القالب

وسيطوصفنوعحالة
Alignmentalign
"left" and "right" float the image to that side. "center" centres the image, and "none" left-aligns it without floating.
غيابي
right
نصاختياري
Widthwidth
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).
غيابي
Automatic, based on content
رقممقترح
Caption positionpos
Where to put the caption. Valid values: top, bottom.
غيابي
bottom
نصاختياري
Inner frame styleinnerstyle
Plain CSS to apply to the inner frame. Use with care. Examples: text-align: center;, background: #ccc;.
نصاختياري
Contentcontent
Content of the main section (generally images).
محتوىمطلوب
Borderborder
Border of the main section (generally images).
غيابي
yes
محتوىاختياري
Link overridelinkoverride
Completely replaces the 'info' link.
سطراختياري
Captioncaptionمحتوىاختياري
Modemode
Display mode of the main section, input scrollable will make the content scroling if the content is longer than viewport.
نصاختياري
Maximum widthmax-width
The maximum width of the image within the frame, in pixels (though do not add "px" to the width e.g., use max-width=350 and not max-width=350px), valid only in scrollable mode.
غيابي
100%
رقممقترح
Directiondir
Use the value "rtl" to make the right side of the image the initial visible portion inside the scroll frame, valid only in scrollable mode.
نصاختياري
stylestyleمحتوىاختياري

Examples

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

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

See also