-
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.
-
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.
-
Creates a link using the wrapped text as the target.
-
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:
-
Links to a user's profile. This is generally inserted automatically when mentioning a user.
- Example:
- [USER=1]User name[/USER]
- Output:
-
Display an image, using the wrapped text as the URL.
- Example:
- [IMG]https://animebase.me/styles/default/xenforo/xenforo-logo.png[/IMG]
- Output:
-
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.
-
Displays a bulleted or numbered list.
- Example:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Output:
-
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.
-
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:
-
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:
-
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:
Rich code:
PHP code:
JS code:
-
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.
-
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 1 | Header 2 |
---|
Content 1 | Content 2 |
-
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 1 | Header 2 |
---|
Content 1 | Content 2 |
Multiple styles can be combined.
Header 1 | Header 2 |
---|
Content 1 | Content 2 |
Header 1 | Header 2 |
---|
Content 1 | Content 2 |
Content 1 | Content 2 |
-
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
-
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.
-
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.
-
custom_bb_code_desc.URL2
- Example:
- [URL2=websitelink]Hello[/url2]
- Output:
- custom_bb_code_output.URL2
-
custom_bb_code_desc.blink
- Example:
- [blink]Text[/blink]
- Output:
- custom_bb_code_output.blink
-
custom_bb_code_desc.border
- Example:
- [border=Title]Text[/border]
- Output:
- custom_bb_code_output.border
-
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 with scrollbar if it exceeds 400px height
- Example:
- [container]
Text
[/container]
- Output:
-
custom_bb_code_desc.crh
- Example:
- [crh]media-id[.crh]
- Output:
- custom_bb_code_output.crh
-
custom_bb_code_desc.faceb
- Example:
- [faceb]code[/faceb]
- Output:
- custom_bb_code_output.faceb
-
custom_bb_code_desc.flv
- Example:
- [flv]code[/flv]
- Output:
- custom_bb_code_output.flv
-
custom_bb_code_desc.flvlink
- Example:
- [flvlink]flvlink[/flvlink]
- Output:
- custom_bb_code_output.flvlink
-
custom_bb_code_desc.flvmedia
- Example:
- [flvmedia]flvlink[/flvmedia]
- Output:
- custom_bb_code_output.flvmedia
-
custom_bb_code_desc.gameplay
- Example:
- [gameplay=Title]Content[/gameplay]
- Output:
- custom_bb_code_output.gameplay
-
custom_bb_code_desc.gameplay2
- Example:
- [gameplay2=Title]Content[/gameplay2]
- Output:
- custom_bb_code_output.gameplay2
-
custom_bb_code_desc.gifv
- Example:
- [gifv]zvATqgs[/gifv]
- Output:
- custom_bb_code_output.gifv
-
custom_bb_code_desc.glow
- Example:
- [glow="red"]test glow[/glow]
- Output:
- custom_bb_code_output.glow
-
custom_bb_code_desc.hdtube
- Example:
- [hdtube]ID[/hdtube]
- Output:
- custom_bb_code_output.hdtube
-
Add's a css hr line.
- Example:
- [hr]
[/hr]
- Output:
- [hr]
[/hr]
-
custom_bb_code_desc.imeem
- Example:
- [imeem]pl/idcode[/imeem]
- Output:
- custom_bb_code_output.imeem
-
- Example:
- [img2=right]img-url[/img2]
- Output:
-
custom_bb_code_desc.imgfp
- Example:
- [imgfp=right]img-url[/imgfp]
- Output:
- custom_bb_code_output.imgfp
-
custom_bb_code_desc.imgprof
- Example:
- [imgprof]url[/imgprof]
- Output:
- custom_bb_code_output.imgprof
-
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.
-
custom_bb_code_desc.jutsu
- Example:
- [jutsu=Title of Jutsu] Jutsu Description [/jutsu]
- Output:
- custom_bb_code_output.jutsu
-
custom_bb_code_desc.my2
- Example:
- [my2]4BJD1ZAT[/my2]
- Output:
- custom_bb_code_output.my2
-
custom_bb_code_desc.myspace
- Example:
- [myspace]URL[/myspace]
- Output:
- custom_bb_code_output.myspace
-
custom_bb_code_desc.onlyforrei
- Example:
- [onlyforrei]whee[/onlyforrei]
- Output:
- custom_bb_code_output.onlyforrei
-
custom_bb_code_desc.pm
- Example:
- [pm=Username]Message to hide in post[/pm]
- Output:
- custom_bb_code_output.pm
-
custom_bb_code_desc.scroller
- Example:
- [scroller=rainbow3]you text here![/lc]
- Output:
- custom_bb_code_output.scroller
-
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
-
custom_bb_code_desc.soundcloud
- Example:
- [soundcloud]soundcloud.com/songhere[/soundcloud]
- Output:
- custom_bb_code_output.soundcloud
-
custom_bb_code_desc.staffnotice
- Example:
- [staffnotice=Name]Your message[/staffnotice]
- Output:
- custom_bb_code_output.staffnotice
-
custom_bb_code_desc.strike
- Example:
- [strike]text[/strike]
- Output:
- custom_bb_code_output.strike
-
custom_bb_code_desc.tbl
- Example:
- [tbl=Candidate]Grade[/tbl]
- Output:
- custom_bb_code_output.tbl
-
custom_bb_code_desc.tblf
- Example:
- [tblf=Candidate]Grade[/tblf]
- Output:
- custom_bb_code_output.tblf
-
custom_bb_code_desc.vimeo
- Example:
- clip:4536768/92a2ddd2f8a2065063cfaf8ba1dfebfa/1242565200
- Output:
- custom_bb_code_output.vimeo
-
custom_bb_code_desc.webm
- Example:
- [webm]https://zippy.gfycat.com/ExhaustedPowerlessAmericanwarmblood.webm[/webm]
- Output:
- custom_bb_code_output.webm
-
custom_bb_code_desc.youtube
- Example:
- [youtube]5Ap5eJSmngU[/youtube]
- Output:
- custom_bb_code_output.youtube
-
custom_bb_code_desc.youtube_hd
- Example:
- [youtube_hd]vg232Qk1iQY[/youtube_hd]
- Output:
- custom_bb_code_output.youtube_hd
-
custom_bb_code_desc.youtube_ws
- Example:
- [youtube_ws]5Ap5eJSmngU[/youtube_ws]
- Output:
- custom_bb_code_output.youtube_ws