| Example Code |
Example Result |
| [b]Bold text[/b] |
Bold text |
| [i]Italic text[/i] |
Italic text |
| [u]Underlined text[/u] |
Underlined text |
| [s]Strike-through text[/s] |
Strike-through text |
| [color=red]This text is red.[/color] |
This text is red. |
| Color can be name (red, green, blue, etc.) or HTML code (#FFFFFF, #000000, etc.) |
| [size=3]This text is size 3.[/size] |
This text is size 3. |
| [font=Tahoma]This text has a custom font.[/font] |
This text has a custom font. |
| [align=center]This is centered.[/align] |
This is centered. |
| Possible alignments: left, center, right, justify |
| [url]http://www.example.com/[/url] |
http://www.example.com/ |
| [url=http://www.example.com/]Example[/url] |
Example |
| [email]user@example.com[/email] |
user@example.com |
| [email=user@example.com]E-mail me![/email] |
E-mail me! |
| [email=user@example.com?subject=spam]E-mail with subject[/email] |
E-mail with subject |
| [img]http://www.php.net/images/php.gif[/img] |
 |
| [img=50x50]http://www.php.net/images/php.gif[/img] |
 |
| Resized image (width x height) |
| [countdown]1-1-2005 00:00:00[/countdown] |
255 days, 9 hours, 19 minutes, 22 seconds |
| Date format is "day-month-year hour:minute:second" (GMT) |
| [attachment] |
http://shoutbox.menthix.net/attachment.php?pid=100 |
| Can be used to show the attached image in a post. Example: [img][attachment][/img] |
| [thread=12345] |
Subject of Thread #12345 with link |
| [post=12345] |
Subject of Post #12345 with link |
| Line 1[hr]Line 2 |
Line 1 Line 2 |
| [quote]Quoted text[/quote] |
quote: Quoted text
|
| [quote=username]Quote of username's post[/quote] |
quote: Originally posted by username Quote of username's post
|
| [code]<html><head><title>HTML Page</title></head></html>[/code] |
code: <html><head><title>HTML Page</title></head></html>
|
[list]
[*]Un-ordered list
[*]List Item #2
[*]List Item #3
[/list] |
- Un-ordered list
- List item #2
- List Item #3
|
| For ordered lists, use "list=1" (numbered) or "list=a" (alphabetical) |
| [noparse][b]bold text! :)[/b][/noparse] |
[b]bold text! :)[/b] |
| /me will post a message. |
* username will post a message. |
| /slap somebody |
* username slaps somebody around a bit with a large trout. |