PDA

View Full Version : BBC Codes


donteatpoop
08-02-2007, 12:37 PM
Wasn't sure which thread this belonged in, but here goes (this thread was posted be severenz in the old forums)




The Latest BBCode Spec

Subscript [ sub]example[ /sub]
Subscript example

Superscript example
Superscript example

[ b]bold[ /b]
bold

[ i]italics[ /i]
italics

[ u]underline[ /u]
underline

[ s]strikethru[ /s]
strikethru

[ center]centered text[ /center]

centered text


[ left]left justified (default)[ /left]

left justified (default)


[ right]right justified[ /right]

right justified


[ justify]this is justified like a newspaper... [ /justify]

this is justified like a newspaper, this is justified like a newspaper, this is justified like a newspaper, this is justified like a newspaper, this is justified like a newspaper, this is justified like a newspaper, this is justified like a newspaper, this is justified like a newspaper


[ quote]block quoted text[ /quote]

block quoted text


[ code]formatted with pre html tag[ /code]

formatted with pre html tag

[ url]http://www.someurl.com/[ /url]
http://www.someurl.com/

[ url=http://www.someurl.com/]display link[ /url]
display link

[ img]http://www.someurl.com/image.jpg[ /img]


[ color=#FF000]Some red text with hex code[ /color]
Some red text with hex code

[ color=green]Some green text with literal color[ /color]
Some green text with literal color

[ size=16]font size 16[ /size]
font size 16

[ size=+2]font size +2 from site default[ /size]
font size +2 from site default

[ size=-2]font size -2 from site default[ /size]
font size -2 from site default

[ face=times]Change the font face to times[ /face]
Change the font face to times

[ email]your@email.com[ /email]
your@email.com

[ email=your@email.com]email me[ /email]
email me (your@email.com)

[ list][ *]unordered list 1[ *]unordered list 2[ *]unordered list 3[ /list]

unordered list 1
unordered list 2
unordered list 3


[ list=a][ *]abc list 1[ *]abc list 2[ *]abc list 3[ /list]

abc list 1
abc list 2
abc list 3


ABC list 1 ABC list 2 ABC list 3


[ list=i][ *]Roman numeral lower case 1[ *]Roman numeral lower case 2[ *]Roman numeral lower case 3[ /list]

Roman numeral lower case 1
Roman numeral lower case 2
Roman numeral lower case 3


[ list=I][ *]Roman numeral upper case 1[ *]Roman numeral upper case 2[ *]Roman numeral upper case 3[ /list]

Roman numeral upper case 1
Roman numeral upper case 2
Roman numeral upper case 3

severenz
08-02-2007, 07:40 PM
Just pointing out the fact that the bbcode engine on Infinite Story and the Forums are different. They may work similarly, but are probably not identical.