You are editing this page. » Wiki Syntax Quick Reference
Wiki Syntax Quick Reference
Refer to the Wiki Help for
a complete syntax reference.
| ''text'' | Italic text. Use single quotation marks ('). |
| '''text''' | Bold text. |
| [http://link] | External hyperlink. |
| [http://link text] | External hyperlink where link text is different from hyperlink. Use a space before the text. |
| [[Wiki Page]] | Hyperlink to a wiki page. |
| [[Wiki Page|text]] | Hyperlink to a Wiki page where link text is different from hyperlink. Use | before the text. |
| [[image: example.jpg]] | Inline image. Use | to separate options, which include thumb for an 80x80 pixel thumbnail; 99px to size the image to 99 by 99 pixels square; 66x99px to size the image in both dimensions; left or right to float the image left or right; box to created a boxed image. |
| * | Bulleted list. * must be in first column. Use more asterisks (**, ***) for deeper indentations. |
| # | Numbered list. # must be in first column. Use more hash marks (##, ###) for deeper indentations. |
| =, ==. === | Headings. Equals sign (=) must be in first column. More equals signs mean smaller headings. |
| ---- | Horizontal ruler |
| text | Preformatted text (space in first column). |
|
;term :def |
Define 'term' with 'def'. |
|
{|- border="1" ! Heading 1 ! Heading 2 |- | cell 1 | cell 2 |- valign="top" | single line | two lines <br/> of content |} |
Table with border. Markup must be in first column for all table elements.
|- is a row, | is a cell, ! is a heading cell. |





