Tags
PandaCD supports a number of BB tags which you can embed to modify how your posts are displayed.
Bold
Description:Makes the enclosed text bold.
Syntax:[b]Text[/b]
Example:[b]This is bold text.[/b]
Result:This is bold text.
Italic
Description:Makes the enclosed text italic.
Syntax:[i]Text[/i]
Example:[i]This is italic text.[/i]
Result:This is italic text.
Underline
Description:Makes the enclosed text underlined.
Syntax:[u]Text[/u]
Example:[u]This is underlined text.[/u]
Result:This is underlined text.
Strike
Description:Makes the enclosed text striked out.
Syntax:[s]Text[/s]
Example:[s]This is striked text.[/s]
Result:This is striked text.
Subscript text
Description:Makes the enclosed text subscript.
Syntax:[sub]Text[/sub]
Example:Carbon Dioxide's chemical composition is CO[sub]2[/sub]
Result:Carbon Dioxide's chemical composition is CO2
Superscript text
Description:Makes the enclosed text superscript.
Syntax:[sup]Text[/sup]
Example:The mathematical way to write "x squared" is x[sup]2[/sup]
Result:The mathematical way to write "x squared" is x2
Color (alt. 1)
Description:Changes the color of the enclosed text.
Syntax:[color=Color]Text[/color]
Example:[color=blue]This is blue text.[/color]
Result:This is blue text.
Remarks:What colors are valid depends on the browser. If you use the basic colors (red, green, blue, yellow, pink etc) you should be safe.
Color (alt. 2)
Description:Changes the color of the enclosed text.
Syntax:[color=#RGB]Text[/color]
Example:[color=#0000ff]This is blue text.[/color]
Result:This is blue text.
Remarks:RGB must be a six digit hexadecimal number.
Size
Description:Sets the size of the enclosed text.
Syntax:[size=n]text[/size]
Example:[size=4]This is size 4.[/size]
Result:This is size 4.
Remarks:n must be an integer in the range 1 (smallest) to 7 (biggest). The default size is 2.
Font
Description:Sets the type-face (font) for the enclosed text.
Syntax:[font=Font]Text[/font]
Example:[font=Impact]Hello world![/font]
Result:Hello world!
Remarks:You specify alternative fonts by separating them with a comma.
Align
Description:Aligns the enclosed text.
Syntax:[align=Position]Text[/align]
Example:[align=center]Centered text[/align]
Result:
Centered text
Remarks:Options: left, right, center, justify
Embedded Media
Description:Allows the embedding of audio and video players
Syntax:[media=youtube]URL[/media]
[media=soundcloud]URL[/media]
[media=archive]URL[/media]
Example:[media=youtube]https://www.youtube.com/watch?v=Gc2en3nHxA4[/media] [media=soundcloud]https://soundcloud.com/tracks/16524326[/media] [media=archive]https://archive.org/details/kahvi137[/media]
Result:


   

   
Remarks:Options: youtube (supports playlists), liveleak, vimeo, soundcloud and archive
Artist link
Description:Create a link to an artist page.
Syntax:[artist]Artist name[/artist]
Example:The artist page for [artist]NIN[/artist]
Result:The artist page for NIN
Tracklist
Description:Format a tracklist.
Syntax:[tracklist]
[track]track name[/track][duration]track length[/duration]
[/tracklist]
Example:[tracklist]
[track]The first track[/track][duration]04:30[/duration]
[track]The second track[/track][duration]05:30[/duration]
[track]The third track[/track][duration]03:30[/duration]
[/tracklist]
Result:
  1. The first track (04:30)
       
  2. The second track (05:30)
       
  3. The third track (03:30)
Remarks:[duration] is optional.
Hyperlink (alt. 1)
Description:Inserts a hyperlink.
Syntax:[url]URL[/url]
Example:[url]https://pandacd.io/[/url]
Result:https://pandacd.io/
Remarks:This tag is superfluous; all URLs are automatically hyperlinked.
Hyperlink (alt. 2)
Description:Inserts a hyperlink.
Syntax:[url=URL]Link text[/url]
Example:[url=https://pandacd.io/]PandaCD[/url]
Result:PandaCD
Remarks:You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.
Image
Description:Inserts a picture.
Syntax:[img]URL[/img]
Example:[img]https://en.bitcoin.it/w/images/en/c/cb/BC_Logotype.png[/img]
Result:https://en.bitcoin.it/w/images/en/c/cb/BC_Logotype.png
Remarks:The URL must end with .gif, .jpg, .jpeg or .png.
Quote (alt. 1)
Description:Inserts a quote.
Syntax:[quote]Quoted text[/quote]
Example:[quote]The quick brown fox jumps over the lazy dog.[/quote]
Result:Quote:
The quick brown fox jumps over the lazy dog.
Quote (alt. 2)
Description:Inserts a quote.
Syntax:[quote=Author]Quoted text[/quote]
Example:[quote=John Doe]The quick brown fox jumps over the lazy dog.[/quote]
Result:John Doe wrote:
The quick brown fox jumps over the lazy dog.
List
Description:Inserts a list item.
Syntax:[list] [*]Text [/list]
Example:[list] [*] Unordered list [/list] [list=1] [*]Ordered list [/list]
Result:
  • Unordered list
  1. Ordered list
Remarks:To generate different marker types use a, A, i, I, and 1.
Preformat
Description:Preformatted (monospace) text. Does not wrap automatically.
Syntax:[pre]Text[/pre]
Example:[pre]This is preformatted text.[/pre]
Result:This is preformatted text.
Spoiler
Description:Hides text, revealed on mouseover.
Syntax:[spoiler]Text[/spoiler]
Example:[spoiler]This is hidden text.[/spoiler]
Result:
This is hidden text.