مای‌کد
شما می‌توانید از MyCode، که با نام BBCode نیز شناخته می‌شود، برای افزودن جلوه یا قالب‌بندی به ارسال‌های خود استفاده کنید. MyCode نسخه‌ای ساده‌شده از HTML است و با ساختاری مشابه تگ‌های HTML که شاید از قبل با آن آشنا باشید به کار می‌رود.

جدول زیر یک راهنمای سریع برای MyCodeهای موجود است:

ورودی خروجی توضیحات
[b]This text is bold[/b] This text is bold
[i]This text is italicized[/i] This text is italicized
[u]This text is underlined[/u] This text is underlined
[s]This text is struck out[/s] This text is struck out
[url]http://www.example.com/[/url] http://www.example.com/ اگر آدرس، پروتکل درست داشته باشد خودکار پیوند می‌شود.
[url=http://www.example.com/]Example.com[/url] Example.com
[email]example@example.com[/email] example@example.com
[email=example@example.com]E-mail Me![/email] E-mail Me! برای افزودن موضوع، بعد از نشانی رایانامه از ?subject=موضوع استفاده کنید.
[quote]Quoted text will be here[/quote]
Quote:Quoted text will be here
[code]Text with preserved formatting[/code]
Code:
Text with preserved formatting
[php]<?php echo "Hello world!";?>[/php]
PHP Code:
<?php echo "Hello world!";?>
[img]https://secure.php.net/images/php.gif[/img]
[img=50x50]https://secure.php.net/images/php.gif[/img]
[color=red]This text is red[/color] This text is red
[size=3]This text is size 3[/size] This text is size 3
[font=Tahoma]This font is Tahoma[/font] This font is Tahoma
[align=center]This is centered[/align]
This is centered
[align=right]This is right-aligned[/align]
This is right-aligned
[list]
[*]List Item #1
[*]List Item #2
[*]List Item #3
[/list]
  • List item #1
  • List item #2
  • List item #3
برای فهرست شماره‌دار از [list=1] و برای فهرست الفبایی از [list=a] استفاده کنید.