BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message.
Below is a list of the BB code tags you can use to format your messages.
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage
[list]value[/list]
Example Usage
[list] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
Advanced Lists
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage
[list=Option]value[/list]
Example Usage
[list=1] [*]list item 1 [*]list item 2 [/list]
[list=a] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
list item 1
list item 2
Images
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.
[quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;2153611]Lorem ipsum dolor sit amet[/quote]
Example Output
Quote:
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe
Lorem ipsum dolor sit amet
Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Usage
[noparse][b]value[/b][/noparse]
Example Usage
[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Example Output
[b]Lorem ipsum dolor sit amet[/b]
Attachment
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage
[attach]attachmentid[/attach]
Example Usage
[attach]12345[/attach]
Example Output
marker
Highlights the text with a yellow colour.
Usage
[marker]value[/marker]
Example Usage
[marker]example[/marker]
Example Output
example
marquee
marquee tag, rolling text
Usage
[marquee]value[/marquee]
Example Usage
[marquee]rolling text[/marquee]
Example Output
strikethrough
Strikethrough tag
Usage
[s]value[/s]
Example Usage
[s]strikethrough[/s]
Example Output
strikethrough
1x Prepending space
1x prepending space
'Figure Space' equal to tabular width of a font. This is equivalent to the digit width of fonts with fixed-width digits.
Usage
[sp1]value[/sp1]
Example Usage
[sp1]example[/sp1]
Example Output
example
10x Prepending space
10x prepending space
'Figure Space' equal to tabular width of a font. This is equivalent to the digit width of fonts with fixed-width digits.
Usage
[sp10]value[/sp10]
Example Usage
[sp10]example[/sp10]
Example Output
example
2x Prepending space
2x prepending space
'Figure Space' equal to tabular width of a font. This is equivalent to the digit width of fonts with fixed-width digits.
Usage
[sp2]value[/sp2]
Example Usage
[sp2]example[/sp2]
Example Output
example
3x Prepending space
3x prepending space
'Figure Space' equal to tabular width of a font. This is equivalent to the digit width of fonts with fixed-width digits.
Usage
[sp3]value[/sp3]
Example Usage
[sp3]example[/sp3]
Example Output
example
5x Prepending space
5x prepending space
'Figure Space' equal to tabular width of a font. This is equivalent to the digit width of fonts with fixed-width digits.
Usage
[sp5]value[/sp5]
Example Usage
[sp5]example[/sp5]
Example Output
example
spoiler
will hide text to avoid spoils
Usage
[spoiler]value[/spoiler]
Example Usage
[spoiler]this text will be hidden[/spoiler]
Example Output
Spoilerclick here:
table
Table tag
(for table with 1px black borders and 3px cellpadding)
Usage
[table]value[/table]
Example Usage
[table]example[/table]
Example Output
example
tablecell
tablecell tag
Usage
[td]value[/td]
Example Usage
[td]example[/td]
Example Output
example
tablerow
Table row tag
Usage
[tr]value[/tr]
Example Usage
[tr]example[/tr]
Example Output
example
Transparent table
Table with invisible borders
Usage
[transtable]value[/transtable]
Example Usage
[transtable]example[/transtable]
Example Output
example
youtube
Use the movie code from the YouTube URL in your browser. For example, http://youtube.com/watch?v=7ikm3o5hDks