Template:Collapsegallery: Difference between revisions
Razor Blade (talk | contribs) No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
<div style="display: inline-block; {{#if:{{{border|}}}|border:.5em solid {{{border}}}; {{roundy|{{{radius|.9em}}}}}|border:1px solid #000;}};"> | <div style="display: inline-block; {{#if:{{{border|}}}|border:.5em solid {{{border}}}; {{roundy|{{{radius|.9em}}}}}|border:1px solid #000;}};"> | ||
<!-- Header --> | <!-- Header --> | ||
<div style="background-color:{{{border|#000}}}; color:{{{color|#fff}}}; text-align:left; padding:5px;"><span style="font-size:14pt;">{{{1}}}</span> <span style="font-size:6pt;">[[Template:moarpix|About missing Pics]]</span></div> | <div style="background-color:{{{border|#000}}}; color:{{{color|#fff}}}; text-align:left; padding:5px;"><span style="font-size:14pt;">{{{1}}}</span> <!-- <span style="font-size:6pt;">[[Template:moarpix|About missing Pics]]</span>--></div> | ||
<!-- Teaser -->{{{4}}} | <!-- Teaser -->{{{4}}} | ||
<!-- Collapsing Link --> | <!-- Collapsing Link --> |
Latest revision as of 21:23, 17 August 2024
Usage
This is the collapsing gallery template.
Syntax:
{{collapsegallery | 1=title | 2=id | 3=align | 4=<gallery> teaser </gallery> | 5=<gallery> expanded </gallery> | border | color}}
title | |
---|---|
id | unique id for collapse gallery (examples: cg1, cg2, etc.). IDs may not contain spaces or special characters. Do not put spaces/special characters in the ID. |
align | left, right or center, default is left. |
4 | teaser gallery |
5 | expanded gallery |
border | border color and have it be thicker with rounded edges. default is the traditional collapse gallery style. |
color | title color, default is white. |
Example
This:
; Traditional (border isn't set): {{Collapsegallery|Hello, world!|cg1|center|<gallery> File:Popcorn3.gif </gallery>|<gallery> File:Popcorn4.gif </gallery>}} ; Rounded: {{Collapsegallery|Hello, world!|cg2|center|<gallery> File:Popcorn2.gif </gallery>|<gallery> File:Popcorn4.gif </gallery>|border=blue|color=cyan}}
results in this:
- Traditional (border isn't set)
- Rounded