Difference between revisions of "Template:Multiple image"

From Summertime Saga Wiki
Jump to: navigation, search
(New template for multiple image)
 
m
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{{#if:{{{image1|}}}{{{image2|}}}{{{image3|}}}{{{image4|}}}{{{image5|}}}{{{image6|}}}{{{image7|}}}{{{image8|}}}{{{image9|}}}{{{image10|}}}|<div class="thumb {{#switch: {{{align|}}} | left = tleft | center|centre = tnone | right|#default = tright}}" style="width: {{#switch:{{{direction|}}}<!--
+
{{FormatTemplateData|JSON=
If stacked vertically, box width = largest width + 12 px (6 px margin on left and right) -->
+
{
| vertical              = {{#expr:
+
"description": "This template creates a box with two to ten images arranged vertically or horizontally with captions for the entire box and/or for each images.",
    {{#if:{{{width|}}}
+
"params": {
      | {{{width}}}
+
"align": {
      | {{Max/27 | {{{width1|}}} | {{{width2|}}} | {{{width3|}}} | {{{width4|}}} | {{{width5|}}} | {{{width6|}}} | {{{width7|}}} | {{{width8|}}} | {{{width9|}}} | {{{width10|}}} }}
+
"type": "string",
    }}
+
"label": "Alignment",
    + 12
+
"default": "right",
  }}
+
"description": "Sets text-wrapping around image box, where \"none\" places the box on the left edge with no text-wrapping, \"center\" places the box at center with no text-wrapping and \"left\" and \"right\" refer to position of box on screen with text-wrapping.",
| horizontal | #default  = {{#if:{{{width|}}}<!--
+
"example": "left/right/center/none",
  If stacked horizontally and a single common width was passed for use in all images,
+
"suggested": true
  box width = (common width + 4px) * number of images + 8.
+
},
  This creates a 4px margin between the images, and a 6px margin on each side -->
+
"direction": {
  |{{#expr:
+
"default": "horizontal",
      ({{{width}}}+4)
+
"type": "string",
      *
+
"label": "Direction",
      {{Template:Multiple image/numImgs | {{{image1|}}} | {{{image2|}}} | {{{image3|}}} | {{{image4|}}} | {{{image5|}}} | {{{image6|}}} | {{{image7|}}} | {{{image8|}}} | {{{image9|}}} | {{{image10|}}} }}
+
"description": "Direction in which to tile the images.",
      +
+
"example": "horizontal/vertical",
      8
+
"suggested": true
      }}<!--
+
},
  If stacked horizontally and a custom width was passed for each image,
+
"width": {
  box width = sum of all widths + 4 pixels of margin between each pair of images + 16 pixels of margin (8 on each side of the box) (why not 6px as in other cases?...)-->
+
"type": "string",
  |{{#expr:
+
"label": "Width",
      {{{width1|0}}}+{{{width2|0}}}+{{{width3|0}}}+{{{width4|0}}}+{{{width5|0}}}+{{{width6|0}}}+{{{width7|0}}}+{{{width8|0}}}+{{{width9|0}}}+{{{width10|0}}}
+
"description": "Width overrides Width 1, Width 2, Width 3, etc. If you want the images to be different sizes, do not provide the width parameter. Integer width in pixels; no \"px\" suffix",
      +
+
"example": "200",
      4 * ({{Template:Multiple image/numImgs | {{{image1|}}} | {{{image2|}}} | {{{image3|}}} | {{{image4|}}} | {{{image5|}}} | {{{image6|}}} | {{{image7|}}} | {{{image8|}}} | {{{image9|}}} | {{{image10|}}} }} - 2)
+
"suggested": true
      +
+
},
      16
+
"background color": {
      }}
+
"type": "string",
  }}
+
"label": "Background color",
}}px; {{#switch: {{{align|}}} | center | centre = margin: 0 auto;}}{{#if:{{{background color|}}}|background-color: {{{background color}}} }}">
+
"description": "Defines the background color between the border of the box and the images."
<div class="thumbinner" {{#if:{{{background color|}}}|style="background-color: {{{background color}}}"}}>
+
},
{{#if:{{{header|}}}|
+
"caption_align": {
<div style="clear: both; font-weight: bold; text-align: {{{header_align|center}}}; background-color: {{{header_background|transparent}}}">
+
"default": "left",
{{{header}}}
+
"type": "string",
</div>
+
"label": "Caption alignment",
}}{{#if:{{{image1|}}}|
+
"example": "left/right/center"
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width1}}}}}}}px">
+
},
<div class="thumbimage">[[file:{{{image1}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width1}}} }}px{{#ifeq:{{{link1|:}}}|:||{{!}}link={{{link1}}}}}|alt={{{alt1|}}}|{{{caption1|}}}]]
+
"header_background": {
</div>
+
"type": "string",
{{#if:{{{caption1|}}}|
+
"label": "Header background"
<div class="thumbcaption" style="clear:left">{{{caption1}}}
+
},
</div>
+
"header_align": {
}}
+
"default": "center",
</div>
+
"type": "string",
}}{{#if:{{{image2|}}}|
+
"label": "Header alignment",
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width2}}}}}}}px">
+
"example": "left/right/center"
<div class="thumbimage">[[file:{{{image2}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width2}}} }}px{{#ifeq:{{{link2|:}}}|:||{{!}}link={{{link2}}}}}|alt={{{alt2|}}}|{{{caption2|}}}]]
+
},
</div>{{#if:{{{caption2|}}}|
+
"header": {
<div class="thumbcaption" style="clear:left">{{{caption2}}}
+
"type": "string",
</div>
+
"label": "Header"
}}
+
},
</div>
+
"image1": {
}}{{#if:{{{image3|}}}|
+
"description": "Image 1 is name of first image. Similarly for Image 2, etc. File name only; no \"File:\" or \"Image:\" prefix.",
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width3}}}}}}}px">
+
"type": "string",
<div class="thumbimage">[[file:{{{image3}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width3}}} }}px{{#ifeq:{{{link3|:}}}|:||{{!}}link={{{link3}}}}}|alt={{{alt3|}}}|{{{caption3|}}}]]
+
"example": "example.jpg",
</div>{{#if:{{{caption3|}}}|
+
"suggested": true,
<div class="thumbcaption" style="clear:left">{{{caption3}}}
+
"label": "Image 1"
</div>
+
},
}}
+
"width1": {
</div>
+
"description": "width 1 is width of first image. Similarly for Width 2, etc.",
}}{{#if:{{{image4|}}}|
+
"type": "number",
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width4}}}}}}}px">
+
"label": "Width 1"
<div class="thumbimage">[[file:{{{image4}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width4}}} }}px{{#ifeq:{{{link4|:}}}|:||{{!}}link={{{link4}}}}}|alt={{{alt4|}}}|{{{caption4|}}}]]
+
},
</div>{{#if:{{{caption4|}}}|
+
"alt1": {
<div class="thumbcaption" style="clear:left">{{{caption4}}}
+
"type": "string",
</div>
+
"description": "The [[alt text]] of first image (see [[WP:ALT]]). Similarly for Alt text 2, etc.",
}}
+
"label": "Alt text 1"
</div>
+
},
}}{{#if:{{{image5|}}}|
+
"caption1": {
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width5}}}}}}}px">
+
"type": "string",
<div class="thumbimage">[[file:{{{image5}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width5}}} }}px{{#ifeq:{{{link5|:}}}|:||{{!}}link={{{link5}}}}}|alt={{{alt5|}}}|{{{caption5|}}}]]
+
"description": "Caption 1 is caption of first image. Similarly for Caption 2, etc.",
</div>{{#if:{{{caption5|}}}|
+
"suggested": true,
<div class="thumbcaption" style="clear:left">{{{caption5}}}
+
"label": "Caption 1"
</div>
+
},
}}
+
"link1": {
</div>
+
"type": "wiki-page-name",
}}{{#if:{{{image6|}}}|
+
"description": "Where the first page links to. Similarly for Link 2, etc. If not specified, image links to the image description page as usual. If specified to the empty value, the image does not link anywhere; this should be used for purely decorative images as per [[WP:ALT]]. Important: If the image is under a free license like the GFDL or a CC license, you must not use this parameter as the terms of those licenses require the license, or a link to it, to be reproduced with the image. The image must, therefore, link to its image page. Public domain and (theoretically) fair use images are not subject to this restriction.",
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width6}}}}}}}px">
+
"label": "Link 1"
<div class="thumbimage">[[file:{{{image6}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width6}}} }}px{{#ifeq:{{{link6|:}}}|:||{{!}}link={{{link6}}}}}|alt={{{alt6|}}}|{{{caption6|}}}]]
+
},
</div>{{#if:{{{caption6|}}}|
+
"thumbtime1": {
<div class="thumbcaption" style="clear:left">{{{caption6}}}
+
"type": "string",
</div>
+
"description": "If image1 is an Ogg Theora file, sets the time within the video that is used for the initial display. Either a number of seconds or hours:minutes:seconds. Similarly for Thumb time 2, etc.",
}}
+
"label": "Thumbtime 1"
</div>
+
},
}}{{#if:{{{image7|}}}|
+
"image2": {
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width7}}}}}}}px">
+
"example": "example.jpg",
<div class="thumbimage">[[file:{{{image7}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width7}}} }}px{{#ifeq:{{{link7|:}}}|:||{{!}}link={{{link7}}}}}|alt={{{alt7|}}}|{{{caption7|}}}]]
+
"suggested": true,
</div>{{#if:{{{caption7|}}}|
+
"label": "Image 2",
<div class="thumbcaption" style="clear:left">{{{caption7}}}
+
"type": "string"
</div>
+
},
}}
+
"width2": {
</div>
+
"type": "number",
}}{{#if:{{{image8|}}}|
+
"label": "Width 2"
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width8}}}}}}}px">
+
},
<div class="thumbimage">[[file:{{{image8}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width8}}} }}px{{#ifeq:{{{link8|:}}}|:||{{!}}link={{{link8}}}}}|alt={{{alt8|}}}|{{{caption8|}}}]]
+
"alt2": {
</div>{{#if:{{{caption8|}}}|
+
"label": "Alt text 2",
<div class="thumbcaption" style="clear:left">{{{caption8}}}
+
"type": "string"
</div>
+
},
}}
+
"caption2": {
</div>
+
"type": "string",
}}{{#if:{{{image9|}}}|
+
"suggested": true,
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width9}}}}}}}px">
+
"label": "Caption 2"
<div class="thumbimage">[[file:{{{image9}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width9}}} }}px{{#ifeq:{{{link9|:}}}|:||{{!}}link={{{link9}}}}}|alt={{{alt9|}}}|{{{caption9|}}}]]
+
},
</div>{{#if:{{{caption9|}}}|
+
"link2": {
<div class="thumbcaption" style="clear:left">{{{caption9}}}
+
"type": "wiki-page-name",
</div>
+
"label": "Link 2"
}}
+
},
</div>
+
"thumbtime2": {
}}{{#if:{{{image10|}}}|
+
"type": "string",
<div style="{{#ifeq: {{{direction|horizontal}}}|horizontal|float: left;}} margin: 1px; width: {{#expr: 2 + {{#if:{{{width|}}}|{{{width}}}|{{{width10}}}}}}}px">
+
"label": "Thumbtime 2"
<div class="thumbimage">[[file:{{{image10}}}|{{#if:{{{width|}}} | {{{width}}} | {{{width10}}} }}px{{#ifeq:{{{link10|:}}}|:||{{!}}link={{{link10}}}}}|alt={{{alt10|}}}|{{{caption10|}}}]]
+
},
</div>{{#if:{{{caption10|}}}|
+
"image3": {
<div class="thumbcaption" style="clear:left">{{{caption10}}}
+
"type": "string",
</div>
+
"example": "example.jpg",
}}
+
"label": "Image 3"
</div>
+
},
}}{{#if:{{{footer|}}}|
+
"width3": {
<div class="thumbcaption" style="clear: left; text-align: {{{footer_align|left}}}; background: {{{footer_background|transparent}}}">{{{footer}}}
+
"type": "number",
</div>
+
"label": "Width 3"
}}
+
},
</div>
+
"alt3": {
</div>
+
"type": "string",
 +
"label": "Alt text 3"
 +
},
 +
"caption3": {
 +
"label": "Caption 3",
 +
"type": "string"
 +
},
 +
"link3": {
 +
"label": "Link 3",
 +
"type": "wiki-page-name"
 +
},
 +
"thumbtime3": {
 +
"type": "string",
 +
"label": "Thumbtime 3"
 +
},
 +
"footer_background": {
 +
"type": "string",
 +
"label": "Footer background"
 +
},
 +
"footer_align": {
 +
"default": "left",
 +
"type": "string",
 +
"label": "Footer alignment",
 +
"example": "left/right/center"
 +
},
 +
"footer": {
 +
"type": "string",
 +
"label": "Footer"
 +
}
 +
},
 +
"format": "block"
 +
}
 
}}
 
}}
 
</includeonly><noinclude>
 
</includeonly><noinclude>

Revision as of 07:03, 1 March 2019

This template was copied from Wikipedia: http://en.wikipedia.org/wiki/Template:Multiple_image.

Please refer to Wikipedia's documentation for template instructions: http://en.wikipedia.org/wiki/Template:Multiple_image/doc.

Edit the page to see the template text.