Template:G/layout: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
-->{{#if:{{{7|}}}|<span style="{{{7}}}">}}<!-- | -->{{#if:{{{7|}}}|<span style="{{{7}}}">}}<!-- | ||
-->{{#ifeq:{{{10|}}}|1 | -->{{#ifeq:{{{10|}}}|1 | ||
| {{#tag:gallery|{{{1|}}}|{{#if:{{{8|}}}|{{#ifeq:{{{8|}}}|c|| | | {{#tag:gallery|{{{1|}}}|class={{#if: {{{8|}}} | {{#ifeq:{{{8|}}}|c || {{{8|}}} }} }}|mode={{{2|}}}|caption={{{3|}}}|perrow={{{4|}}}|widths={{{5|}}}|heights={{{6|}}}|showfilename=1}} | ||
| {{#tag:gallery|{{{1|}}}|{{#if:{{{8|}}}|{{#ifeq:{{{8|}}}|c|| | | {{#tag:gallery|{{{1|}}}|class={{#if: {{{8|}}} | {{#ifeq:{{{8|}}}|c || {{{8|}}} }} }}|mode={{{2|}}}|caption={{{3|}}}|perrow={{{4|}}}|widths={{{5|}}}|heights={{{6|}}}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if:{{{7|}}}|</span>}}<!-- | -->{{#if:{{{7|}}}|</span>}}<!-- | ||
| Line 13: | Line 13: | ||
Subtemplate of {{T|G|-|case=l}}, transcluded by the {{M|Galeria|module}}. | Subtemplate of {{T|G|-|case=l}}, transcluded by the {{M|Galeria|module}}. | ||
; Parameters: | ; Parameters: | ||
# filenames (+ captions) <small>as a | # filenames (+ captions) <small>as a (linefeed/pipe separated) string</small> | ||
# mode | # mode | ||
# caption | # caption | ||
Latest revision as of 09:32, 20 February 2024
Subtemplate of template:{{G}}, transcluded by the module.
- Parameters
- filenames (+ captions) as a (linefeed/pipe separated) string
- mode
- caption
- perrow
- width
- height
- style
- class
- text
- showfilename option
- Implementation note
- Because the
gallery tagdoes not support the suppression of theshowfilenameoption, two transclusions of the gallery tag are necessary - one with, and the other one withoutshowfilename.