> For the complete documentation index, see [llms.txt](https://xploreforum.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xploreforum.gitbook.io/untitled/help-center/bb-codes.md).

# BB Codes

\[B], \[I], \[U], \[S] - Bold, italics, underline, and strike-through

Makes the wrapped text bold, italic, underlined, or struck-through.

{% hint style="danger" %} <mark style="color:red;">Example:</mark>\
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.
{% endhint %}

{% hint style="success" %} <mark style="color:green;">**Output:**</mark>\
This is bold text.\
This is *italic* text.\
This is underlined text.\
This is ~~struck-through~~ text.
{% endhint %}

***

#### \[COLOR=color], \[FONT=name], \[SIZE=size] - Text Color, Font, and Size

Changes the color, font, or size of the wrapped text.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
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.
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark> \
This is <mark style="color:red;">red</mark> and <mark style="color:blue;">blue</mark> text. \
This is *Courier New* text. \
This is [~~small~~](#user-content-fn-1)[^1] and `big text`.
{% endhint %}

***

#### \[URL], \[EMAIL] - Linking

Creates a link using the wrapped text as the target.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[URL]<https://www.example.com\\[/URL>] \
\[EMAIL]<example@example.com>\[/EMAIL]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
[https://www.example.com](https://www.example.com/)\
<example@example.com>
{% endhint %}

***

#### \[URL=link], \[EMAIL=address] - Linking (Advanced)

Links the wrapped text to the specified web page or email address.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[URL=[https://www.example.com\]Go](https://xploreforum.gitbook.io/untitled/help-center/https:/www.example.com]Go) to example.com\[/URL]\
\[EMAIL=<example@example.com>]Email me\[/EMAIL]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
[Go to example.com](https://www.example.com/)\
[Email me](mailto:example@example.com)
{% endhint %}

***

#### \[USER=ID] - Profile Linking

Links to a user's profile. This is generally inserted automatically when mentioning a user.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[USER=17047]Username\[/USER]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
[Username](https://xplore.gg/xavier/)
{% endhint %}

***

#### \[IMG] - Image

Display an image, using the wrapped text as the URL.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[IMG]<https://xplore.gg/data/assets/logo/logo.png>\[/IMG]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
![](/files/uXEbbRoLFUZpZPUDp4j0)
{% endhint %}

\
**For more details, visit the** [**page**](https://xplore.gg/help/bb-codes/)

[^1]:
