Template:Gallery Game: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
{{#if:{{{gallery_image1|}}}|== Gallery == | <includeonly> | ||
<div class="gallery-instance"> | |||
{{ | {{#if:{{{gallery_image|{{{gallery_image1|}}}}}}| | ||
{{#if:{{{gallery_image2|}}}|File:{{{gallery_image2 | <div class="gallery-section-header">== Gallery ==</div> | ||
{{#if:{{{gallery_image3|}}}|File:{{{gallery_image3 | |||
<div class="gallery-tile"> | |||
[[File:{{{gallery_image|{{{gallery_image1|}}}}}}|175x175px|center|link={{{gallery_image|{{{gallery_image1|}}}}}}]] | |||
<div style="font-size: 90%; margin-top: 5px; color: #ccc; line-height: 1.2;"> | |||
{{{gallery_caption|{{{gallery_caption1|}}}}}} | |||
</div> | |||
</div> | |||
{{#if:{{{gallery_image2|}}}| | |||
<div class="gallery-tile" style="margin-top: 10px;"> | |||
[[File:{{{gallery_image2}}}|175x175px|center|link={{{gallery_image2}}}]] | |||
<div style="font-size: 90%; margin-top: 5px; color: #ccc;">{{{gallery_caption2|}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{gallery_image3|}}}| | |||
<div class="gallery-tile" style="margin-top: 10px;"> | |||
[[File:{{{gallery_image3}}}|175x175px|center|link={{{gallery_image3}}}]] | |||
<div style="font-size: 90%; margin-top: 5px; color: #ccc;">{{{gallery_caption3|}}}</div> | |||
</div> | |||
}} | |||
}} | }} | ||
</div><nowiki /></includeonly> | |||