如果要將格式化語法用於計劃,請按一下
,將計劃切換至編輯模式。如果要使用編輯的內容輔助選項,請按下 Ctrl+空格鍵。計劃編輯器使用 WikiCreole Wiki 編輯語法 (http://www.wikicreole.org/)。
表 1 是部分語法及其輸出的簡易說明。
如需詳細資訊,請參閱 WikiCreole 所提供的版本規格。
| 原始檔語法 | 格式化文字輸出 |
|---|---|
| //italics// | italics |
| **bold** | bold |
* Bullet list * Second item ** Sub item |
|
# Numbered list # Second item ## Sub item |
![]() |
| __Underlined__ text(雙底線字元,在文字之前和之後) | Underlined text |
| --strikethrough text-- | ![]() |
網頁鏈結:[[http://www.example.com|Example Web Page]] |
Example Web Page |
= Main Heading == Large heading === Medium heading ==== Small heading |
![]() |
No linebreak! |
No linebreak! |
Force\\line break |
Force |
Horizontal line: ---- |
Horizontal line: |
| {{image.jpg|title}} 註: 標題是選用的。
|
![]() |
利用 "|" 分隔字元來建置表格。
在每個資料格中,用 "=" 來指定標頭列。
在含有 "\\" 的資料格中,新增換行。
|=Heading Col 1 |=Heading Col 2 | |Cell 1.1 |Two lines\\in Cell 1.2 | |Cell 2.1 |Cell 2.2 | |
![]() |
如果要在程式碼格式中併入 Wiki 語法所用的字元,而不呈現格式化輸出,請用三個方括弧來括住文字:
{{{
==[[Nowiki]] //**don't**format//
}}}
|
==[[Nowiki]] //**don't**format// |
| 您利用跳出字元 (~) 來指出下列字元不具 Wiki 語法意義;例如:
~= Not A Heading |
= Not A Heading |
| 您可以將工作項目拖曳到頁面中(編輯模式),以建立工作項目的鏈結。
產生的語法會指定工作項目類型及其 ID。
[[Defect 54321 |${summary} (${id})]] |
![]() |
| 您可以輸入工作項目類型及其 ID,以及選擇性地指定鏈結的自訂文字。
[[Task 43210 | Custom link]] |
![]() |
| red##This is red foreground## | ![]() |
| ##This is blue background##blue | ![]() |
<<<xhtml
Embed XHTML code on the page. My list:<br/>
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
>>>
|
Embed XHTML code on the page. My list:
|