“帮助:备忘单”的版本间差异

来自中国分布式计算总站
跳转到导航 跳转到搜索
第146行: 第146行:
 
|章节标题
 
|章节标题
 
: 如果有4个或更多标题,目录会自动出现。
 
: 如果有4个或更多标题,目录会自动出现。
:{{Warning| 请最好不要使用 =Level 1=,因其容易破坏页面视觉效果}}。
+
: 请最好不要使用 =Level 1=,因其容易破坏页面视觉效果。
 
|
 
|
 
<tt><nowiki>== Level 2 ==</nowiki></tt><br />
 
<tt><nowiki>== Level 2 ==</nowiki></tt><br />

2013年6月29日 (六) 10:16的版本

这是一个 Wiki 语法速览表,方便编辑者查阅。

想尝试编辑,请使用 沙盒.

在文字中任何地方可以使用(Wiki标签)
描述 代码 显示结果
斜体文字
不建议对汉字使用。

''italic''

italic

粗体文字

'''bold'''

bold

粗斜体文字
不建议对汉字使用。

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

bold & italic

链接到另一个 Wiki 页面

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

Name of page
Text to display

链接到维基媒体基金会页面,如维基百科

[[Wikipedia:Name of page]]
[[Wikipedia:zh:分布式计算]]
[[Wikipedia:Name of page|Text to display]]

Wikipedia:Name of page
Wikipedia:zh:分布式计算
Text to display

链接到外部页面

[http://www.equn.com/forum]
[http://www.equn.com/forum 显示文字]

[1]
显示文字

添加页面到分类中
建议添加到页面的开始。
[[Category:Category name]] 分类名称在页面预览或保存时会显示在页面下面的一个条形区域中。
签名
在讨论页发表讨论时请附上签名。
请勿在普通页面使用。

~~~~

用户名, 07:33, 19 4月 2024 (UTC)

插入图片

[[文件:Qrcode.png|96px|thumb|提示]]

提示
使用模板

{{Warning|小心!}}

警告: 小心!

使用的模板:{{Warning}}
在文字中任何地方可以使用(HTML)
描述 代码 显示结果
删除线

<s>strikethrough</s>

strikethrough

下划线

<u>underline</u>

underline

居中文本

<center>center</center>

center
下标和上标

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

sub sup

换行
可在模板参数中使用,以使代码紧凑。
在文本中请使用自然换行(两个换行符号=另起一行)。

中国分布式计算总站<br />equn

中国分布式计算总站
equn

只可在行首使用
描述 代码 显示结果
代码
勿用该格式表示引用文字。

 $ echo Hello World (注意行首的空格)

$ echo Hello World
重定向到另一个页面

#REDIRECT [[目标页面]]

目标页面
当用户访问该页面时,会自动跳转目标页面。

章节标题
如果有4个或更多标题,目录会自动出现。
请最好不要使用 =Level 1=,因其容易破坏页面视觉效果。

== 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