更改

跳到导航 跳到搜索
添加145字节 、 2014年8月8日 (五) 14:26
无编辑摘要
! width=40% | 输出效果
|-
! colspan="3" style="background: #ABE" | Character 字符 (inline内嵌) formatting 格式 – ''applies anywhere适用于任何地方''
|-
| 斜体文字
'''''粗斜体'''''
|-
| Strike text删除线
| <pre>
<strike> strike text 删除线 </strike>
</pre>
|<strike> strike text 删除线 </strike>
|-
| Escape wiki markup显示维基标记符号
| <pre>
&lt;nowiki&gt;no 不使用 ''markup标记符号''&lt;/nowiki&gt;
</pre>
|
<nowiki>no 不使用 ''markup标记符号''</nowiki>
|-
| Escape wiki markup once单次显示维基标记符号
| <pre>
[[API]]&lt;nowiki/>扩展
[[API]]<nowiki/>扩展
|-
! colspan="3" style="background: #ABE" | Section formatting 区域格式 – ''only at the beginning of the line仅在行首起作用''
|-
| Headings of different levels 不同等级的小标题
| <pre>
== 第二级 ==
====== 第六级 ======
</pre>
----
{{note|
* [[Special:MyLanguage/Help_talk:Formatting#Level_1|Skip Level 1]], it is page name level.
* An article with 4 or more headings automatically creates a [[wikipedia:Wikipedia:Section#Table of contents (TOC)|table of contents]].
}}
|
<!-- using HTML markup to avoid creating new sections -->
<h2>Level 2第二级</h2>
<h3>Level 3第三级</h3>
<h4>Level 4第四级</h4>
<h5>Level 5第五级</h5>
<h6>Level 6第六级</h6>
|-
| Horizontal rule水平分割先
| <pre>
Text before之前的文字
----
Text after之后的文字
</pre>
|
Text before之前的文字
----
Text after之后的文字
|-
| Bullet list圆点列表
|
<pre>
* Start each line在每一行的开始* with an 加入一个 [[Wikipedia:asterisk|asterisk]] (*).** More asterisks give deeper越多的星号意味着*** and deeper levels更深的层级.* Line breaks 换行符 <br />don't break levels并不会破坏层级.*** But jumping levels creates empty space.多层级间的跳转会产生空白。Any other start ends the list.一个不带星号的行会使列表结束
</pre>
|
* Start each line在每一行的开始* with an 加入一个 [[Wikipedia:asterisk|asterisk]] (*).** More asterisks give deeper越多的星号意味着*** and deeper levels更深的层级.* Line breaks 换行符 <br />don't break levels并不会破坏层级.*** But jumping levels creates empty space.多层级间的跳转会产生空白。Any other start ends the list.一个不带星号的行会使列表结束
|-
| Numbered list有序列表
|
<pre>
# Start each line在每一行的开始# with a 加入一个 [[Wikipedia:Number_sign|number sign]] (#).## More number signs give deeper越多的井号意味着### and deeper更深的.### levels层级.# Line breaks 换行符 <br />don't break levels并不会破坏层级.### But jumping levels creates empty space.多层级间的跳转会产生空白。# Blank lines空白的行
# end the list and start another.会结束一个列表,并开启另一个新的列表Any other start alsoends the list.另外的一个空行,同样会终结一个列表
</pre>
|
# Start each line在每一行的开始# with a 加入一个 [[Wikipedia:Number_sign|number sign]] (#).## More number signs give deeper越多的井号意味着### and deeper更深的.### levels层级.# Line breaks 换行符 <br />don't break levels并不会破坏层级.### But jumping levels creates empty space.多层级间的跳转会产生空白。# Blank lines空白的行
# end the list and start another.会结束一个列表,并开启另一个新的列表Any other start alsoends the list.另外的一个空行,同样会终结一个列表
|-
| Definition list
print False</nowiki>
|}
 
 
== 段落 ==
 
MediaWiki会忽略所有的单个换行。 为了开始一个新的段落,请使用一个单独的空白行。在段落中可以使用HTML的换行符 <code>&lt;br /></code> 来强行换行。

导航菜单