223
次編輯
(为Help:编辑添加样例,并表格化) |
小 (→图像: 添加图像示例) |
||
第145行: | 第145行: | ||
==== 格式 ==== | ==== 格式 ==== | ||
===== 嵌入式 ===== | ===== 嵌入式 ===== | ||
(空):显示图片的原大小。 | * (空):显示图片的原大小。 | ||
* border:显示一个小边框。如果图片背景不是白色的,那么很难看出来这个边框。 | |||
border:显示一个小边框。如果图片背景不是白色的,那么很难看出来这个边框。 | * frameless:限制图片的大小。会被自己设定的大小覆盖。'''忽略图片大小设定'''。 | ||
* border+frameless:限制图片的大小且显示一个小边框。一般来说,格式只应用填写的第一个,但是这个是例外。 | |||
frameless:限制图片的大小。会被自己设定的大小覆盖。'''忽略图片大小设定'''。 | {|class="wikitable" width=100% | ||
|- | |||
border+frameless:限制图片的大小且显示一个小边框。一般来说,格式只应用填写的第一个,但是这个是例外。 | ! width=40% | 示例代码 !! width=60% | 显示效果 | ||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png]] | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|border|300px]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|border|300px]] | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|frameless|300px]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|frameless|300px]]<br/>''(注:源文件宽度为229px,故frameless格式限制此图片大小不超过229px,看起来比其他图片略小一些)'' | |||
|} | |||
===== 浮动式 ===== | ===== 浮动式 ===== | ||
frame:默认靠右,可以填写图片标题,'''忽略图片大小设定'''。 | * frame:默认靠右,可以填写图片标题,'''忽略图片大小设定'''。 | ||
* thumb 或 thumbnail:默认靠右,可以填写图片标题,'''可以缩小不能放大'''。 | |||
thumb 或 thumbnail:默认靠右,可以填写图片标题,'''可以缩小不能放大'''。 | {|class="wikitable" width=100% | ||
|- | |||
! width=40% | 示例代码 !! width=60% | 显示效果 | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|frame]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|frame]] | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|thumb]]</nowiki></code> || rowspan="2" style="background:white" | [[File:Play_result_grade_ex%2B.png|thumb]] | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|thumbnail]]</nowiki></code> | |||
|} | |||
==== 大小 ==== | ==== 大小 ==== | ||
在参数中加上<code>xxpx</code>即可指定图片的大小,例如<code>250px</code>代表图片高度为250px<br /> | 在参数中加上<code>xxpx</code>即可指定图片的大小,例如<code>250px</code>代表图片高度为250px<br /> | ||
仅仅只有<code>border</code>或不指定格式,可以随意调整图片的大小。 | 仅仅只有<code>border</code>或不指定格式,可以随意调整图片的大小。 | ||
{|class="wikitable" width=100% | |||
|- | |||
! width=40% | 示例代码 !! width=60% | 显示效果 | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|50px]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|50px]] | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|350px]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|350px]] | |||
|} | |||
==== 水平对齐 ==== | ==== 水平对齐 ==== | ||
(空):嵌入式。 | * (空):嵌入式。 | ||
none:同行不出现文字。 | * none:同行不出现文字。 | ||
center:居中。 | * center:居中。 | ||
left:靠左对齐。 | * left:靠左对齐。 | ||
right:靠右对齐。 | * right:靠右对齐。 | ||
{|class="wikitable" width=100% | |||
|- | |||
! width=40% | 示例代码 !! width=60% | 显示效果 | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png]]EX+等级图标</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png]]EX+等级图标 | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|none]]EX+等级图标</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|none]]EX+等级图标 | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|center]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|center]] | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|left]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|left]] | |||
|- | |||
| <code><nowiki>[[File:Play_result_grade_ex%2B.png|right]]</nowiki></code> || style="background:white" | [[File:Play_result_grade_ex%2B.png|right]] | |||
|} | |||
==== 垂直对齐 ==== | ==== 垂直对齐 ==== | ||
大部分时候基本是用不上的,所以我直接抄个例子,看看就好。 | 大部分时候基本是用不上的,所以我直接抄个例子,看看就好。 |
次編輯