This page describes the effects you can get by editing text on a Wiki page.
| Syntax | Effect |
|---|---|
| ---- | Creates a horizontal rule. |
| \\ | Creates a line break. |
| [link] | Creates a link to a new Wiki page called "link." If the link is a complete URL, a link to the URL is created. If the link points to a .gif, .jpg, or .png image, the image is rendered directly in the page. |
| [title|link] | Creates a link to a new Wiki page called "link" with the text "title" displayed for the URL. If the link is a complete URL, a link to the URL is created. If the link points to a .gif, .jpg, or .png image, the image is rendered directly on the page with "title" as ALT text. |
| [WikiPageName/attachmentName] | Embeds an attachment in the page. If the attachment is a .gif, .jpg, or .png image file, the attachment will be embedded in the page; otherwise, the name of the attachment will display as a downloadable link. After adding attachments, the exact syntax for including the current page's attachments is shown next to each attachment's name in the Attachments section of the Edit Wiki page. You can use the same syntax to embed attachments from other wiki pages in the same project. |
| ~TestText | Disables link creation for a CamelCase word. 1 |
| [[link] | Creates the text "[link]." |
| !!!text | Creates a level 1 (large) header. |
| !!text | Creates a level 2 (medium) header. |
| !text | Creates a level 3 (small) header. |
| ''text'' 2 | Creates italic text. |
| _text_ | Creates bold text. |
| {{text}} | Creates monospaced text. |
| *text | Creates a bulleted list item. |
| #text | Creates a numbered list item. |
| ;term:ex | Creates a definition for the word "term'"with the explanation "ex." |
| ||head1||head2 | Creates a table column with header text "head1" in the first cell and "head2" in the second cell. |
| Wiki syntax | Action |
| |col1|col2 | Create a table row containing the text "col1" in the first cell and "col2" in the second cell. |
| {{{text}}} | Creates pre-formatted text. |
| %%( font-size: 150%; color: red; )Hello, world!%% | Defines a CSS-style command. |
| Blank line | Starts a new paragraph. |