Line 1: |
Line 1: |
| Here are the 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> | + | ________________________________________________ |
| <p style="color: #112A46"><b>Bold...</b></p> | | <p style="color: #112A46"><b>Bold...</b></p> |
| Formatting: < b>Text< /b><br> | | Formatting: < b>Text< /b><br> |
| or: (''')Text''' | | or: (''')Text''' |
| Example: <b>Text</b> | | Example: <b>Text</b> |
− | ________________________________________________<br> | + | ________________________________________________ |
| <p style="color: #112A46"><b>Italic...</b></p> | | <p style="color: #112A46"><b>Italic...</b></p> |
| Formatting: < i>Text< /i><br> | | Formatting: < i>Text< /i><br> |
| Example: <i>Text</i> | | Example: <i>Text</i> |
− | ________________________________________________<br> | + | ________________________________________________ |
| <p style="color: #112A46"><b>New line...</b></p> | | <p style="color: #112A46"><b>New line...</b></p> |
| (Line break) | | (Line break) |
| or: <br /> | | or: <br /> |
| Formatting: < br> | | Formatting: < br> |
− | ________________________________________________<br> | + | ________________________________________________ |
| <p style="color: #112A46"><b>Paragraph...</b></p> | | <p style="color: #112A46"><b>Paragraph...</b></p> |
| Formatting: < p>Text< /p> | | Formatting: < p>Text< /p> |
− | ________________________________________________<br> | + | ________________________________________________ |
| <p style="color: #112A46"><b>Space (non-breaking)...</b></p> | | <p style="color: #112A46"><b>Space (non-breaking)...</b></p> |
| Formatting: (&)nbsp;<br> | | Formatting: (&)nbsp;<br> |