قالب:Image frame
This is the TemplateData for this template used by TemplateWizard, المحرر المتشاف and other tools. See a monthly parameter usage report for قالب:Image frame in articles based on its TemplateData.
TemplateData for Image frame
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= }}
الصفحة قالب:TOC nonum/styles.css ليس بها محتوى.
وسائط القالب
وسيط | وصف | نوع | حالة | |
---|---|---|---|---|
Alignment | align | "left" and "right" float the image to that side. "center" centres the image, and "none" left-aligns it without floating.
| نص | اختياري |
Width | width | 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).
| رقم | مقترح |
Caption position | pos | Where to put the caption. Valid values: top, bottom.
| نص | اختياري |
Inner frame style | innerstyle | Plain CSS to apply to the inner frame. Use with care. Examples: text-align: center; , background: #ccc; . | نص | اختياري |
Content | content | Content of the main section (generally images). | محتوى | مطلوب |
Border | border | Border of the main section (generally images).
| محتوى | اختياري |
Link | 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). | اسم الصفحة | اختياري |
Alternative link text | link_text | Alternative text used for the link for the "Enlarge" link in the caption, usually displayed as tooltip. | نص | اختياري |
Link override | linkoverride | Completely replaces the 'info' link. | سطر | اختياري |
Caption | caption | محتوى | اختياري | |
Mode | mode | Display mode of the main section, input scrollable will make the content scroling if the content is longer than viewport. | نص | اختياري |
Maximum width | max-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.
| رقم | مقترح |
Direction | dir | 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. | نص | اختياري |
style | style | محتوى | اختياري |
Examples
تعديلBy filling out the parameters as follows, the result will be as shown below the code.
{{Image frame|width=200|content=[[ملف:PNG transparency demonstration 1.png|100px]][[ملف:White Stars 3.svg|100px]] |caption=Example usage|link=Hello world|align=center}}
{{Image frame|width=200|content=[[ملف:PNG transparency demonstration 1.png|100px]][[ملف:White Stars 3.svg|100px]] |caption=Example usage|link=Hello world|align=center|pos=top}}
See also
تعديل- Wikipedia:Extended image syntax — (for [[ملف: .. |thumb .. or [[Image .. | et cetera )
- {{image array}}
- {{multiple image}}
- {{photo montage}}
- {{pseudo image}}
- {{align}}
- {{center}}, {{right}} and {{left}}
- {{float center}}, {{float right}} and {{float left}}