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;2343825]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
Abbreviation
Can be used to either explain a certain abbreviation or add a more hidden personal "comment" to a part of your post.
Usage
[abbr=Option]value[/abbr]
Example Usage
[abbr=The Hive Workshop]THW[/abbr]
Example Output
THW
Box
Creates a box around the text you place in it.
Usage
[box=Option]value[/box]
Example Usage
[box=Test]This text is in a box.[/box]
Example Output
Chapter
Defines text that is automatically formatted to be a major heading. Awesome, right?
This links to a [point ]. The [point] bbcode is used to define a place that you will link to. Then this tag allows the page, when the text inside is clicked, to zoom to the [point] tag that you specify. See the explanation of [point] for more info.
In order to keep a clean layout, we have created headers.
Usage
[h1]value[/h1]
Example Usage
[h1]Table of Contents[/h1]
Example Output
Table of Contents
Header 2
In order to keep a clean layout, we have created headers.
Usage
[h2]value[/h2]
Example Usage
[h2]Table of Contents[/h2]
Example Output
Table of Contents
Header 3
In order to keep a clean layout, we have created headers.
Usage
[h3]value[/h3]
Example Usage
[h3]Table of Contents[/h3]
Example Output
Table of Contents
hidden
gweropagkaeropgkaeropgaer
Usage
[hidden=Option]value[/hidden]
Example Usage
[hidden="Bob"]IHHHOHEOHEOHEOHEO[/hidden]
Example Output
Bob
IHHHOHEOHEOHEOHEO
Horizontal Rule
Creates a Horizontal Rule. You can also use a percentage to make it scale with the page width
Usage
[hr]value[/hr]
Example Usage
[hr]20[/hr]
Example Output
Indent Paragraph
Indents the first word of a paragraph.
Usage
[p]value[/p]
Example Usage
[p]This tag indents the first word of a paragraph.[/p]
Example Output
This tag indents the first word of a paragraph.
Point
This is used with the [goto ] vbcode and is a point for the goto to link to. So say [point ]hey[/point ] somewhere and say [goto=hey ]blah blah[/goto ] to go to the point.
Usage
[point]value[/point]
Example Usage
[point]some_point[/point]
Example Output
Rainbow
Makes your text flash rainbow colors when you mouse over it.