The iteration plan editor uses WikiCreole wiki editing syntax (http://www.wikicreole.org/). You must place the page in edit mode to modify the content. Table 1 identifies a quick reference for some syntax and its output. For more detail, see the version specifications at WikiCreole.
| Source Syntax | Formatted Text Output |
|---|---|
| //italics// | italics |
| **bold** | bold |
* Bullet list * Second item ** Sub item |
|
# Numbered list # Second item ## Sub item |
![]() |
| __Underlined__ text (double underscore character, before and after the text) | Underlined text |
| --strikethrough text-- | ![]() |
Link to a Web page:[[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}} Note: The use of
a title is optional.
|
![]() |
Build a table with "|" separators. Designate the header
row with "=" in each cell. Add a line break in a cell with "\\".|=Heading Col 1 |=Heading Col 2 | |Cell 1.1 |Two lines\\in Cell 1.2 | |Cell 2.1 |Cell 2.2 | |
![]() |
To include characters used in the wiki syntax in its
source format without rendering the formatted output, enclose the text with
three brackets:{{{
==[[Nowiki]] //**don't**format//
}}}
|
==[[Nowiki]] //**don't**format// |
| You use an escape character (~) to indicate
that the following character has no wiki syntax meaning; for example: ~= Not A Heading |
= Not A Heading |
| You can drag a work item to the page (while it is in
edit mode) to create a link to the work item. The resulting syntax specifies
the work item type and its ID. [[Defect 54321 |${summary} (${id})]] |
![]() |
| You can type a work item type and its ID and optionally
specify custom text for the link. [[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:
|
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug