模板:Gallery/doc
| 本模板已於多個頁面中應用,對其進行的修改會影響到這些頁面。請先在本的沙盒、測試樣例子頁面或您的用戶子頁面中測試所要進行的修改,並請考慮在應用修改前,於討論頁上進行討論。 |
| Before making a gallery, please read over the image use policy for galleries. Generally, a gallery should not be added so long as there is space for images to be effectively presented adjacent to text. |
| 此頁面是模板:Gallery的Templatedocumentation。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
| 此模板使用Lua语言: |
This template provides advanced gallery building functionality (fine-tuned formatting control). For creating generic galleries, use the Gallery tag.
This template displays a gallery of images in an array, left-to-right in rows. Global parameters |width= and |height= control the size of all images in the gallery. The number of images per row is based upon the image width parameters and the width of the screen. The number of images per row can change when the user resizes the window.
For style guidelines about where galleries are appropriate, see 模板:Section link.
Blank syntax with all parameters
{{Gallery
| title =
| align =
| footer =
| style =
| state =
| height =
| width =
| perrow =
| mode =
| whitebg =
| noborder =
| captionstyle =
| File:
| Write a caption here
| class1=
| alt1=
| File:
| Write a caption here
| class2=
| alt2=
| File:
| Write a caption here
| class3=
| alt3=
| File:
| Write a caption here
| class4=
| alt4=
| File:
| Write a caption here
| class5=
| alt5=
}}
|
Parameters
For each image
Specify a line of the following form for each image.
|File:Filename|Caption|altn=alternative text|classn=CSS class
Note that the file name and the caption do not need parameter names, but each alt text parameter must be preceded by |altn=.
Where:
|File:Filename– the image's file name. EitherFile:orImage:prefix may be used|Caption– the caption under the image; see Wikipedia:Manual of Style/Captions. If there is a need to use the equal sign, it must be escaped by using{{=}}, but it is not required for<ref name='tag'>in the caption. (details)|altn=– alt attribute:|alt1=for the first image,|alt2=for the second image, etcalternative text– the alternative text for the image, used by visually impaired or other readers who cannot see the image clearly. If omitted, the image's alt text will be blank.
|classn=CSS class- it currently only allows two options, used for darkmode settings:skin-invert-imageandbg-transparent
Optional parameters
These parameters apply to the entire gallery:
|title=– The gallery's title|align=– The alignment of the gallery on the page, left (default), center, or right; ignored when|state=is set|footer=– Small, right-aligned text below the images|style=– CSS style directives for the whole gallery (see Help:Cascading Style Sheets)|state=– Sets the default state of collapsible galleries; use|state=expandedor|state=collapsed; collapsible galleries occupy the full page width|mode=– Sets the mode used by the inner gallery tag. Common values include|mode=packedand|mode=nolines(see Help:Gallery tag for more options)
These parameters apply to all of the images in the gallery:
|noborder=– Cancel the border surrounding the images, use|noborder=yesto set.|whitebg=– Cancel the white background after the images, use|whitebg=noto set.|height=– Maximum height of each image. If this parameter is not included,|height=defaults to 180 pixels. Use a simple number here, e.g., 模板:Xt, without a units designation, e.g., 模板:!xt.|width=– Maximum width of each image, default is 180 pixels. Use a number here, e.g., 模板:Xt, without units, e.g., 模板:!xt.|perrow=– Number of images to display per row|captionstyle=– CSS style directives for the captions (see Help:Cascading Style Sheets)
The image's original ratio of width to height cannot be modified by |width= or |height= – a rectangular image will not be made square if |width= and |height= are set to the same value.
Examples
-
Statue of Washington outside Federal Hall National Memorial in New York City, overlooking Wall Street
-
Construction of Washington portrait at Mount Rushmore, c. 1932
-
Washington is commemorated on a quarter.
-
Washington on a dollar coin
-
Statue of Washington outside Federal Hall National Memorial in New York City, overlooking Wall Street
-
Work on Washington portrait at Mount Rushmore, c. 1932
-
Washington on a quarter
-
Washington on a dollar coin
-
Statue of Washington outside Federal Hall National Memorial in New York City, overlooking Wall Street
-
Work on Washington portrait at Mount Rushmore, c. 1932
-
Washington on a quarter
-
U.S. one-dollar bill – the caption here is still constrained by the width parameter.
-
Washington on a dollar coin
TemplateData
Place this template on an article or user page to create a gallery of images on that page along with captions. Anyone may place this template.
| 參數 | 描述 | 類型 | 狀態 | |
|---|---|---|---|---|
| title | title | Title for the overall gallery
| 字串 | 建議 |
| align | align | Alignment of the gallery on the page; possible values include left, right, and center
| 字串 | 非必填 |
| footer | footer | Creates a footer which will appear in the lower right corner of the overall gallery, in small font, of whatever text the editor placing it wishes to put there
| 字串 | 非必填 |
| CSS styling | style | Allows custom Cascading Style Sheets styling to be added to the gallery block.
| 字串 | 非必填 |
| captionstyle | captionstyle | This parameter allows an editor to utilize Cascading Style Sheet code for caption | 不明 | 非必填 |
| state | state | This parameter allows the editor to determine whether or not the gallery will initially appear as either expanded or collapsed for readers
| 字串 | 非必填 |
| height | height | determines the maximum height for any image within the gallery
| 數值 | 非必填 |
| width | width | Analogous to height parameter; sets maximum width for any image in the gallery
| 數值 | 非必填 |
| mode | mode | Sets the mode used by the inner gallery tag, see [[Help:Gallery tag]] for more options
| 字串 | 非必填 |
| noborder | noborder | Cancel the border surrounding the images
| 字串 | 非必填 |
| whitebg | whitebg | Used to disable the white background in the inner gallery tag
| 布林值 | 非必填 |
Tracking categories
See also
- Help:Gallery tag
- {{Cleanup gallery}}, to mark unencyclopedic image galleries
- {{Gallery layout}}, to apply Gallery-style layout to arbitrary blocks of content such as template output
- {{Gallery items}}
- {{Image array}}
- {{Image frame}}
- {{Multiple image}}
- {{Photomontage}}
- {{Stack}}, where images etc. can be stacked down right hand side avoiding spacing and floating problems