Wiki syntax | Action |
---- | Creates a horizontal rule. |
\ | As the last character in a line, 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. |
~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. |
text2 | 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. |
|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. |
1CamelCase words are two or more uppercase words with no spaces. By default, a CamelCase word automatically creates a link to a new Wiki page.
2Use two single quotes.
Additional Wiki syntax:
%%( font-size: 150%; color: red; )Hello, world!%%Defines a CSS style command.
Enter a blank line to start a new paragraph
Some common font styles:
%%(color: red;)This text is red.%%
%%(text-decoration: underline;) This text is underlined.%%