最近更新 - 使用說明 - 測試區 - 搜尋:

SideBar (edit)

PmWiki

pmwiki.org

其它语言版本?

  • 英文
  • 保加利亚文?
  • 加泰隆文?
  • 简体中文(GB2312)?
  • 德文?
  • 西班牙文?
  • 法文?
  • 意大利文?
  • 荷兰文?
  • 挪威文?
  • 俄文?
  • 瑞典文?
  • 葡萄牙文?

XHTML 1.0
編輯本頁 列印預覽 群組歷史 本頁歷史


本页提供一个更完整的关于 PmWiki 中可用的标记语言的清单。注意不使用下列标记也可以轻松创建和编辑网页,但是一旦你需要的时候,它们在此。

试验这些规则,请尝试编辑Wiki 沙盘



段落

  • 不要缩进段落
  • 需要词换行和填充
  • 用空行作为段落分隔
  • 行缩进一个或更多的空格(或制表符)表示等宽字体
  • 用 \ (反斜杠)在行末把下一行接在当前行后
  • 用 \\ (双反斜杠)在行末断开行



缩进的段落 (引用文本)

箭头 (->) 在段落的开始可产生缩进段落。在开始用更多的连字符 (--->) 产生更大的缩进。

 ->Four score and seven years ago our fathers placed upon this
 continent a new nation, conceived in liberty and dedicated to the
 proposition that all men are created equal.

Four score and seven years ago our fathers placed upon this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal.




项目符号

把星号放在左边可以产生项目符号。更多的星号增加项目符号的层:

 * First-level list item
 ** Second-level list item
 ** Another second-level item
 * A first-level item

  • First-level list item
    • Second-level list item
    • Another second-level item
  • A first-level item



水平线

行的开始是四个或更多的短线(----)生成水平线。



强调

  • 用两个单引号 (''),例如,two apostrophies,强调(通常是斜体
  • 用三个单引号 ('''),例如,three apostrophes,强烈地强调(通常是粗体
  • 用五个单引号 ('''''),或在双引号中有三个单引号("five apostrophes"),其他类型的强调(通常是粗斜体
  • 用两个 at 字符 (@@) 表示 monospace 等宽文本
  • 用 [+...+] 表示 更大文本 ,用 [-...-] 表示 更小文本
  • 强调在一行中可用多次,但是不能越过标记行边界(例如,你不能把段落断开符号放在粗体文本当中)。

要了解高级文本格式选项也可看 WikiStyles。



链接

  • 在本 Wiki 中,把串在一起的首字母大写的词(WikiWords)转换成到其他网页的链接。
  • 在 URLs 前带有 "http:", "ftp:", "gopher:", "mailto:", 或 "news:" 将自动创建链接,例如 http://www.pmichaud.com/toast。
  • URLs 后是 .gif, .jpg, 或 .png 被显示成图片。
    • 行首用图片 URL 开始,文本环绕在它右边。
    • 行尾用图片 URL 结束,文本环绕在它左边。
    • 一行只有图片 URL,就只显示它。
  • 当 URL 本身对文本不是很重要时,URLs 可放在双中括号中 [[url]]。例如,[[http://www.google.com/]] 将显示为 [1]
  • 任意的文本可以在中括号中做为链接说明如 [[url text]] 或 [[WikiWord text]]。 Text 也可是图形 URL,这时图形就成为到 urlWikiWord 的链接。
  • 网页内的锚目标 (#-链) 可用 [[#target]] 来创建。



自由链接

free link 是网页名链接不遵循 WikiWord 规则的链接。

通常,没有自然的 WikiWord 用于网页名。这时 {{free links}} (名为 free links 的网页)会很有用。{{text}} 标记创建名为 Text 的网页链接。标记 {{basic editing}} 创建名为 BasicEditing 的网页并显示为 basic editing。 可以加后缀和复数形式,所以 {{wiki word}}s 生成 wiki words 链接。

请看自由链接文档里的更多信息。



标题

行首用感叹号(!)开始,表示本行是标题。更多感叹号增加标题级数。例如,

 ! Level 1 Heading

Level 1 Heading

 !! Level 2 Heading

Level 2 Heading

 !!! Level 3 Heading

Level 3 Heading



Escape 序列

放在 [= 和 =] 当中的任何文本不被 PmWiki 翻译。 这使非链接 WikiWords 不被翻译成其它格式成为可能。[= 和 =] 可以跨行,允许多行不被翻译。例如,行首的空格[= 将使到下一个 =]中的文本是等宽文本且不被 PmWiki 翻译 (用于程序代码显示)。



编号

行首用数字符号(#)开始,表示本行是编号。

 # Prepare the experiment
 ## Unwrap the pop-tart
 ## Insert the pop-tart into the toaster
 # Begin cooking the pop tart
 # Stand back

  1. Prepare the experiment
    1. Unwrap the pop-tart
    2. Insert the pop-tart into the toaster
  2. Begin cooking the pop tart
  3. Stand back



定义

行首用冒号开始,表示本行是定义。

 :term:definition of term
 ::second-level item: definition of 2nd-level item

term
definition of term
second-level item
definition of 2nd-level item



表格

用'||'隔开单元格来定义表格。单元格前后都有空格表示对中;单元格前有空格表示右对齐;其它都是左对齐。一个空的单元格将使前一个单元格合并多列。(当前还没有办法合并多行。)行以'||'开始说明其后的表属性。

 
        ||align=center border=1 width=50%
        ||Left   || Center ||  Right||
        ||A      ||    B   ||      C||
        ||       || single || ||
        ||       || multi span ||||

Left Center Right
A B C
single
multi span

要了解更多信息,看 SimpleTables, SimpleTables2 和 AdvancedTables.



把 SpecialCharacters 內容寫在這裡。



注释

标记%comment%后,直到行尾或下一个%%标记中的文本不被显示。

 %comment% This is a hidden comment line that doesn't show.

<< TipsForEditing | PmWikiZhCn.DocumentationIndex | WikiStyles >>
編輯本頁 - 列印預覽 - 群組歷史 - 本頁歷史 - 搜尋
本頁更新於 2004 年 03 月 30 日,09:02 PM