Patreon LogoYour support makes Blue Moon possible (Patreon)

Mycode/BBC Codes

Status
Not open for further replies.

Karameida

Sometimes a Dream, Sometimes a Nightmare
Joined
Jun 15, 2011
So we haven't had a detailed guide to mycode/bbcode for a while and this list was put together to help users better customize their threads. You can do a lot with the buttons on the tool bar but to take things one step further, check this out!

Strikethrough :: {text}
Code:
[s]text[/s]

Tables ::

NameAge
John65
Gitte40
Sussie19
Code:
[table]
[tr]
[td][b]Name[/b][/td]
[td][b]Age[/b][/td]
[/tr]
[tr]
[td]John[/td]
[td]65[/td]
[/tr]
[tr]
[td]Gitte[/td]
[td]40[/td]
[/tr]
[tr]
[td]Sussie[/td]
[td]19[/td]
[/tr]
[/table]

Spoiler/Dropdown ::

600
Code:
[spoiler]Text[/spoiler]

Email:

myemail@mydomain.com
My Email
Code:
[email]myemail@mydomain.com[/email]
[email=myemail@mydomain.com]My Email[/email]

Creating additional indents in lists ::

  • Fix the boiler
  • Buy:
    • Eggs
    • Milk
  • Call mother
Code:
[list]
[*]Fix the boiler
[*]Buy:
  [list]
  [*]Eggs
  [*]Milk
  [/list]
[*]Call mother
[/list]

Code Box ::
Code:
Text here

To create a code box ::

Code:
[ code]
Text here [no spaces between the []
[ /code]

List Variations ::

  1. A
  2. numbered
  3. List
  4. ~!

  • Roman
  • Numerals
  • List
  • ~!
    Code:
    [list=1]
    [*] Text
    [/list]
    
    [list=i]
    [*] Text
    [/list]


    Hyperlinking ::
    Profile

    Code:
    [url=link here]Name/title[/url]

    Images ::

    avatar_8362.png

    Code:
    [img]url link here[/img]

    Line Break:

    Code:
    [hr]

    Alignment ::

    Left Alignment​
    Center alignment​
    Right Alignment​

    Code:
    [LEFT]Text[/LEFT] // [CENTER]Text[/CENTER] // [RIGHT]Text[/RIGHT]


    Here is a link to a site that lists out the codes for all the different usable colors :: Color Chart
 
Status
Not open for further replies.
Back
Top Bottom