WSN Codes take the place of functions normally performed by HTML. You may use these codes to add formating to your messages. These are the WSN Codes available for your use:
| WSN Code | HTML Equivilant | Description |
| [b]your text[/b] | <b>your text</b> | Put text in bold. |
| [i]your text[/i] | <i>your text</i> | Put text in italics. |
| [quote=parameter]your text[/quote] | <div class="quote"><span class="quoteby">parameter wrote:</span><br>your text</div> | Quote text written by someone. |
| [quote]your text[/quote] | <div class="quote">your text</div> | Quote without attribution. |