|
Wiki Syntax Rules: Wiki uses its own syntactical rule set. It may seem rather terse and complex when you read it here, but it really is quite simple and natural as you do it.
|
Creating Headings Any line containing at least two words, all of which are capitalized, becomes a heading.
|
Any Other Line: That starts with one or more capitalized words followed by a colon becomes a sub-heading.
|
| | Each line is intended as many times as there are spaces at the beginning.
|
Creating Lists Any line starting with a "bullet identifier" becomes a line in a list. Bullet identifiers (including numbered and non-numbered) can be mixed-and-matched at will. The supported bullet identifiers are as follows:
|
 | Question Mark (?): Creates a "question item" |
|
 | Exclamation Mark (!): Creates an "action item" |
|
| — | Hyphen (-): Creates a hyphenated line |
|
| • | Period (.): Creates a bulleted line |
|
| 1. | Number: Creates a numbered line. Any numbered line starting with one resets the list counter. Lines starting with numbers other than one are renumbered as necessary. Likewise, the list counter is reset with every heading. |
|
Automatic Linking Text in a Wiki page is scanned for several patterns, which automatically produce links of the following types:
|
| — | Any word with "CamelBack" capitalization (meaning "UPPERCASE lowercase UPPERCASE lowercase" etc) becomes a link to a page with its corresponding name, such as ScanWiki. |
|
| — | Any group of words surrounded and separated by underscores (_) becomes a link to a page with its corresponding name, such as Home. |
|
| — | Any IP address in the form 1.2.3.4 or network address written as 1.2.3.x become a link to a page with the same name. |
|
| — | the name of a file links to the attachment with that name, when present. |
|
Formatting Notes | — | Words surrounded by asteriks (*) become bold. |
|
| — | Words surrounded by forward-slashes (/) become italicized. |
|
| — | Words surrounded by pound-signs (#) are shown as code. |
|
HTML Notes | — | WikiSyntax and HTML can be freely intermixed, though care must be taken to avoid conflicting with the other automated markup rules. |
|
| | |  | Note: To insert HTML code that should be visible to the user, be sure to replace the '<' and '>' with '<' and '>', respectively, |
|
| — | Text surrounded by <HTML> and </HTML> tags will be ignored by Wiki and passed to the browser without alteration. |
|
| | |  | Note: For security reasons, only a subset of HTML tags are allowed in Wiki pages. The specific set allowed is up to the administrator; click Help when editing a page to see the complete list of acceptable HTML tags. |
|
|