Skip to content

Instantly share code, notes, and snippets.

@zenideas
Last active September 12, 2023 12:35
Show Gist options
  • Save zenideas/2fbff280b0ca4cfa02bd784cdcf24d50 to your computer and use it in GitHub Desktop.
Save zenideas/2fbff280b0ca4cfa02bd784cdcf24d50 to your computer and use it in GitHub Desktop.
{{Warning|1=Before making a gallery, please read over the '''[[WP:IG|image use policy for galleries]]'''. Generally, a gallery '''should not be added''' so long as there is space for images to be effectively presented adjacent to text.
}}
{{Lua|Module:Multiple image}}
{{Uses TemplateStyles|Template:Multiple image/styles.css}}
This template creates a box containing between two and ten images, arranged either vertically or horizontally and with captions for the entire box or per image.
With the appropriate choice of parameters, the template can automatically resize images to a given total width with each image having the same height.
'''Be aware''' that this template does ''not'' respect users' default image size preferences. ([[Wikipedia:Image use policy]] states: {{tq|"'''Except with very good reason, do not use''' <code>px</code>"... "'''which forces a fixed image width.'''"}} [[MOS:IMGSIZE]] states that a fixed width in pixels may only be specified, {{tq|"Where absolutely necessary."}}){{efn|The <nowiki>|upright=</nowiki> parameter can only be used to relatively-size an image when using the <nowiki>|thumb=</nowiki> parameter, and this template needs to format images without thumbs, so it has no easy way to access the Wikimedia relative-sizing machinery.}}
If image size parameters are omitted, this template sets all images at 200px wide, regardless of whether the reader has set a preference for some other default image width. This causes multiple images to look out of scale to the other images in an article.
==Syntax and parameters==
Provide ''height[n]'' and ''total_width'' parameters to obtain automatic resizing.
Note the different meanings of the ''width[n]'' parameters with vs. without automatic resizing.
Please also note the option to set a ''total_width'' parameter at the beginning of the ''multiple image'' template.
;Automatic resizing of all images to the same height and to a given total width
:<syntaxhighlight lang="wikitext">
{{Multiple image|total_width = 600
<!-- Layout parameters -->
| align = <!-- right (default), left, center, none -->
| direction = <!-- horizontal (default), vertical -->
| background color = <!-- box background as a 'hex triplet' web color prefixed by # e.g. #33CC00 -->
| width = <!-- displayed width of each image in pixels (an integer, omit "px" suffix); overrides "width[n]"s below -->
| caption_align = <!-- left (default), center, right -->
| image_style = <!-- border:1; (default) -->
| image_gap = <!-- 5 (default)-->
<!-- Header -->
| header_background = <!-- header background as a 'hex triplet' web color prefixed by # e.g. #33CC00 -->
| header_align = <!-- center (default), left, right -->
| header = <!-- header text -->
<!--image 1-->
| image1 = <!-- filename only, i.e. without "File:" or "Image:" prefix -->
| width1 = <!-- displayed width of image; overridden by "width" above -->
| alt1 =
| link1 =
| thumbtime1 =
| caption1 =
<!--image 2-->
| image2 = <!-- filename only, i.e. without "File:" or "Image:" prefix -->
| width2 = <!-- displayed width of image; overridden by "width" above -->
| alt2 =
| link2 =
| thumbtime2 =
| caption2 =
<!-- and so on, to a maximum of 10 images (image10) -->
<!-- Footer -->
| footer_background = <!-- footer background as a 'hex triplet' web color prefixed by # e.g. #33CC00 -->
| footer_align = <!-- left (default), center, right -->
| footer = <!-- footer text -->
}}
</syntaxhighlight>
;No automatic resizing of all images to the same height
:<syntaxhighlight lang="wikitext">
{{multiple image
<!-- Layout parameters -->
| align = <!-- right (default), left, center, none -->
| direction = <!-- horizontal (default), vertical -->
| background color = <!-- box background -->
| total_width = <!-- total width of all the displayed images in pixels (an integer, omit "px" suffix) -->
| caption_align = <!-- left (default), center, right -->
<!-- Header -->
| header_background =
| header_align = <!-- center (default), left, right -->
| header =
<!--image 1-->
| image1 = <!-- filename only, i.e. without "File:" or "Image:" prefix -->
| alt1 =
| link1 =
| thumbtime1 =
| caption1 =
<!--image 2-->
| image2 = <!-- filename only, i.e. without "File:" or "Image:" prefix -->
| alt2 =
| link2 =
| thumbtime2 =
| caption2 =
<!-- and so on, to a maximum of 10 images (image10) -->
<!-- Footer -->
| footer_background =
| footer_align = <!-- left (default), center, right -->
| footer =
}}
</syntaxhighlight>
{| class=wikitable
! Parameter !! Description
|-
| align || right ''(default)'', left, center
|-
| direction || horizontal ''(default)'', vertical
|-
| background color || To set [[List of colors|the background color]] of the box in which the images appear.
|-
| header_background ||
|-
| header_align || center ''(default)'', left, right
|-
| header ||
|-
| width || Use to set the same width for each image (i.e. overrides any {{mono|width[n]}} below). Do not include if different image widths intended, including if images are to be resized to a fixed total width.
|-
| total_width || Use to scale the images to the same height and this total width. Do not use both {{mono|total_width}} and {{mono|width}}.
|-
| image''[n]'' || (where ''[n]'' = 1 to 10)&nbsp; Filename of [n]th image.
|-
| width''[n]'' || ''(as above)''&nbsp; Two meanings: (1) The width (in pixels, integer, omit "px") of [n]th image. Overridden by {{mono|width}} (if set). (2) The full width of the original [n]th image if {{mono|total_width}} is given in order to resize all images to the same height and a given total width.
|-
| height''[n]'' || ''(as above)''&nbsp; The full height of the original [n]th image if {{mono|total_width}} is given in order to resize all images to the same height and a given total width. Ignored otherwise.
|-
| alt''[n]'' || ''(as above)''&nbsp; [[WP:ALT|Alt description]] for [n]th image.
|-
| link''[n]'' || ''(as above)''&nbsp; The page linked to the [n]th image (i.e. the page that is loaded when the image is clicked).
* If this parameter is omitted altogether, the image will link to its [[image description page]] as usual (<u>this is by far the most common usage case</u>).
* If this parameter is present but left empty (i.e. {{mono|<nowiki>...|link1= |...</nowiki>}}), the image will not link to anything – this should be the case only for purely decorative images per [[WP:ALT]].
* '''Important:''' If the image is under a [[free license]] (such as the [[GNU Free Documentation License|GDFL]] or a free [[Creative Commons license|CC license]]), the terms of such license require the license, or a link to it, to be reproduced with the image. The image '''must''', therefore, link to its image description page, which can be achieved simply by omitting the link[n] parameter from the template as mentioned. Public domain and (theoretically) non-free use images are not subject to this restriction.
|-
| thumbtime''[n]'' || ''(as above)''&nbsp; When using video files, sets the time within the video that is used for the initial display. This is either a number of seconds or hours:minutes:seconds; see [[:commons:Commons:Video#Setting a video thumbnail image]].
|-
| caption''[n]'' || ''(as above)''&nbsp; Caption for the [n]th image.
|-
| caption_align || left ''(default)'', center, right
|-
| footer_background ||
|-
| footer_align || left ''(default)'', center, right
|-
| footer || Caption that spans the entire box, as opposed to individual images. Avoid "left" and "right" if possible, since mobile devices may [[#Using direction|display the images vertically]].
|}
==উদাহরণ==
{{multiple image
| width = 60
| image1 = Yellow card.svg
| alt1 = Yellow cartouche
| image2 = Red card.svg
| alt2 = Red cartouche
| footer = Players are cautioned with a yellow card and sent off with a red card.
}}
<syntaxhighlight lang="wikitext">
{{multiple image
| width = 60
| image1 = Yellow card.svg
| alt1 = Yellow cartouche
| image2 = Red card.svg
| alt2 = Red cartouche
| footer = Players are cautioned with a yellow card and sent off with a red card.
}}
</syntaxhighlight>
{{clear}}
{{multiple image
| align = left
| direction = vertical
| width = 200
| header = [[Portable Network Graphics|PNG]] transparency demonstration
| image1 = PNG transparency demonstration 1.png
| alt1 = Colored dice with white background
| caption1 = A PNG image with an 8-bit transparency layer...
| image2 = PNG transparency demonstration 2.png
| alt2 = Colored dice with checkered background
| caption2 = ...here overlaying a checkered background.
}}
<syntaxhighlight lang="wikitext">
{{multiple image
| align = left
| direction = vertical
| width = 200
| header = [[Portable Network Graphics|PNG]] transparency demonstration
| image1 = PNG transparency demonstration 1.png
| alt1 = Colored dice with white background
| caption1 = A PNG image with an 8-bit transparency layer...
| image2 = PNG transparency demonstration 2.png
| alt2 = Colored dice with checkered background
| caption2 = ...here overlaying a checkered background.
}}
</syntaxhighlight>
{{clear}}
{{multiple image
| width = 60
| image1=Ribbon numeral 2.png | alt1=2
| image2=Ribbon numeral 3.png | alt2=3
| image3=Ribbon numeral 4.png | alt3=4
| footer = When a user has many of one type of [[WP:BARN|barnstar]], they can represent them with [[WP:RIBBON|ribbons]] and these numerals to indicate the count.
}}
<syntaxhighlight lang="wikitext">
{{multiple image
| width = 60
| image1=Ribbon numeral 2.png | alt1=2
| image2=Ribbon numeral 3.png | alt2=3
| image3=Ribbon numeral 4.png | alt3=4
| footer = When a user has many of one type of [[WP:BARN|barnstar]], they can represent them with [[WP:RIBBON|ribbons]] and these numerals to indicate the count.
}}
</syntaxhighlight>{{clear right}}
===With ''background color''===
{{multiple image
| align = left
| background color = #BBDD99
| width = 160
| image1 = Adoxa_moschatellina_210406.jpg
| alt1 = Green herb with a few tiny yellow-white flowers
| image2 = Adoxa_moschatellina_210406a.jpg
| alt2 = Three small white and yellow flowers before green-leaf background
| image3 = adoxa_moschatellina_blatt.jpeg
| alt3 = Leaves of a plant, in groups of three each with three lobes
| footer_background = #33CC00
| footer_align = center
| footer = ''[[Adoxa]]'' (''Adoxa moschatellina'')
}}
{{clear}}
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{multiple image
| background color = #BBDD99
| width = 160
| image1 = Adoxa_moschatellina_210406.jpg
| alt1 = Green herb with a few tiny yellow-white flowers
| image2 = Adoxa_moschatellina_210406a.jpg
| alt2 = Three small white and yellow flowers before green-leaf background
| image3 = adoxa_moschatellina_blatt.jpeg
| alt3 = Leaves of a plant, in groups of three each with three lobes
| footer_background = #33CC00
| footer_align = center
| footer = ''[[Adoxa]]'' (''Adoxa moschatellina'')
}}
</syntaxhighlight>
{{clear}}
If the images have a clear background, this will by default be changed to white. To make the background color of the images match, set them with <code>image_style=background-color</code>. You might want to also remove the border.
{{multiple image
| align = center
| width = 64
| background color = black
| image_style=background-color:black; border:none;
| image1 = Aries symbol (planetary color).svg|link1=Aries (astrology)
| image2 = Taurus symbol (planetary color).svg|link2=Taurus (astrology)
| image3 = Gemini symbol (planetary color).svg|link3=Gemini (astrology)
| image4 = Leo symbol (planetary color).svg|link4=Leo (astrology)
}}
{{clear}}
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{multiple image
| align = center
| width = 64
| background color = black
| image_style=background-color:black; border:none;
| image1 = Aries symbol (planetary color).svg|link1=Aries (astrology)
| image2 = Taurus symbol (planetary color).svg|link2=Taurus (astrology)
| image3 = Gemini symbol (planetary color).svg|link3=Gemini (astrology)
| image4 = Leo symbol (planetary color).svg|link4=Leo (astrology)
}}
</syntaxhighlight>
{{clear}}
===With links (''link[n]'')===
{{multiple image
| align = left
| image1 = Mule (PSF).png
| width1 = 143
| alt1 = A mule
| link1 = Mule
| caption1 = A mule<br />(骡子 ''luózi'')
| image2 = Donkey 1 arp 750px.jpg
| width2 = 150
| alt2 = A donkey
| link2 =
| caption2 = A donkey<br />(驴子 ''lǘzi'')
| image3 = Rainbow_trout.png
| width3 = 91
| alt3 = A trout
| caption3 = A fish<br />({{lang|zh|2=鱼}} ''yú'')
| footer = The image of the mule links to [[Mule]]; the image of the donkey does not link anywhere; the image of the trout links to a [[Image description page|standard image description page]].
}}
{{clear left}}
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{multiple image
| align = left
| image1 = Frecklesmule.jpg
| width1 = 143
| alt1 = A mule
| link1 = Mule
| caption1 = A mule<br />(骡子 ''luózi'')
| image2 = Donkey 1 arp 750px.jpg
| width2 = 150
| alt2 = A donkey
| link2 =
| caption2 = A donkey<br />(驴子 ''lǘzi'')
| image3 = Rainbow_trout.png
| width3 = 91
| alt3 = A trout
| caption3 = A fish<br />({{lang|zh|2=鱼}} ''yú'')
| footer = The image of the mule links to [[Mule]]; the image of the donkey does not link anywhere; the image of the trout links to a [[Image description page|standard image description page]].
}}
</syntaxhighlight>{{clear right}}
===Using ''direction''===
By default, the images the template presents are displayed horizontally, as a row (see left; equivalent to setting {{mono|<nowiki>|direction=horizontal</nowiki>}}). To display them vertically, i.e. as a column, set {{mono|<nowiki>|direction=vertical</nowiki>}} (see right).
{{multiple image
|align=left |direction=horizontal |header=(horizontal) |width=60
|image1=Ribbon numeral 2.png |image2=Ribbon numeral 3.png |image3=Ribbon numeral 4.png
}}
{{multiple image
|align=right |direction=vertical |header=(vertical) |width=60
|image1=Ribbon numeral 2.png |image2=Ribbon numeral 3.png |image3=Ribbon numeral 4.png
}}
{{clear}}
On mobile devices some images may always be displayed vertically if the total width is larger than around 320.
===ছবির উচ্চতা মিলাতে হলে===
{{hatnote|Note: The following is unnecessary if all the images presented by the template have the same [[Aspect ratio (image)|aspect ratio]]; if so, simply set {{mono|width}} accordingly.}}
* Decide on a total width for all the images, say 320px
* Set the total width using {{para|total_width}}
{{multiple image
| align = right
| total_width = 320
| image1 = Donkey 1 arp 750px.jpg
| alt1 = A donkey
| caption1 = Rectangular image of a donkey, originally 536 pixels high.
| image2 = Rainbow_trout.png
| alt2 = A trout
| caption2 = Square image of a trout, originally 300 pixels high.
| footer = Both images have been rendered with the same height, and a total width of 320px
}}
<syntaxhighlight lang="wikitext">
{{multiple image
| align = right
| total_width = 320
| image1 = Donkey 1 arp 750px.jpg
| alt1 = A donkey
| caption1 = Rectangular image of a donkey, originally 536 pixels high.
| image2 = Rainbow_trout.png
| alt2 = A trout
| caption2 = Square image of a trout, originally 300 pixels high.
| footer = Both images have been rendered with the same height, and a total width of 320px
}}
</syntaxhighlight>
{{clear}}
;Using the <code>width[n]=</code> and <code>height[n]=</code> parameters.
{{multiple image
| align = right
| total_width = 480
| image1 = Rainbow_trout.png
| caption1 = Square image of a trout, originally 300 x 300 pixels.
| image2 = Rainbow_trout.png
| width2 = 900
| height2 = 900
| caption2 = <code>width2</code> x <code>height2</code> = 900 x 900.
| image3 = Rainbow_trout.png
| width3 = 100
| height3 = 200
| caption3 = <code>width3</code> x <code>height3</code> = 100 x 200.
| image4 = Rainbow_trout.png
| width4 = 200
| height4 = 100
| caption4 = <code>width4</code> x <code>height4</code> = 200 x 100.
| footer = All images have been rendered with the same height except for image3, which is 100/200 = 1/2 the height of the other images. Image4 is 200/100 = 2 times the height of image1, so only its top half is visible. Total width set to 480px.
}}
<syntaxhighlight lang="wikitext">
{{multiple image
| align = right
| total_width = 480
| image1 = Rainbow_trout.png
| caption1 = Square image of a trout, originally 300 x 300 pixels.
| image2 = Rainbow_trout.png
| width2 = 900
| height2 = 900
| caption2 = <code>width2</code> x <code>height2</code> = 900 x 900.
| image3 = Rainbow_trout.png
| width3 = 100
| height3 = 200
| caption3 = <code>width3</code> x <code>height3</code> = 100 x 200.
| image4 = Rainbow_trout.png
| width4 = 200
| height4 = 100
| caption4 = <code>width4</code> x <code>height4</code> = 200 x 100.
| footer = All images have been rendered with the same height except for image3, which is 100/200 = 1/2 the height of the other images. Image4 is 200/100 = 2 times the height of image1, so only its top half is visible. Total width set to 480px.
}}
</syntaxhighlight>
{{clear}}
The aspect ratio of each image is automatically retrieved from the File metadata. You can override the native width and height values by
* Examining the individual image pages to obtain the full resolution. For example:
** [[:File:Donkey 1 arp 750px.jpg]] shows "Donkey_1_arp_750px.jpg (750 × 536 pixels, file size: 125 KB, MIME type: image/jpeg)"
** [[:File:Rainbow trout.png]] shows "Rainbow_trout.png (300 × 300 pixels, file size: 158 KB, MIME type: image/png)"
* Specify the full width and height for each image, of the form:
** {{para|width1}} {{para|height1}} {{para|width2}} {{para|height2}}
=== একাধিক সারি ===
To create an array of images, with multiple rows, use {{para|perrow}}. The value passed to {{para|perrow}} may be a single number, or a list of numbers delimited by <code>/</code>. This feature may also be combined with {{para|total_width}} for multiple rows of images with the same total width.
{{multiple image|perrow = 2|total_width=300
| image1 = Kern_Theodolit_DKM2-A.jpg
| image2 = Total-Robotic-Station.jpg
| image3 = DumpyLevel.jpg
| image4 = GPS_Survey_Equipment_at_Weir_Dyke_Bridge_-_geograph.org.uk_-_336908.jpg
| footer = Surveying Equipment. Clockwise from upper left: Optical Theodolite, Robotic total station, [[Real-time kinematic|RTK]] GPS Base station, Optical level.
}}
<syntaxhighlight lang="wikitext" style="overflow:auto">
{{multiple image|perrow = 2|total_width=300
| image1 = Kern_Theodolit_DKM2-A.jpg
| image2 = Total-Robotic-Station.jpg
| image3 = DumpyLevel.jpg
| image4 = GPS_Survey_Equipment_at_Weir_Dyke_Bridge_-_geograph.org.uk_-_336908.jpg
| footer = Surveying Equipment. Clockwise from upper left: Optical Theodolite, Robotic total station, [[Real-time kinematic|RTK]] GPS Base station, Optical level.
}}
</syntaxhighlight>{{clear right}}
=== ছবির সীমানা সরানো ===
The border around the images can be removed using {{para|image_style|border:none}}.
{{multiple image
| align = right
| total_width = 320
| image_style = border:none;
| image1 = Donkey 1 arp 750px.jpg
| alt1 = A donkey
| caption1 = গাধার ছবি
| image2 = Rainbow_trout.png
| alt2 = A trout
| caption2 = ট্রাউট মাছের ছবি
}}
<syntaxhighlight lang="wikitext" style="overflow:auto">
{{multiple image
| align = right
| total_width = 320
| image_style = border:none;
| image1 = Donkey 1 arp 750px.jpg
| alt1 = A donkey
| caption1 = গাধার ছবি
| image2 = Rainbow_trout.png
| alt2 = A trout
| caption2 = ট্রাউট মাছের ছবি
}}</syntaxhighlight>{{clear right}}
=== ছবির মাঝের ফাঁ বাড়ানো ===
The gap between the images can be increased using {{para|image_gap|N}}, where N is the number of pixels (must be non-negative).
{{multiple image
| align = right
| total_width = 320
| image_gap = 20
| image1 = Donkey 1 arp 750px.jpg
| alt1 = A donkey
| caption1 = গাধার ছবি
| image2 = Rainbow_trout.png
| alt2 = A trout
| caption2 = ট্রাউট মাছের ছবি
}}
<syntaxhighlight lang="wikitext" style="overflow:auto">
{{multiple image
| align = right
| total_width = 320
| image_gap = 20
| image1 = Donkey 1 arp 750px.jpg
| alt1 = A donkey
| caption1 = গাধার ছবি
| image2 = Rainbow_trout.png
| alt2 = A trout
| caption2 = ট্রাউট মাছের ছবি
}}</syntaxhighlight>{{clear right}}
==টেমপ্লেটউপাত্ত==
{{TemplateData header}}
<templatedata>
{
"description": "এই ছকটি দুই থেকে দশটি ছবির বাক্স তৈরি করে আড়াআড়ি বা উল্লম্ব সজ্জায়, সামগ্রিকভাবে পুরো বাক্সের এবং প্রতিটি ছবির জন্য ক্যাপশন থাকতে পারে।",
"format": "{{_\n| _________________ = _\n}}\n",
"params": {
"align": {
"type": "string",
"label": "Alignment",
"default": "right",
"description": "ইমেজ বক্সের চারপাশে টেক্সট-মোড়ানো সেট করে, যেখানে \"নেই\" বাক্সটিকে কোন টেক্সট-মোড়ানো ছাড়াই বাম প্রান্তে রাখে, \"মধ্য\" বাক্সটিকে কোন টেক্সট-মোড়ানো ছাড়াই কেন্দ্রে রাখে এবং \"বাম\" এবং \ "ডান" টেক্সট-মোড়ানো সহ স্ক্রিনে বাক্সের অবস্থান নির্দেশ করে।",
"example": "বাম/ডান/মধ্য/নেই",
"suggestedvalues": [
"বাম",
"মধ্য",
"ডান",
"নেই"
]
},
"direction": {
"default": "horizontal",
"type": "string",
"label": "অভিমুখ",
"description": "ছবি টালি করার দিকনির্দেশ।",
"example": "আড়াআড়ি/উল্লম্ব",
"suggested": true,
"suggestedvalues": [
"horizontal",
"vertical"
]
},
"total_width": {
"type": "number",
"label": "ফ্রেমের প্রস্থ",
"description": "ছবিগুলোকে একই উচ্চতায় দেখাতে হলে মোট প্রস্থ দিন। তবে total_width এবং width দুটো একসঙ্গে ব্যবহার করবেন না। পিক্সেলের মান পূর্ণসংখ্যায়; শেষে \"px\" নিষ্প্রয়োজন",
"example": "400",
"suggested": true
},
"perrow": {
"type": "string",
"label": "সারি বিন্যাস",
"description": "ছবির একাধিক সারির সজ্জা তৈরি করুন। এখানে মানটি একক সংখ্যা বা প্রতি সারির জন্য / দিয়ে পৃথককৃত সংখ্যার তালিকা হতে পারে। এর সাথে total_width সহকারে স্বয়ংক্রিয়ভাবে ছবির আকার নিয়ন্ত্রণ করতে পারেন।",
"example": "1 / 2 / 1"
},
"width": {
"type": "number",
"label": "ছবির প্রস্থ",
"description": "Width দিলে তা প্রস্থ ১, প্রস্থ ২, প্রস্থ ৩, এর মানগুলো উপেক্ষা করবে। যদি আপনি ছবিগুলোকে বিভিন্ন আকারে দেখাতে চান, তাহলে এই পরামিতি পূরণ করবেন না। পিক্সেলের মান পূর্ণসংখ্যায়; শেষে \"px\" নিষ্প্রয়োজন",
"example": "200"
},
"background color": {
"type": "string",
"label": "পেছনের রং",
"description": "ছবির বাক্সের সীমানা এবং ছবির মধ্যকার পেছনের রং নির্দেশ করবে। পেছনের রং পরিবর্তন করা প্রবেশযোগ্যতার জন্য খারাপ হতে পারে, সম্ভব হলে এড়িয়ে যান।",
"example": "#EEFFGG বা লাল"
},
"caption_align": {
"default": "left",
"type": "string",
"label": "ক্যাপশন বিন্যাস",
"example": "বাম/ডান/মধ্য",
"suggestedvalues": [
"বাম",
"মধ্য",
"ডান"
]
},
"image1": {
"description": "ছবি ১ হলো প্রথম ছবির নাম। একইভাবে ছবি ২, ইত্যাদি। ফাইলের নাম দিন; কোনো \"File:\" বা \"Image:\" দিতে হবে না।",
"type": "wiki-file-name",
"example": "example.jpg",
"suggested": true,
"required": true,
"label": "ছবি ১"
},
"width1": {
"description": "প্রস্থ ১ হলো প্রথম ছবির প্রস্থ। একইভাবে প্রস্থ ২, ইত্যাদি।",
"type": "number",
"label": "প্রস্থ ১"
},
"alt1": {
"type": "line",
"description": "প্রথম ছবির [[alt text]] ([[WP:ALT]] দেখুন)। একইভাবে বিকল্প টেক্সট ২, ইত্যাদি।",
"label": "বিকল্প টেক্সট ১",
"suggested": true
},
"caption1": {
"type": "content",
"description": "ক্যাপশন ১ হলো প্রথম ছবির ক্যাপশন। একইভাবে ক্যাপশন ২, ইত্যাদি।",
"suggested": true,
"label": "ক্যাপশন ১"
},
"link1": {
"type": "wiki-page-name",
"description": "যেখানে প্রথম পৃষ্ঠার লিঙ্ক। একইভাবে লিঙ্ক ২, ইত্যাদির জন্য। যদি নির্দিষ্ট না করা হয়, চিত্রের বর্ণনা পৃষ্ঠায় যথারীতি লিঙ্ক করে। যদি খালি মান নির্দিষ্ট করা হয়, চিত্রটি কোথাও লিঙ্ক করে না; এটি [[WP:ALT]] অনুসারে সম্পূর্ণরূপে আলংকারিক চিত্রগুলোর জন্য ব্যবহার করা উচিৎ। গুরুত্বপূর্ণ: যদি ছবিটি GFDL বা একটি CC লাইসেন্সের মতো একটি বিনামূল্যের লাইসেন্সের অধীনে থাকে, তাহলে আপনাকে অবশ্যই এই প্যারামিটারটি ব্যবহার করতে হবে না কারণ সেই লাইসেন্সগুলোর শর্তাবলীর জন্য লাইসেন্সের প্রয়োজন, বা এটির একটি লিঙ্ক, ছবির সাথে পুনরুত্পাদন করতে হবে। ছবি, তাই তার ছবির পাতার সাথে লিঙ্ক করা আবশ্যক। পাবলিক ডোমেইন এবং (তাত্ত্বিকভাবে) অ-মুক্ত ব্যবহার চিত্রসমূহ এই সীমাবদ্ধতার অধীন নয়।",
"label": "লিংক ১"
},
"thumbtime1": {
"type": "string",
"description": "যদি ছবি ১ একটি Ogg Theora ফাইল হয়, তাহলে ভিডিওর মধ্যে সময় সেট করে যা প্রাথমিক প্রদর্শনের জন্য ব্যবহৃত হয়। হয় সেকেন্ড মানে সংখ্যা বা hours:minutes:seconds। একইভাবে থাম্বটাইম ২, ইত্যাদি।",
"label": "থাম্বটাইম ১"
},
"image2": {
"example": "example.jpg",
"suggested": true,
"label": "ছবি ২",
"type": "wiki-file-name"
},
"width2": {
"type": "number",
"label": "প্রস্থ ২"
},
"alt2": {
"label": "বিকল্প টেক্সট ২",
"type": "line",
"suggested": true
},
"caption2": {
"type": "content",
"suggested": true,
"label": "ক্যাপশন ২"
},
"link2": {
"type": "wiki-page-name",
"label": "লিংক ২"
},
"thumbtime2": {
"type": "string",
"label": "থাম্বটাইম ২"
},
"image3": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ৩"
},
"width3": {
"type": "number",
"label": "প্রস্থ ৩"
},
"alt3": {
"type": "line",
"label": "বিকল্প টেক্সট ৩"
},
"caption3": {
"label": "ক্যাপশন ৩",
"type": "content"
},
"link3": {
"label": "লিংক ৩",
"type": "wiki-page-name"
},
"thumbtime3": {
"type": "string",
"label": "থাম্বটাইম ৩"
},
"image4": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ৪"
},
"width4": {
"type": "number",
"label": "প্রস্থ ৪"
},
"alt4": {
"type": "line",
"label": "বিকল্প টেক্সট ৪"
},
"caption4": {
"label": "ক্যাপশন ৪",
"type": "content"
},
"link4": {
"label": "লিংক ৪",
"type": "wiki-page-name"
},
"thumbtime4": {
"type": "string",
"label": "থাম্বটাইম ৪"
},
"image5": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ৫"
},
"width5": {
"type": "number",
"label": "প্রস্থ ৫"
},
"alt5": {
"type": "line",
"label": "বিকল্প টেক্সট ৫"
},
"caption5": {
"label": "ক্যাপশন ৫",
"type": "content"
},
"link5": {
"label": "লিংক ৫",
"type": "wiki-page-name"
},
"thumbtime5": {
"type": "string",
"label": "থাম্বটাইম ৫"
},
"image6": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ৬"
},
"width6": {
"type": "number",
"label": "প্রস্থ ৬"
},
"alt6": {
"type": "line",
"label": "বিকল্প টেক্সট ৬"
},
"caption6": {
"label": "ক্যাপশন ৬",
"type": "content"
},
"link6": {
"label": "লিংক ৬",
"type": "wiki-page-name"
},
"thumbtime6": {
"type": "string",
"label": "থাম্বটাইম ৬"
},
"image7": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ৭"
},
"width7": {
"type": "number",
"label": "প্রস্থ ৭"
},
"alt7": {
"type": "line",
"label": "বিকল্প টেক্সট ৭"
},
"caption7": {
"label": "ক্যাপশন ৭",
"type": "content"
},
"link7": {
"label": "লিংক ৭",
"type": "wiki-page-name"
},
"thumbtime7": {
"type": "string",
"label": "থাম্বটাইম ৭"
},
"image8": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ৮"
},
"width8": {
"type": "number",
"label": "প্রস্থ ৮"
},
"alt8": {
"type": "line",
"label": "বিকল্প টেক্সট ৮"
},
"caption8": {
"label": "ক্যাপশন ৮",
"type": "content"
},
"link8": {
"label": "লিংক ৮",
"type": "wiki-page-name"
},
"thumbtime8": {
"type": "string",
"label": "থাম্বটাইম ৮"
},
"image9": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ৯"
},
"width9": {
"type": "number",
"label": "প্রস্থত ৯"
},
"alt9": {
"type": "line",
"label": "বিকল্প টেক্সট ৯"
},
"caption9": {
"label": "ক্যাপশন ৯",
"type": "content"
},
"link9": {
"label": "লিংক ৯",
"type": "wiki-page-name"
},
"thumbtime9": {
"type": "string",
"label": "থাম্বটাইম ৯"
},
"image10": {
"type": "wiki-file-name",
"example": "example.jpg",
"label": "ছবি ১০"
},
"width10": {
"type": "number",
"label": "প্রস্থ ১০"
},
"alt10": {
"type": "line",
"label": "বিকল্প টেক্সট ১০"
},
"caption10": {
"label": "ক্যাপশন ১০",
"type": "content"
},
"link10": {
"label": "লিংক ১০",
"type": "wiki-page-name"
},
"thumbtime10": {
"type": "string",
"label": "থাম্বটাইম ১০"
},
"image_gap": {
"type": "number",
"label": "ছবির ফাঁক",
"description": "পাশাপাশি ছবির মাঝের ফাঁক বদলান। পূর্ণসংখ্যায় পিক্সেলের মান; শেষে \"px\" লিখতে হবে না",
"example": "20",
"default": "5"
},
"image_style": {
"type": "string",
"label": "ছবি শৈলী",
"description": "ছবির ফ্রেমের পূর্বনির্ধারিত শৈলী পাশ কাটাবে।"
},
"header": {
"type": "content",
"label": "শিরোনাম",
"description": "পুরো ছবির ফ্রেমের উপরে একটি শিরোনাম বসাবে।"
},
"header_background": {
"type": "string",
"label": "শিরোনামের পেছনের রং",
"description": "শিরোনামের পেছনের রঙ নির্ধারণ করে। পেছনের রং পরিবর্তন করা প্রবেশযোগ্যতার জন্য খারাপ হতে পারে, সম্ভব হলে এড়িয়ে যান",
"example": "#EEFFGG বা লাল"
},
"header_align": {
"default": "center",
"type": "string",
"label": "শিরোনামের বিন্যাস",
"example": "বাম/ডান/মধ্য"
},
"footer": {
"type": "content",
"label": "ফুটার",
"description": "ক্যাপশন যা পুরো বাক্স জুড়ে থাকবে, প্রতিটি ছবির ক্যাপশন আলাদা। সম্ভব হলে \"বাম\" এবং \"ডান\" এড়িয়ে যান, কারণ মোবাইল ডিভাইসে ছবিগুলো উল্লম্বভাবে দেখাতে পারে।"
},
"footer_background": {
"type": "string",
"label": "ফুটারের পেছনের রং",
"description": "ফুটার ক্ষেত্রের পেছনের রং নির্ধারণ করে। পেছনের রং পরিবর্তন করা প্রবেশযোগ্যতার জন্য খারাপ হতে পারে, সম্ভব হলে এড়িয়ে যান",
"example": "#EEFFGG বা লাল"
},
"footer_align": {
"default": "left",
"type": "string",
"label": "ফুটার বিন্যাস",
"example": "বাম/ডান/মধ্য",
"suggestedvalues": [
"বাম",
"মধ্য",
"ডান"
]
},
"border": {
"label": "সীমানা দেখাবে বা লুকাবে",
"description": "মান হিসেবে \"তথ্যছক\" দিন তাতে টেমপ্লেটটি কোনো তথ্যছকের ভেতরে ব্যবহৃত হলে সীমানা দেখাবে না।",
"suggestedvalues": [
"তথ্যছক"
]
}
}
}</templatedata>
==Tracking categories==
* {{clc|Pages using multiple image with auto scaled images}}
* {{clc|Pages using multiple image with manual scaled images}}
==Notes==
{{notelist}}
==See also==
* {{tl|Gallery}}
* {{tl|Image array}}
* {{tl|Image frame}}
* {{tl|Photomontage}}
* {{tl|Stack}}
* [[Wikipedia:Collage tips]]
* {{tl|Auto images}} – automatically sizes a set of horizontal images
* {{tl|Double image}}
* {{tl|Triple image}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment