Template:Multiple images: Difference between revisions
Jump to navigation
Jump to search
Blanked the page |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | |||
{| width=100% style="font-family: arial; border: 1px solid gray" | |||
|- bgcolor=gainsboro | |||
! colspan=2 | Basic Usage | |||
|- | |||
| colspan=2 | | |||
The multiple image template allows to set two or more images at the same time in a image box, kinda similar to a gallery but without wasting space. You can use up to 10 pictures arranged in a row either horizontally or vertically. Combine the next features to create your own gallery this time! You can [http://en.wikipedia.org/wiki/Template:Multiple_image go here] to see more advanced results or to the {{tem|Multiframe}} template where the images share the same image frame. | |||
<pre style="width:60%"> | |||
{{multiple image | |||
|align = left/center/right | |||
|direction = vertical/horizontal | |||
|header = header for pictures | |||
|footer = A single footer for all the pics | |||
|width = size for all the pictures, use numbers only | |||
| image1 = set a pic | |||
| alt1 = alternate text for pic | |||
| width1 = size for an specific picture, use numbers only | |||
|caption1 = caption for an specific picture | |||
| image2 = | |||
| alt2 = | |||
| width2 = | |||
|caption2 = | |||
}} | |||
</pre> |
Revision as of 12:56, 11 September 2011
Basic Usage | |
---|---|
The multiple image template allows to set two or more images at the same time in a image box, kinda similar to a gallery but without wasting space. You can use up to 10 pictures arranged in a row either horizontally or vertically. Combine the next features to create your own gallery this time! You can go here to see more advanced results or to the Template:Tem template where the images share the same image frame. {{multiple image |align = left/center/right |direction = vertical/horizontal |header = header for pictures |footer = A single footer for all the pics |width = size for all the pictures, use numbers only | image1 = set a pic | alt1 = alternate text for pic | width1 = size for an specific picture, use numbers only |caption1 = caption for an specific picture | image2 = | alt2 = | width2 = |caption2 = }} |