Help:Cheatsheet (简体中文)

From ArchWiki
翻译状态:本文是 Help:Cheatsheet翻译。上次翻译日期:2016-03-24。如果英文版本有所更改,则您可以帮助同步翻译。

查看完整的编辑命令列表,参见 Help:Editing (简体中文)。想尝试编辑,使用 沙盒.

在文字中任何地方可以使用 (wikitext)
描述 你的输入 显示结果
斜体文字

''italic''

italic

粗体文字

'''bold'''

bold

粗斜体文字

'''''bold & italic'''''

bold & italic

链接到另一个 ArchWiki 页面

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Text to display

添加页面到分类中
分类应该放在页面的开始
[[Category:Category name]] 分类名称在页面预览或保存时会显示在页面下面的一个条形区域中。
签名

当在讨论页中张贴时签名。

在张贴页面时不要签名。

~~~~

Username, 06:33, 25 5月 2022 (UTC)

在文字中任何地方可以使用 (HTML)
描述 你的输入 显示结果
删除线

<s>strikethrough</s>

strikethrough

下划线

<u>underline</u>

underline

居中文本

<center>center</center>

center
下标和上标

<sub>sub</sub> <sup>sup</sup>

sub sup

只有在行首可以使用
描述 你的输入 显示结果
代码

使用一个或多个空格开始代码行。警告,不会自动换行!

另见 Help:Style (简体中文)#代码格式.

 $ echo Hello World

$ echo Hello World
重定向到另一个页面
重定向必须放在第一行的行首。

#REDIRECT [[Target page]]

Target page

章节标题

如果有4个或更多标题,目录会自动出现。

=Level 1= 不应该使用。

另见 Effective Use of Headers.

== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======

Level 2

Level 3

Level 4

Level 5
Level 6
水平线

----


项目符号列表

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
编号列表

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
定义列表

; Term one: Definition one
; Term two: Definition two

Term one
Definition one
Term two
Definition two
缩进文本
这通常用在讨论页中回复时使用,保证会话容易浏览。

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent