| Line 1: |
Line 1: |
| − | Here is technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use. | + | Here are the technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use. |
| | ________________________________________________<br> | | ________________________________________________<br> |
| | Bold...<br> | | Bold...<br> |
| Line 8: |
Line 8: |
| | Formatting: < i>Text< /i><br> | | Formatting: < i>Text< /i><br> |
| | Example: <i>Text</i> | | Example: <i>Text</i> |
| − | ________________________________________________<br>
| |
| − | Headings...
| |
| − |
| |
| − | Example:
| |
| − |
| |
| − | === Heading (===)
| |
| | ________________________________________________<br> | | ________________________________________________<br> |
| | Italic...<br> | | Italic...<br> |
| Line 118: |
Line 112: |
| | Doesn't work: [ PLAIN]Formatted text[/PLAIN] | | Doesn't work: [ PLAIN]Formatted text[/PLAIN] |
| | ________________________________________________<br> | | ________________________________________________<br> |
| − | <br>
| |
| | (TO ADD MORE) | | (TO ADD MORE) |
| | ________________________________________________<br> | | ________________________________________________<br> |
| Line 128: |
Line 121: |
| | Formatting: (===)Heading===<br> | | Formatting: (===)Heading===<br> |
| | Example: | | Example: |
| − | === Heading (===) | + | === Heading === |
| | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> |
| | Heading (middle)...<br> | | Heading (middle)...<br> |
| | Formatting: (==)Heading==<br> | | Formatting: (==)Heading==<br> |
| | Example: | | Example: |
| − | == Heading (==) | + | == Heading == |
| | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> | | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br> |
| | Heading (biggest; collapsible)...<br> | | Heading (biggest; collapsible)...<br> |
| | Formatting: =Heading(=)<br> | | Formatting: =Heading(=)<br> |
| | Example: | | Example: |
| − | = Heading (=) | + | = Heading = |
| | ________________________________________________ | | ________________________________________________ |