Template:G/layout: Difference between revisions
Template page
More actions
m Fix Linter errors. |
mNo edit summary |
||
| (8 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{#ifeq:{{{8|}}}|c|<div | {{#ifeq:{{{8|}}}|c|<div class="center">}}<!-- | ||
{{#if:{{{7|}}}|<span style="{{{7}}}">}}{{#ifeq:{{{10|}}}|1 | -->{{#if:{{{1|}}} | ||
|{{#tag:gallery|{{{1|}}}|{{#if:{{{8|}}}|{{#ifeq:{{{8}}}|c|| | | {{#if:{{{9|}}}|<{{{9|}}}>}}<!-- | ||
|mode={{{2|}}}|caption={{{3|}}}|perrow={{{4|}}}|widths={{{5|}}}|heights={{{6|}}}|showfilename=1}} | -->{{#if:{{{7|}}}|<span style="{{{7}}}">}}<!-- | ||
|{{#tag:gallery|{{{1|}}}|{{#if:{{{8|}}}|{{#ifeq:{{{8|}}}|c|| | -->{{#ifeq:{{{10|}}}|1 | ||
|mode={{{2|}}}|caption={{{3|}}}|perrow={{{4|}}}|widths={{{5|}}}|heights={{{6|}}}}}}} | | {{#tag:gallery|{{{1|}}}|class={{#if: {{{8|}}} | {{#ifeq:{{{8|}}}|c || {{{8|}}} }} }}|mode={{{2|}}}|caption={{{3|}}}|perrow={{{4|}}}|widths={{{5|}}}|heights={{{6|}}}|showfilename=1}} | ||
{{#if:{{{7|}}}|</span>}}{{#if:{{{9|}}}|</{{{9}}}>}}}}{{#ifeq:{{{8|}}}|c|</div>}}<noinclude> | | {{#tag:gallery|{{{1|}}}|class={{#if: {{{8|}}} | {{#ifeq:{{{8|}}}|c || {{{8|}}} }} }}|mode={{{2|}}}|caption={{{3|}}}|perrow={{{4|}}}|widths={{{5|}}}|heights={{{6|}}}}} | ||
}}<!-- | |||
-->{{#if:{{{7|}}}|</span>}}<!-- | |||
-->{{#if:{{{9|}}}|</{{{9|}}}>}} | |||
}}<!-- | |||
-->{{#ifeq:{{{8|}}}|c|</div>}}<noinclude> | |||
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: | |||
# filenames (+ captions) <small>as a (linefeed/pipe separated) string</small> | |||
# filenames (+ captions) <small>as a | |||
# mode | # mode | ||
# caption | # caption | ||
| Line 21: | Line 23: | ||
# text | # text | ||
# showfilename option | # showfilename option | ||
; Implementation note | |||
: ''Because the <code>gallery tag</code> does not support the suppression of the <code>showfilename</code> option, two transclusions of the gallery tag are necessary - one with, and the other one without <code>showfilename</code>.'' | |||
<!-- {{Heavily used template|Template talk:G}} --> | |||
[[Category: | [[Category:Subtemplates]] | ||
</noinclude> | </noinclude> | ||
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.