跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
分类索引
最近更改
随便看看
灵兰秘典
沙盒
捐助本站
帮助
帮助
方针指引
联系我们
关于本站
MediaWiki帮助
中医百科
搜索
搜索
登录
个人工具
登录
查看“Module:InfoboxImage/doc”的源代码
模块
讨论
不转换
不转换
简体
繁體
大陆简体
臺灣正體
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
清除缓存
常规
链入页面
相关更改
特殊页面
页面信息
页面值
短URL
←
Module:InfoboxImage/doc
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
== 概述 == 本模块用于处理信息框的图像参数并规范其格式。 == 参数 == {| class="wikitable" !参数 !描述 |- |image |可选,为纯文件名(带有File:/Image:前缀与否皆可)或完全格式化的图片链接。 |- |size |显示图像大小。 |- |maxsize |图像最大大小,单位为px。注意此参数一经指定则图像尺寸不能超过此参数的赋值。 |- |sizedefault |如果size参数留空,则可以指定图像默认大小,单位为px。默认值为frameless。 |- |alt |图像替换文本。 |- |title |图像标题文本。若留空则默认采用alt参数。 |- |border |若需要边框则设为yes。 |- |page |若插入多页图像则用来指定页码。 |- |upright |垂直图像参数。 |- |center |若图像需居中则设为yes。 |- |thumbtime |用于视频剪辑的参数。 |- |suppressplaceholder |设为yes则检查图像是否为占位符并停用。 |- |link |指定点击图像时访问的页面。 |} == 用法 == <pre style="overflow:auto;"> |image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|alt={{{alt|}}}}} </pre> == 示例 == {| class="wikitable" |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=[[Image:王好古.png|200px]]}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=[[Image:王好古.png|200px]]}} |- | <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png}}</nowiki><br/> <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=File:王好古.png}}</nowiki><br/> <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=Image:王好古.png}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png}} |- | <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=100px}}</nowiki><br/> <nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=100}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=100px}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios|title=Exterior, front view of Abbey Road studios}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios|title=Exterior, front view of Abbey Road studios}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|alt=The front stairs and door of Abbey Road Studios}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|alt=The front stairs and door of Abbey Road Studios}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=100px|alt=The front stairs and door of Abbey Road Studios}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=100px|alt=The front stairs and door of Abbey Road Studios}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=Bandera de Bilbao.svg|size=100|border=yes}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=Bandera de Bilbao.svg|size=200|border=yes}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg|suppressplaceholder=yes}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg|suppressplaceholder=yes}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=[[Image:replace this image male.svg|200px]]|suppressplaceholder=yes}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=[[Image:replace this image male.svg|200px]]|suppressplaceholder=yes}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=50px|maxsize=100px}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=50px|maxsize=100px}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=200px|maxsize=100px}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|size=200px|maxsize=100px}} |- |<nowiki>{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|maxsize=100px|center=yes}}</nowiki> |{{#invoke:InfoboxImage|InfoboxImage|image=王好古.png|maxsize=100px|center=yes}} |} == 参看 == * [[Module:InfoboxImageVariant]] - 需要地区词转换时使用的 == 追踪分类 == * {{clc|使用过时图像语法的页面}} * {{clc|信息框内使用缩略图语法的页面}} <includeonly>{{Sandbox other|| [[Category:添加追踪分类的模块]] }}</includeonly>
该页面使用的模板:
Template:Clc
(
查看源代码
)
Module:InfoboxImage
(
查看源代码
)
Module:String
(
查看源代码
)
返回
Module:InfoboxImage/doc
。
开关有限宽度模式