This document provides a reference table of BBCode tags including their syntax, purpose, examples, and whether they are standard. It lists tags for making text bold, italic, underlined, lined through, changing font size and color, centering text, creating quotes and quotation boxes, adding links and images, and making lists. Non-standard tags are also included for embedding YouTube and Google videos. The table contains 18 different tags.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
358 views
Bbcode Cheat - Sheet
This document provides a reference table of BBCode tags including their syntax, purpose, examples, and whether they are standard. It lists tags for making text bold, italic, underlined, lined through, changing font size and color, centering text, creating quotes and quotation boxes, adding links and images, and making lists. Non-standard tags are also included for embedding YouTube and Google videos. The table contains 18 different tags.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Page 1, BBCode cHeAt_sHeEt
BB Code 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