BB codes

  • [B], [I], [U], [S] - bold, Italic, Underline, Struck-through

    Basic text formatting for the wrapped text.
    Example:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=font], [SIZE=size] - Text color, Font, Size

    Advanced text formatting options for wrapped text.
    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Output:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Example:
    [URL=https://www.example.com]Go to example.com[/URL]
    [[email protected]]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Example:
    [USER=1]User name[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Example:
    [IMG]https://animebase.me/styles/default/xenforo/xenforo-logo.png[/IMG]
    Output:
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    Approved sites: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Example:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [RIGHT], [CENTER], [JUSTIFY] - Text alignment

    Changes the alignment of the wrapped text.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    [JUSTIFY]This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.[/JUSTIFY]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
    This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    Quoted text
    A person said:
    Something they said
  • [SPOILER] - Text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    Simple spoiler
    Spoiler with a title
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Example:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

    PHP code:
    [CODE=php]echo $hello . ' world';[/CODE]

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    General code:
    Code:
    General
    code
    Rich code:
    Rich (BB code):
    Rich
    code
    PHP code:
    PHP:
    echo $hello . ' world';
    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Example:
    Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
    Output:
    Inline code blocks are a convenient way of displaying code inline.
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [TABLE=class] - Tables (Advanced)

    Advanced table styling.
    Example:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Option adds additional styling.
    Header 1Header 2
    Content 1Content 2

    Multiple styles can be combined.
    Header 1Header 2
    Content 1Content 2

    Header 1Header 2
    Content 1Content 2
    Content 1Content 2
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    Example:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text
    Indented text​
    More indented​
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [URL2=option] - URL without new window

    custom_bb_code_desc.URL2
    Example:
    [URL2=websitelink]Hello[/url2]
    Output:
    custom_bb_code_output.URL2
  • [BLINK] - Blink

    custom_bb_code_desc.blink
    Example:
    [blink]Text[/blink]
    Output:
    custom_bb_code_output.blink
  • [BORDER=option] - Border

    custom_bb_code_desc.border
    Example:
    [border=Title]Text[/border]
    Output:
    custom_bb_code_output.border
  • [CHARGE=option] - Charge

    Charging users to view your content.
    Example:
    [CHARGE=5]It costs 5 credits to see this text.[/CHARGE]
    Output:
    It costs 5 credits to see this text.
  • [CONTAINER] - Container

    Container with scrollbar if it exceeds 400px height
    Example:
    [container]
    Text
    [/container]
    Output:

    Text
  • [CRH] - Crunchyroll

    custom_bb_code_desc.crh
    Example:
    [crh]media-id[.crh]
    Output:
    custom_bb_code_output.crh
  • [FACEB] - FaceBook

    custom_bb_code_desc.faceb
    Example:
    [faceb]code[/faceb]
    Output:
    custom_bb_code_output.faceb
  • [FLV] - FLV

    custom_bb_code_desc.flv
    Example:
    [flv]code[/flv]
    Output:
    custom_bb_code_output.flv
  • [FLVLINK] - [flvlink]

    custom_bb_code_desc.flvlink
    Example:
    [flvlink]flvlink[/flvlink]
    Output:
    custom_bb_code_output.flvlink
  • [FLVMEDIA] - flvmedia

    custom_bb_code_desc.flvmedia
    Example:
    [flvmedia]flvlink[/flvmedia]
    Output:
    custom_bb_code_output.flvmedia
  • [GAMEPLAY=option] - gamePlay

    custom_bb_code_desc.gameplay
    Example:
    [gameplay=Title]Content[/gameplay]
    Output:
    custom_bb_code_output.gameplay
  • [GAMEPLAY2=option] - gamePlay2

    custom_bb_code_desc.gameplay2
    Example:
    [gameplay2=Title]Content[/gameplay2]
    Output:
    custom_bb_code_output.gameplay2
  • [GIFV] - Gif video

    custom_bb_code_desc.gifv
    Example:
    [gifv]zvATqgs[/gifv]
    Output:
    custom_bb_code_output.gifv
  • [GLOW=option] - Glow

    custom_bb_code_desc.glow
    Example:
    [glow="red"]test glow[/glow]
    Output:
    custom_bb_code_output.glow
  • [HDTUBE] - HDtube

    custom_bb_code_desc.hdtube
    Example:
    [hdtube]ID[/hdtube]
    Output:
    custom_bb_code_output.hdtube
  • [HR] - HR

    Add's a css hr line.
    Example:
    [hr]
    [/hr]
    Output:
    [hr] [/hr]
  • [IMEEM] - Imeem

    custom_bb_code_desc.imeem
    Example:
    [imeem]pl/idcode[/imeem]
    Output:
    custom_bb_code_output.imeem
  • [IMG2=option] - Image Align

    Example:
    [img2=right]img-url[/img2]
    Output:
  • [IMGFP=option] - Image Align FP

    custom_bb_code_desc.imgfp
    Example:
    [imgfp=right]img-url[/imgfp]
    Output:
    custom_bb_code_output.imgfp
  • [IMGPROF] - IMGPROFILE

    custom_bb_code_desc.imgprof
    Example:
    [imgprof]url[/imgprof]
    Output:
    custom_bb_code_output.imgprof
  • [INFOBOX=option] - Infobox

    Wrap your information inside a container with title and a scrollbar.
    Example:
    [INFOBOX=Title of the container]Your text and images[/INFOBOX]
    Output:
    Title of the container

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent rhoncus sed erat nec feugiat. Vestibulum ac nisi finibus, tincidunt ipsum quis, vehicula mauris. Fusce sapien lectus, auctor nec vehicula eu, dictum eleifend mi. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam sit amet tortor porttitor, suscipit neque id, pellentesque sem. Praesent porttitor risus tortor, nec eleifend sem consectetur id. Curabitur molestie tempus metus, nec faucibus ante viverra eu. Etiam dapibus enim massa, in efficitur diam ultrices at.

    Aliquam elementum quis risus quis aliquam. Sed consequat vel urna id tempor. Etiam pellentesque neque dolor, sit amet molestie orci imperdiet vitae. Nullam arcu magna, semper eget augue sed, ullamcorper tincidunt nibh. Duis nec massa sed massa pharetra varius nec at mi. Vestibulum auctor lacus commodo cursus elementum. Vivamus congue, sem et mollis tincidunt, ex felis fermentum dui, ut pharetra ante arcu et ligula. Maecenas finibus cursus nisl, vitae cursus arcu porttitor id. Quisque ex erat, rhoncus nec dui at, suscipit mollis quam. Etiam aliquam sit amet sem ullamcorper dictum.

    Phasellus placerat pretium ante, et sollicitudin odio aliquam quis. Integer eget vehicula erat, non sodales ipsum. Mauris luctus arcu ut nibh consectetur aliquam. Maecenas lobortis, nisi eu sagittis ornare, purus nisi dignissim massa, et accumsan arcu nisl ut metus. Pellentesque aliquet blandit dapibus. Pellentesque congue dapibus lorem, quis sagittis augue gravida et. Quisque dictum odio vitae consequat euismod. Fusce nulla velit, dapibus dictum hendrerit in, aliquam at est. Praesent mattis feugiat tortor, ac semper odio pretium nec. Donec commodo tortor eu lectus vehicula fringilla. Ut velit ipsum, interdum eget ipsum id, rutrum eleifend libero.

  • [JUTSU=option] - Jutsu Tags

    custom_bb_code_desc.jutsu
    Example:
    [jutsu=Title of Jutsu] Jutsu Description [/jutsu]
    Output:
    custom_bb_code_output.jutsu
  • [MY2] - myspace2

    custom_bb_code_desc.my2
    Example:
    [my2]4BJD1ZAT[/my2]
    Output:
    custom_bb_code_output.my2
  • [MYSPACE] - MySpace

    custom_bb_code_desc.myspace
    Example:
    [myspace]URL[/myspace]
    Output:
    custom_bb_code_output.myspace
  • [ONLYFORREI] - Rainbow

    custom_bb_code_desc.onlyforrei
    Example:
    [onlyforrei]whee[/onlyforrei]
    Output:
    custom_bb_code_output.onlyforrei
  • [PM=option] - PM User

    custom_bb_code_desc.pm
    Example:
    [pm=Username]Message to hide in post[/pm]
    Output:
    custom_bb_code_output.pm
  • [SCROLLER=option] - Flash Led Scroller BBcode

    custom_bb_code_desc.scroller
    Example:
    [scroller=rainbow3]you text here![/lc]
    Output:
    custom_bb_code_output.scroller
  • [SOTW=option] - SOTW Entry

    custom_bb_code_desc.sotw
    Example:
    [sotw="Rune Despair"]http://i327.photobucket.com/albums/k449/Haxcommunity/runic.png[/sotw]
    Output:
    custom_bb_code_output.sotw
  • [SOUNDCLOUD] - SoundCloud

    custom_bb_code_desc.soundcloud
    Example:
    [soundcloud]soundcloud.com/songhere[/soundcloud]
    Output:
    custom_bb_code_output.soundcloud
  • [STAFFNOTICE=option] - Mod break

    custom_bb_code_desc.staffnotice
    Example:
    [staffnotice=Name]Your message[/staffnotice]
    Output:
    custom_bb_code_output.staffnotice
  • [STRIKE] - Strikethrough

    custom_bb_code_desc.strike
    Example:
    [strike]text[/strike]
    Output:
    custom_bb_code_output.strike
  • [TBL=option] - 2 column table

    custom_bb_code_desc.tbl
    Example:
    [tbl=Candidate]Grade[/tbl]
    Output:
    custom_bb_code_output.tbl
  • [TBLF=option] - 2 column table red

    custom_bb_code_desc.tblf
    Example:
    [tblf=Candidate]Grade[/tblf]
    Output:
    custom_bb_code_output.tblf
  • [VIMEO] - Vimeo

    custom_bb_code_desc.vimeo
    Example:
    clip:4536768/92a2ddd2f8a2065063cfaf8ba1dfebfa/1242565200
    Output:
    custom_bb_code_output.vimeo
  • [WEBM] - webm

    custom_bb_code_desc.webm
    Example:
    [webm]https://zippy.gfycat.com/ExhaustedPowerlessAmericanwarmblood.webm[/webm]
    Output:
    custom_bb_code_output.webm
  • [YOUTUBE] - YouTube

    custom_bb_code_desc.youtube
    Example:
    [youtube]5Ap5eJSmngU[/youtube]
    Output:
    custom_bb_code_output.youtube
  • [YOUTUBE_HD] - youtube hd

    custom_bb_code_desc.youtube_hd
    Example:
    [youtube_hd]vg232Qk1iQY[/youtube_hd]
    Output:
    custom_bb_code_output.youtube_hd
  • [YOUTUBE_WS] - Youtube widescreen

    custom_bb_code_desc.youtube_ws
    Example:
    [youtube_ws]5Ap5eJSmngU[/youtube_ws]
    Output:
    custom_bb_code_output.youtube_ws
Top