| Tag | Parameter | Usage |
|---|---|---|
| [b]text[/b] | None | Makes the containing text bold |
| [i]text[/i] | None | Makes the containing text italic |
| [u]text[/u] | None | Underlines the containing text |
| [p]text[/p] | None | Puts the containing text into a paragraph |
| [quote]text[/quote] | None | Puts the containing text into a quote tag |
| [s]text[/s] | None | Strikes through the containing text. |
| [list] [*]Bullet 1[/*] [*]Bullet 2[/*] [/list] | None | Creates an unordered list with the given bullets. |
| [color=#453245] text [/color] | A color in hex format. | Colors the containing text with the given color. |
| [size=2] text [/size] | The size of the text | Resizes the containing text to the given size. |
| [url=http://example.com] Click Here [/url] | A valid url | Makes the containing text into a link to the given url. |
| [span=red] text [/span] | A name for the class to give the span. | Surrounds the containing text in a span with the given class. |
| [h1]Site Header[/h1] | Display an h1 tag | |
| [h2]Header[/h2] | Display an h2 tag | |
| [h3]Header[/h3] | Display an h3 tag | |
| [h4]Header[/h4] | Display an h4 tag | |
| [h5]Header[/h5] | Display an h5 tag | |
| [h6]Header[/h6] | Display an h6 tag | |
| [img=100]http://wapl.info/img/logo.png[/img] | Image Scale | Display an inline image from an external URL |