SECRET MARTINI WEDNESDAY BBCODE IMPLEMENTATION REFERENCE:
revision 1.1, 4/7/2009

Text Styles:
[b] Boldfaced Text [/b]

[i]
Italic Text [/b]

[u]
Underlined Text [/u]

[s]
Strikethrough Text [/s]

Text Formatting:
[center] Centered Text [/center]

[code]
Monospaced text [/code] (Nice for displaying program code, hence the tag)

Text Attributes:
[size=fontsize] Custom Sized Text [/size]

[color=
html color name or code] Custom Colored Text [/color]

Linkage:
[url] Link to fully qualified domain name, including http:// [/url]

[url=
Link to fully qualified domain name, including http:// ] Titled Link [/url]

Embedded Multimedia:
[img] FQ domain name of image, including http:// [/img]    (Displays a linked image fullsize)

[thumb]
FQ domain name of image, including http:// [/thumb]    (Same as [img], but thumbnailed)

[youtube]
URL of FQ domain name of youtube video*, including http:// [/youtube]


*Note on Youtube videos:
Youtube videos can be entered multiple ways: As the full url with arguments past the video's ID,
as the full url ending with the video's ID, or as the video's ID alone. In other words, all of
the following will render the same results:

[youtube]http://www.youtube.com/watch?v=RbkvNmuvxkU&feature=channel_page[/youtube]
[youtube]http://www.youtube.com/watch?v=RbkvNmuvxkU[/youtube]
[youtube]RbkvNmuvxkU[/youtube]