BBCode is a way of formatting your text or including extra content. An example of BBCode is [b]bold[/b] which would appear as bold. Some BBCode requires an opening tag like [b] and a matching closing tag like [/b]. Other BBCodes, such as [=)] (looks like ) don't require a closing tag. Below is a list of BBCode tags that will work on Pyco, though they will not all work in all areas.
Formatting Tags:
Name
Example
Appearance
Align (center)
[center]center[/center]
center
Align (left)
[left]left[/left]
left
Align (right)
[right]right[/right]
right
Bold
[b]bold[/b]
bold
Color 1
[color=red]color[/color]
color
Flip
[flip]There is also flipv and fliph[/flip]
There is also flipv and fliph
Font 2
[font=webdings]font change[/font]
font change
Glow (Basic)
[glow=red]Basic glow[/glow]
Basic glow
Glow (W/ Blur Radius)
[glow=10px red]Glow with modified blur radius[/glow]
1: Supports all HTML colors, you can use a color name or the hexidecimal code (ex: #FFFFFF is white) 2: Doesn't work if the viewer doesn't have the font installed
Emoticon Tags:
Tag
Picture
Tag
Picture
Tag
Picture
[=)]
[o.O]
[=(]
[=p]
[=o]
[=D]
[=]
[=|]
[=/]
[D=]
[B)]
[!]
[>.<]
[<3]
[evil]
[-.-]
[wacko]
[aware]
Other Tags:
Quote Tag
[quote]the quote[/quote] or [quote=title]the quote[/quote]
QUOTE: title
the quote
Spoiler Tag
[spoiler]hidden text[/spoiler] or [expand=title]hidden text[/expand]