說明:速查表

出自 Arch Linux 中文维基

查看完整的編輯命令列表,參見 Help:編輯。想嘗試編輯,使用沙盒

在文字中任何地方可以使用 (wikitext)
描述 輸入 顯示
斜體文字

''italic''

italic

粗體文字

'''bold'''

bold

粗斜體文字

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

bold & italic

連結到另一個 ArchWiki 頁面

[[Name of page]]
[[Name of page|要显示的文字]]
[[Name of page#Section]]

要顯示的文字
Name of page#Section

連結到同頁面的段落

[[#Section]]

#Section

外部連結

[https://www.google.com/ Google search engine]

Google search engine

添加頁面到分類中
分類應該放在頁面的開始
[[Category:Category name]] 分類名稱在頁面預覽或保存時會顯示在頁面下面的一個條形區域中。
簽名

當在討論頁中張貼時簽名。

在內容頁面編輯時不要簽名。 參見 mw:Help:Signatures.

~~~~

Username, 08:21, 20 4月 2024 (UTC)

在文字中任何地方可以使用 (HTML)
描述 輸入 顯示
刪除線

<s>strikethrough</s>

strikethrough

下劃線

<u>underline</u>

underline

下標和上標

正常<sub>下标</sub> <sup>上标</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
模板
描述 輸入 顯示
行內代碼

{{ic|code}}

code

Character escape

{{ic|1=echo =}}

echo =

Block code
{{bc|
block
code
}}
block
code
Block code with header
{{hc|header|
block
}}
header
block
Note

{{Note|This text should be noted.}}

注意: This text should be noted.
Warning

{{Warning|This text should be heeded.}}

警告: This text should be heeded.
Man page

{{man|7|ascii}}

ascii(7)

軟件包

{{Pkg|linux}}

linux

AUR 軟件包

{{AUR|linux-git}}

linux-gitAUR