« Modèle:Gallery2 » : différence entre les versions
De Guide de l'Installation Electrique
Aucun résumé des modifications |
(copied latest version of Gallery template) |
||
Ligne 1 : | Ligne 1 : | ||
<table class="table_noCSS EIG_gallery"> | <table class="table_noCSS EIG_gallery"> | ||
{{#switch: {{{4|}}} | {{#switch: {{{4|}}} | ||
| 1 = <!-- | |||
--><tr><!-- | |||
---->{{#if: {{{5|}}}|<td class="EIG-gallery-image" style="padding: 10px; border: 1px solid #ccc; vertical-align:middle; text-align:center; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};">[[File:{{{5|}}}]]</td>|}}<!-- | |||
--></tr><!-- | |||
--><tr><!-- | |||
---->{{#if: {{{5|}}}|<td class="EIG-gallery-text" style="padding: 0 4px; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};">{{#if: {{{6|}}}|'''[{{{6|}}}] '''|}}{{{7|}}}</td>|}}<!-- | |||
--></tr><!-- | |||
-->{{#if: {{{8|}}}|<!-- | |||
----><tr><!-- | |||
------>{{#if: {{{8|}}}|<td class="EIG-gallery-image" style="padding: 10px; border: 1px solid #ccc; vertical-align:middle; text-align:center; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};"> [[File:{{{8|}}}]]</td>|}}<!-- | |||
----></tr><!-- | |||
----><tr><!-- | |||
------>{{#if: {{{8|}}}|<td class="EIG-gallery-text" style="padding: 0 4px; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};">{{#if: {{{9|}}}|'''[{{{9|}}}] '''|}}{{{10|}}}</td>|}}<!-- | |||
----></tr>|}}<!-- | |||
-->{{#if: {{{11|}}}|<!-- | |||
----><tr><!-- | |||
------>{{#if: {{{11|}}}|<td class="EIG-gallery-image" style="padding: 10px; border: 1px solid #ccc; vertical-align:middle; text-align:center; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};"> [[File:{{{11|}}}]]</td>|}}<!-- | |||
----></tr><!-- | |||
----><tr><!-- | |||
------>{{#if: {{{11|}}}|<td class="EIG-gallery-text" style="padding: 0 4px; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};">{{#if: {{{12|}}}|'''[{{{12|}}}] '''|}}{{{13|}}}</td>|}}<!-- | |||
----></tr>|}}<!-- | |||
-->{{#if: {{{14|}}}|<!-- | |||
----><tr><!-- | |||
------>{{#if: {{{14|}}}|<td class="EIG-gallery-image" style="padding: 10px; border: 1px solid #ccc; vertical-align:middle; text-align:center; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};"> [[File:{{{14|}}}]]</td>|}}<!-- | |||
----></tr><!-- | |||
----><tr><!-- | |||
------>{{#if: {{{14|}}}|<td class="EIG-gallery-text" style="padding: 0 4px; {{#if: {{{3|}}}|width:{{{3}}}|width:150px}};">{{#if: {{{15|}}}|'''[{{{15|}}}] '''|}}{{{16|}}}</td>|}}<!-- | |||
----></tr>|}} | |||
| 2 = <!-- | | 2 = <!-- | ||
--><tr><!-- | --><tr><!-- | ||
Ligne 112 : | Ligne 140 : | ||
<pre> | <pre> | ||
{{ Gallery | <1=fig-num> | <2=fig-title> |<3=widths>| | {{ Gallery | <1=fig-num> | <2=fig-title> |<3=widths>|<4=images-per-row> | ||
|<5=image-filename-1> | <6=image-letter-1> | <7=image-title-1> | |<5=image-filename-1> | <6=image-letter-1> | <7=image-title-1> | ||
|<8=image-filename-2> | <9=image-letter-2> | <10=image-title-2> | |<8=image-filename-2> | <9=image-letter-2> | <10=image-title-2> | ||
Ligne 121 : | Ligne 149 : | ||
Where the global gallery parameters are: | Where the global gallery parameters are: | ||
<fig-num> | <fig-num> is like: A11, B42a ... | ||
<fig-title> | <fig-title> is like: Application of the diversity factor (ks) to an apartment block of 5 storeys | ||
<widths> | <widths> is like: 220px (the common width applied to all gallery "cells", should be bigger than the largest image in the gallery) | ||
<4=images-per-row> is like: 3 (default if value not provided = 4) | |||
and then for each image in the gallery | and then for each image in the gallery : | ||
<image-filename> is like: DB422001.svg (= image file name WITH the file extension) | <image-filename> is like: DB422001.svg (= image file name WITH the file extension) | ||
<image-letter> is like: a (it will be enclosed in squared brackets, like [a], and highlighted eg bold) | <image-letter> is like: a (it will be enclosed in squared brackets, like [a], and highlighted eg bold) | ||
<image-title> is like: this is the title related to this image | <image-title> is like: this is the title related to this image | ||
maximum number of images taken: | |||
if 1 per row = 4 | |||
if 2 per row = 8 | |||
if 3 per row = 9 | |||
if 4 per row = 8 | |||
</noinclude> | </noinclude> |
Version du 8 septembre 2016 à 10:36
Description
This template is used to create a gallery of up to 5 images on one row
Syntax:
{{ Gallery | <1=fig-num> | <2=fig-title> |<3=widths>|<4=images-per-row> |<5=image-filename-1> | <6=image-letter-1> | <7=image-title-1> |<8=image-filename-2> | <9=image-letter-2> | <10=image-title-2> ... |<17=image-filename-5> | <18=image-letter-5> | <19=image-title-5> }}
Where the global gallery parameters are:
<fig-num> is like: A11, B42a ... <fig-title> is like: Application of the diversity factor (ks) to an apartment block of 5 storeys <widths> is like: 220px (the common width applied to all gallery "cells", should be bigger than the largest image in the gallery) <4=images-per-row> is like: 3 (default if value not provided = 4)
and then for each image in the gallery :
<image-filename> is like: DB422001.svg (= image file name WITH the file extension) <image-letter> is like: a (it will be enclosed in squared brackets, like [a], and highlighted eg bold) <image-title> is like: this is the title related to this image
maximum number of images taken:
if 1 per row = 4 if 2 per row = 8 if 3 per row = 9 if 4 per row = 8