不用担心,帮助来了!
本页解释了一些在编辑wiki时的基础图像语法。用户在页面上使用图像时必须将其上传。至少知道一些基本的图像处理会很有用。
存储在一台MediaWiki服务器上的文件通常会被使用File:
命名空间前缀渲染(但遗留的Image:
命名空间前缀仍然作为同义词而被支持)为一个MediaWiki链接的目标。另外的Media:
命名空间前缀也可以用来引用原始媒体文件内容(以在MediaWiki页面之外分别渲染或下载它)。
支持的图像格式[ | ]
图像最大尺寸为8MB, 最大分辨率为5000 x 5000 像素。 |
wiki默认支持下列格式:
- .jpg或.jpeg:被压缩在标准JPEG格式的位图图像(这个有损格式最适合图像)。
- .png :PNG格式(由W3C指定)。
- .gif :遗留的GIF位图图像,动态GIF也受支持。
其他格式例如 .svg、.tiff、.ogg和.pdf可被使用,但需要安装默认启用的插件。更多信息,请检查高级图像页面。
渲染一张图片[ | ]
语法[ | ]
图片总是会保持它的比例,而且只能够缩小(不能增大)它的尺寸, 除非这张图片是可缩放的媒体类型(位图图像不能被缩放)。 |
显示图像的基本语法是::
- [[File:文件名.扩展名]]
显示图像的完整语法是:
- [[File:文件名.扩展名|选项|说明文字]]
选项可以是下列的零项或多项,每项用管道符号隔开(|):
- 格式选项:border和/或frameless、frame、thumb(或thumbnail)
- 控制如何格式化渲染图像及其嵌入在页面其他部分的方式。
- 尺寸选项:是下列选项的其中之一
- {宽度}px — 调整图像尺寸以使其适应指定的以像素为单位的最大宽度,图像高度没有限制;
- x{高度}px — 调整图像尺寸以使其适应指定的以像素为单位的最大高度,图像宽度没有限制;
- {宽度}x{高度}px — 调整图像尺寸以使其适应指定的以像素为单位的宽度和高度;
- upright — 根据用户设置(适合高度大于宽度的图像)调整图像尺寸以使其适应在合适的位置里。
- 图像的默认最大尺寸取决于格式以及内部图像位置(根据媒体类型 )。
- 水平对齐选项:left、right、center和none的其中之一
- 控制图像在文字中的水平对齐方式(内联/阻挡或浮动样式,无默认值)。
- 垂直对齐选项:baseline、sub、super、top、text-top、middle、bottom和text-bottom的其中之一
- 控制垂直对齐和在图像前面或后面和同一块的非浮动文字。(默认值为middle)。
- 链接选项:
- link={目标} — 允许修改生成链接所指向的目标(至特定页面或URL),生效于已渲染的图像界面中。例如:
[[File:Hydra intro.png|40px|link=//wikipedia.org]]
会被渲染为 (外部链接),或[[File:Hydra intro.png|40px|link=MediaWiki]]
会被渲染为(内部链接)。 - link= (后带一个空值) — 显示不带任何可激活链接的图像。如
[[File:Example.jpg|40px|link=]]
会被渲染为。- ! If you set
|link=|
(empty), then notitle
will be rendered.
- ! If you set
- link={目标} — 允许修改生成链接所指向的目标(至特定页面或URL),生效于已渲染的图像界面中。例如:
- Other specific options:
- alt={alternative text} — Defines the alternative text (maps to the HTML attribute
alt="..."
of the generated<img />
element) of an image that will be rendered if either the referenced image cannot be downloaded and embedded, or if the support media must use the alternative description text (e.g. when using a Braille reader or with accessibility options set by the user in its browser). - page={number} — Renders the specified page number (currently only applicable when showing a .djvu or .pdf file).
- class={html class} — (MediaWiki 1.20+) Defines classes (maps to the HTML attribute
class="..."
of the generated<img />
element)
- alt={alternative text} — Defines the alternative text (maps to the HTML attribute
If a parameter does not match any of the other possibilities, it is assumed to be the caption text. Caption text only shows below the image in thumb and frame formats. Caption text displayed in the thumb and frame formats may contain wiki links and other formatting. In the other options, wiki-formatting will not work though transclusion will.
If no caption text is supplied, a caption is automatically created showing the file name. To completely remove the caption, set it to <span title=""></span>
. For example, [[File:Hydra intro.png|40px|<span title=""></span>]]
renders as .
Please, click here, to find out more about:
Formats ♦ Galleries ♦ Links