模板:Gallery
| 警告 | 此模板被引用于约4,900个页面。 为了避免造成大规模的影响,所有对此模板的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板中,但是修改前请务必于讨论页发起讨论。 模板引用数量会自动更新。 |
| File:Lua-Logo.svg | 此模板使用Lua语言: |
| CSS | 本模板使用以下模板样式: |
本模板将多张图片组成图库。图片将会以表格方式由左至右排列。
选填参数[编辑]
- title 图库的标题
- width 设定图片显示的宽度,预设是180(px)。
- height 设定图片显示的高度,预设是180(px)。
- lines 图片说明的显示行数上限,预设是2。超过上限的说明内文会自动出现卷动按钮。
- footer 在图库的右下角显示的注脚文字
使用方法[编辑]
{{Gallery
| title = 图片阵列标题
| footer = 注脚文字
| width = 150
| height = 170
| lines = 2
| File:Pigion052006.JPG|图片的说明
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|图说部分也可支援[[Wikipedia:如何编辑页面|内部链接]]
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|
| File:Pigion052006.JPG|当说明内文超过指定的行数上限后,会自动出现滚动条。
| File:Pigion052006.JPG|
}}
范例[编辑]
{{Gallery
|title=Cultural depictions of George Washington
|width=160
|height=170
|lines=4
|align=center
|File:Federal Hall NYC 27.JPG|alt1=Back of statue facing a city building whose facade is Greek columns covered by a huge U.S. flag|The statue of Washington outside [[Federal Hall]] in [[New York City]], looking on [[Wall Street]].
|File:Mount Rushmore2.jpg|alt2=Profile of stone face jutting out from a mountainside. Three workers clamber over it, each about the height of the face's upper lip.|Construction on the George Washington portrait at [[Mount Rushmore]], c. 1932.
|File:2006 Quarter Proof.png|alt3=Shiny silver coin with profile of Washington bust. He faces left regally and wears a colonial-style queue in his hair. "UNITED STATES OF AMERICA" is at top, "QUARTER DOLLAR" at bottom, "LIBERTY" at left, and "IN GOD WE TRUST" above "S" at right. Just below the bust is "JF uc" in tiny letters.|Washington is commemorated on the [[Quarter (United States coin)|quarter]].
|File:George Washington Presidential $1 Coin obverse.png|alt4=Gold coin with bust of Washington facing slightly left of but looking sternly straight at the viewer. "GEORGE WASHINGTON" is above, "1st PRESIDENT 1789–1797" below, and "JFM" in tiny letters at the bust's base.|Washington is also commemorated on some [[dollar coin (United States)|dollar coins]].
}}
-
Construction on the George Washington portrait at Mount Rushmore, c. 1932.
-
Washington is commemorated on the quarter.
-
Washington is also commemorated on some dollar coins.
模板数据[编辑]
模板数据
|
|---|
|
<templatedata> { "params": { "title": { "label": "标题", "description": "整个图库的标题", "type": "string", "suggested": true }, "align": { "label": "对齐方式", "description": "图库在页面上的对齐方式;可选值包括:left、right、center", "example": "center", "type": "string", "default": "left", "suggestedvalues": [ "left", "center", "right" ] }, "footer": { "label": "脚注", "description": "创建一个页脚,以小字体显示在整个图库的右下角", "type": "string" }, "style": { "label": "CSS样式", "description": "Allows custom Cascading Style Sheets styling to be added to the gallery block.", "example": "border: 1px solid black;", "type": "string" }, "captionstyle": { "label": "标题样式", "description": "This parameter allows an editor to utilize Cascading Style Sheet code for caption" }, "state": { "label": "状态", "description": "This parameter allows the editor to determine whether or not the gallery will initially appear as either expanded or collapsed for readers", "example": "collapsed", "type": "string", "default": "expanded", "suggestedvalues": [ "expanded", "collapsed" ] }, "height": { "label": "高度", "description": "determines the maximum height for any image within the gallery", "example": "100", "type": "number", "default": "180" }, "width": { "label": "宽度", "description": "Analogous to height parameter; sets maximum width for any image in the gallery", "example": "120", "type": "number", "default": "180" }, "mode": { "label": "模式", "description": "Sets the mode used by the inner gallery tag, see Help:Gallery tag for more options", "type": "string", "default": "traditional", "suggestedvalues": [ "traditional", "nolines", "packed", "packed-overlay", "packed-hover", "slideshow" ] }, "noborder": { "label": "禁用边框", "description": "Cancel the border surrounding the images", "example": "yes", "type": "string", "default": "no" }, "whitebg": { "description": "Used to disable the white background in the inner gallery tag", "example": "no", "type": "boolean", "default": "yes", "label": "禁用白色背景" } }, "description": "将此模板放置在条目或用户页上,即可在该页面上创建带标题的图库。", "format": "block" } </templatedata> |
追踪分类[编辑]
- Category:使用Gallery不含媒体命名空间前缀的页面(0)
- Category:使用Gallery含有captionstyle参数的页面(0)
- Category:使用Gallery含有未知参数的页面(0)
- Category:使用Gallery可能存在替代文字不符情况的页面(0)
参见[编辑]
- Help:Gallery
- {{Cleanup gallery}},以标记非百科图像的图库
- {{Image array}}
- {{Multiple image}}
- {{Photomontage}}
- {{Image frame}}
- {{Gallery items}},将图库样式布局应用于任意内容区段(如模板输出)
- {{Stack}},图像等可以在右侧堆叠,避免间距和浮动问题