This page describes the effects you can get by editing text on a Wiki page.
Syntax | Effect |
---|---|
%%insert-toc %% |
Creates a table of contents consisting of the header text on the page. |
---- |
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. (CamelCase words are two or more uppercase words with no spaces. By default, a CamelCase word automatically creates a link to a new Wiki page.) |
[sf:artifactStatistics] |
Generates a graph of activities related to artifacts in the project. |
[sf:taskStatistics] |
Generates a graph of tasks completed in the project. |
[sf:frsStatistics] |
Generates a graph of file release activities in the project. |
[sf:documentStatistics] |
Generates a graph of the project's document activities. |
[[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'' |
Creates italic text. (That's two single quotes on each side.) |
__text__ | Creates bold text. (That's two underscores on each side.) |
{{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. |
|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. |