|
BBCode tags reference
In this section, a reference table for all of the more popular bbcode tags, is provided.
Some are considered to be standard and should be supported in just about any bbcode implementation.
Other are less likely to be supported, but nonetheless popular (hence the reason they've been included here).
Tags reference table
| Name |
Syntax |
Purpose |
Example |
Standard? |
| Bold |
[b]{text}[/b] |
Makes {text} bold |
View Example |
yes |
| Italic |
[i]{text}[/i] |
Makes {text} italic |
View Example |
yes |
| Underline |
[u]{text}[/u] |
Underlines {text} |
View Example |
yes |
| Line-through |
[s]{text}[/s] |
Create a line-through/strike through on {text} |
View Example |
yes |
| Font-size |
[size={number}]{text}[/size] |
Changes the font-size of {text} |
View Example |
yes |
| Font colour |
[color={colour}]{text}[/color] |
Changes the colour of {text} |
View Example |
yes |
| Center text |
[center]{text}[/center] |
Centers {text} on screen |
View Example |
yes |
| Quote |
[quote]{text}[/quote] |
Creates a quotation box containing {text} |
View Example |
yes |
| Quote (named) |
[quote={name}]{text}[/quote] |
Creates a quotation box quoting {name} as saying {text} |
View Example |
yes |
| Link |
[url]{url}[/url] |
Makes a link to {url} |
View Example |
yes |
| Link (named) |
[url={url}]{text}[/url] |
Makes a named link to {url} |
View Example |
yes |
| Image |
[img]{url}[/img] |
Shows the image indicated by {url} |
View Example |
yes |
| Image (resized) |
[img={width}x{height}]{url}[/img] |
Shows {url} image resized to {width} and {height} |
View Example |
yes |
| List (unordered) |
[ul][li]{text}[/li]...[li]{text}[/li][/ul] |
Displays an unordered list of items |
N/A |
yes |
| List (ordered) |
[ol][li]{text}[/li]...[li]{text}[/li][/ol] |
Displays an ordered list of items |
N/A |
yes |
| Youtube videos |
[youtube]{id}[/youtube] |
Shows the youtube video indicated by {id} |
View Example |
no |
| Google videos |
[gvideo]{id}[/gvideo] |
Shows the google video indicated by {id} |
View Example |
no |
BBCode examples
Go to the examples section to find many examples of how you can use these tags.
Something missing?
If you think that some tags are missing here, please do not hesitate to contact us!
|