BBCode is a set of formatting tags used by MFGG's Invision software. They can be used to apply various color and formatting styles to text, usually done to make posts more interesting or to stand out more.
BBCode Reference
| Formatting
|
Tags
|
Description
|
Example
|
| Bold
|
[b] [/b]
|
Makes text bold
|
Bold Text
|
| Italic
|
[i] [/i]
|
Makes text italic
|
Italic Text
|
| Underline
|
[u] [/u]
|
Underlines text
|
Underlined Text
|
| Strikeout
|
[s] [/s]
|
Strikes out text
|
Strikeout Text
|
| Email
|
[email] [/email]
|
Links to an email address
|
example@email.com
|
| Size
|
[size='x'] [/size]
|
Changes size of text. 'x' can range from -7 to 23, default is 2
|
Large Text
|
| Font
|
[font='face'] [/font]
|
Changes font of text. 'face' must be the name of a font on the user's computer, but some fonts do not work
|
Courier font
|
| Color
|
[color='color'] [/color]
|
Changes color of text. 'color' must be the name of a color, such as "red"
|
Red Text
|
| Image
|
[img] [/img]
|
Displays an image
|
|
| List
|
[list='type'] [/list]
|
Creates a list. 'type' can be omitted for a bulleted list, 'i' for a Roman numeral list, 'a' for and alphabetical list, or '1' for a numbered list. A [*] tag precedes each list item
|
|
| Quote
|
[quote='info'] [/quote]
|
Displays quoted text. 'info' is optional
|
QUOTE Quoted text
|
| Quote
|
[code] [/quote]
|
Displays code without formatting
|
CODE Code here
|
| Superscript
|
[sup] [/sup]
|
Superscripts text
|
Text superscript
|
| Subscript
|
[sub] [/sub]
|
Subscripts text
|
Text subscript
|
| Spoilers
|
[spoiler] [/spoiler]
|
Hides spoilers, must be highlighted to read
|
Spoilers: Snape kills Dumbledore
|
| Enable HTML
|
[doHTML] [/doHTML]
|
Allows usage of some HTML tags
|
HTML-enabled text
|