Teamspeak Support :: What BBCode is available in TeamSpeak

Welcome Message, Query Messages and Channel Descriptions

Code Description Example
[b] Bolds the text enclosed This text in a sentence [b]only this part would be bolded[/b].
[i] Italics the text enclosed This text in a sentence [i]only this part would be italicized[/i].
[u] Underlines the text enclosed This text in a sentence [i]only this part would be underlined[/i].
[color] Colors the text enclosed This text in a sentence [color=green]only this part would be colored[/color].
[url] Allows you to create a link for people to click to go to a website This text in a sentence we have a link to [url=https://www.google.com]Google[/url].

Just In Channel Descriptions

Code Description Example
[left] Left aligns text [left]This text would be left aligned in the channel description.[/left]
[center] Centers text [center]This text would be centered in the channel description.[/center]
[right] Right aligns text [right]This text would be right aligned in the channel description.[/right]
[size] Increases the font size of your text This text would be normal while [size=+2]this would be two sizes larger than normal.[/size]
[img] Allows you to embed an image to be shown [img]http://www.example.com/images/image-to-link.png[/img]
[list=1] Shows a list in numeric format [list=1][*]list item 1[*]list item 2[/list]
[list=A] Shows a list in uppper-case alphabetical format [list=A][*]list item 1[*]list item 2[/list]
[list=a] Shows a list in lower-case alphabetical format [list=a][*]list item 1[*]list item 2[/list]