-
Makes the wrapped text bold, italic, underlined, or struck-through.
- 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.
-
Changes the color, font, or size of the 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.
- Example:
- [URL]https://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
- Output:
-
Links the wrapped text to the specified web page or email address.
- Example:
- [URL=https://www.example.com]Go to example.com[/URL]
[EMAIL=example@example.com]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://www.sysnative.com/forums/styles/logos/sysnative.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,
Pinterest,
Reddit,
SoundCloud,
Spotify,
TikTok,
Tumblr,
Twitch,
X,
Vimeo,
YouTube
- Example:
- [MEDIA=youtube]kQ0Eo1UccEE[/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]
- Output:
Left-aligned
Center-aligned
Right-aligned
-
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:
-
Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
- Example:
- You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
- Output:
You have to click the following word to see the content.
-
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.
-
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
-
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 |
-
Marks text as a structured heading to facilitate machine readability.
- Example:
- [HEADING=1]Major heading[/HEADING]
This text comes under a major heading, used to separate the primary sections of an article.
[HEADING=2]Minor heading[/HEADING]
When you need to subdivide the primary sections of an article, use a level 2 minor heading.
[HEADING=3]Subheading[/HEADING]
If you require additional subdivision, you may drop to level 3.
- Output:
Major heading
This text comes under a major heading, used to separate the primary sections of an article.
Minor heading
When you need to subdivide the primary sections of an article, use a level 2 minor heading.
Subheading
If you require additional subdivision, you may drop to level 3.
-
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.abbr
- Example:
- [abbr="Microsoft Security Essentials"]MSE[/abbr]
- Output:
- custom_bb_code_output.abbr
-
- Example:
- [anchor=bsod]BSOD[/anchor]
- Output:
-
This code creates a black bar across the page with customizable writing on it.
- Example:
- [b1]This is a custom bar[/b1]
- Output:
-
Produces a long rectangular box across the page with text written in it
- Example:
- [b2]This is a b2 Bar[/b2]
- Output:
-
Produces a long rectangular GRAY box with {variable} text
- Example:
- [b3]This is a b3 Bar[/b3]
- Output:
-
-
Produces a long rectangular steel blue/green bar with white writing
- Example:
- [b4]This is a b4 Bar[/b4]
- Output:
-
- Example:
- [c1]This is a caution[/c1]
- Output:
-
-
- Example:
- [d1]Text[/d1]
- Output:
Text
-
An important warning message
- Example:
- [danger]Don't do this![/danger]
- Output:
-
- Example:
- [del]Text[/del]
- Output:
Text
-
- Example:
- [goto=BSOD]GOTO BSOD![/goto]
- Output:
-
custom_bb_code_desc.h1
- Example:
- [h1]This is a Heading - h1[/h1]
- Output:
- custom_bb_code_output.h1
-
- Example:
- [h11]Highlighted text[/h11]
- Output:
- Highlighted text
-
- Example:
- [h31]Highlighted text h31[/h31]
- Output:
- Highlighted text
-
- Example:
- [h32]Highlighted text[/h32]
- Output:
- Highlighted Text
-
- Example:
- [h33]Highlighted text[/h33]
- Output:
- Highlighted Text
-
- Example:
- [h34]Highlighted text[/h34]
- Output:
- Highlighted text
-
- Example:
- [h35]Highlighted text[/h35]
- Output:
- Highlighted Text
-
- Example:
- [h36]Highlighted text[/h36]
- Output:
- Highlighted Text
-
- Example:
- [h40]Highlighted text[/h40]
- Output:
- Highlighted text
-
- Example:
- [h41]Highlighted text[/h41]
- Output:
- Highlighted text
-
- Example:
- [h42]Highlighted text[/h42]
- Output:
- Highlighted text
-
- Example:
- [h43]Highlighted text[/h43]
- Output:
- Highlighted text
-
- Example:
- [h52]Highlighted text[/h52]
- Output:
- Highlighted text
-
custom_bb_code_desc.h99
- Example:
- [h99=red]Highlighted text - red[/h99]
- Output:
- custom_bb_code_output.h99
-
- Example:
- [hi]Highlighted text[/hi]
- Output:
Highlighted text
-
- Example:
- [hide]This text is hidden.[/hide]
- Output:
Read More:
-
- Example:
- [hide9]This text is hidden.[/hide9]
- Output:
-
-
custom_bb_code_desc.img1222
- Example:
- [img1222]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img1222]
- Output:
- custom_bb_code_output.img1222
-
custom_bb_code_desc.img400
- Example:
- [img400]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img400]
- Output:
- custom_bb_code_output.img400
-
custom_bb_code_desc.img800
- Example:
- [img800]http://www.sysnative.com/SysnativeTutorials/cmd/w10cmd.png[/img800]
- Output:
- custom_bb_code_output.img800
-
custom_bb_code_desc.img9
- Example:
- [img9]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img9]
- Output:
- custom_bb_code_output.img9
-
custom_bb_code_desc.img99
- Example:
- [img99]http://www.sysnative.com/SysnativeTutorials/pagefile/page1.png[/img99]
- Output:
- custom_bb_code_output.img99
-
- Example:
- [info]this is an info test[/info]
- Output:
Info
this is an info test
-
- Example:
- [j1=J. C. Griffith, Microsoft MVP]http://www.sysnative.com/forums/images/misc/mvp.png[/j1]
- Output:
-
custom_bb_code_desc.j2
- Example:
- [j1=J. C. Griffith, Microsoft MVP]http://www.sysnative.com/forums/images/misc/mvp.png[/j1]
- Output:
- custom_bb_code_output.j2
-
custom_bb_code_desc.n1
- Example:
- [n1]jcgriff2 test note n1[/n1]
- Output:
- custom_bb_code_output.n1
-
custom_bb_code_desc.n2
- Example:
- [n2]Laxer's Note test[/n2]
- Output:
- custom_bb_code_output.n2
-
custom_bb_code_desc.n3
- Example:
- [n3]jcgriff2's Note test[/n3]
- Output:
- custom_bb_code_output.n3
-
custom_bb_code_desc.n4
- Example:
- [n4=jcgriff2 n4 Notebox Title]jcgriff2 test note n4[/n4]
- Output:
- custom_bb_code_output.n4
-
- Example:
- [n5=jcgriff2 n5 Notebox Title]jcgriff2 test note n5[/n5]
- Output:
jcgriff2 n5 Notebox Title
jcgriff2 test note n5
-
custom_bb_code_desc.n590
- Example:
- [n590=jcgriff2 n5 Notebox Title]jcgriff2 test note n5[/n590]
- Output:
- custom_bb_code_output.n590
-
- Example:
- [n6=jcgriff2 n6 Notebox Title]jcgriff2 test note n6[/n6]
- Output:
jcgriff2 n6 Notebox Title
jcgriff2 test note n6
-
custom_bb_code_desc.n690
- Example:
- [n690=jcgriff2 n6 Notebox Title]jcgriff2 test note n690[/n690]
- Output:
- custom_bb_code_output.n690
-
- Example:
- [note]this is a new note[/note]
- Output:
-
custom_bb_code_desc.s99
- Example:
- [s99]Text[/s99]
- Output:
- custom_bb_code_output.s99
-
custom_bb_code_desc.sh
- Example:
- [sh]This text is hidden.[/sh]
- Output:
- custom_bb_code_output.sh
-
custom_bb_code_desc.sh3
- Example:
- [sh3]This text is hidden.[/sh3]
- Output:
- custom_bb_code_output.sh3
-
custom_bb_code_desc.sh9
- Example:
- [sh9="Custom Button"]Hidden Content Here...[/sh9]
- Output:
- custom_bb_code_output.sh9
-
- Example:
- [start][/start]
- Output:
-
- Example:
- [t1]This is a warning[/t1]
- Output:
Warning
This is a warning
-
- Example:
- [t2]This is notepad text[/t2]
- Output:
Info
This is notepad text
-
A useful hint/tip
- Example:
- [tip]This is a helpful hint or tip[/tip]
- Output:
Tip
This is a helpful hint or tip
-
- Example:
- [w1=center]This is a warning[/w1]
- Output:
Warning
This is a warning
-
- Example:
- [warn]This is a test warning[/warn]
- Output:
Warning
This is a test warning