for the sake of completeness a re-posting:
(i 
will maybe keep this here updated)
overview of coded bb-code commands. for USAGE REMOVE THE STARS ("*").// bold: 
// [*b]bold text[/b]
// becomes 
bold text// quote: 
// [*quote]quoted text
WITH 
linebreaks[/quote]
// becomes 
| quote: quoted text
 WITH
 linebreaks
 | 
// [q ]short quote [/q]
// 
                        // italic: 
// [*i]italic text[/i]
// becomes 
italic text// underline: 
// [*u]underlined text[/u]
// becomes 
underlined text// strike: 
// [*s]striked text[/s]
// becomes 
striked text// url: 
// [*url=http://www.zero-k.info]this link goes to zero-k[/url]
// becomes: 
this link goes to zero-k// 
// ZK-Forum 
// [*url=2424]this thread[/url] 
// becomes: [url=2424]this thread[/url]
// It also accepts page number using ?page=123 and post ID using #123, eg.
// [*url=1784?page=8#106706]the sprung sprung sprung post[/url]
// [url=1784?page=8#106706]the sprung sprung sprung post[/url]
// images: 
// [*img]http://i131.photobucket.com/albums/p315/Saktoth/zk_eclipse-1.png[/img]
// becomes: 

//
// imges with alt-text: 
// [*img=http://zero-k.info/img/avatars/khomeini2.png.BrokenLinkToUseAltText]this is the alt text[/img]
// becomes [img=http://zero-k.info/img/avatars/khomeini2.png.BrokenLinkToUseAltText]this is the alt text[/img]
// colour: 
// [*color=red]your coloured text[/color]
// becomes: 
your coloured text// supports UK English and US English spelling of colour/color
// color specification accepts #rrggbb format and named html colors, including "transparent" (useful for spoiler sections)
// size: 
// [*size=3]your sized text[/size]
// becomes: 
your sized text// playername/clanname/faction: 
// @*mojjj / @*TheGBC / @*SynPact
// becomes: 



 mojjj
mojjj / 
 TheGBC
TheGBC / 
 SynPact
SynPact// replay battles: 
//@*B12345
// becomes: 
 
  B12345 2 on Tangerine
 B12345 2 on Tangerine// Spoiler.
// [*spoiler]this is a spoiler[/spoiler]
// becomes:
[Spoiler]this is a spoiler
// embedded videos - click to play. with sound. no repeat
// supported formats: mp4, 3gp, webm, ogg, ogv, gifv
// your browser must be version
// IE: 9.0+
// Chrome: 4.0+
// Firefox: 3.5+
// Safari: 4.0+
// Opera: 10.5+
// [vid*]https://dl.dropboxusercontent.com/u/23979348/spring_static/vid/Zero-kMayhem-Dirtbag-YouTube_360p.webm[/vid]
// becomes 
// embedded videos - autoplay/sound is muted/repeat => just as a gif ;)
// supported formats: mp4, 3gp, webm, ogg, ogv, gifv
// your browser must be version
// IE: 9.0+
// Chrome: 4.0+
// Firefox: 3.5+
// Safari: 4.0+
// Opera: 10.5+
// [*gifv]https://dl.dropboxusercontent.com/u/23979348/spring_static/vid/giftest/crop.webm[/gifv]
// becomes 
if some formatting does not work, play with the order. (e.g. color always deepest level. bold always most outta level. )