BBCode Guide
The forums utilize a commonly used board formatting code known as BBCode. It's similar to how HTML is formatted but very useful for easily formatting posts. We use our own developed parser, so not all styling and formatting options are universal.
Bold
My Text!
Italics
My Text!
Strikethrough
My Text!
Underline
My Text!
Font
Code
[font=Impact]My Text![/font]
My Text!
Color
Code
[color=#FF0000]My Text![/color]
My Text!
Size
Code
[size=24]My Text![/size]
My Text!
Link
Code
[link="https://worlio.com/"]My Link![/link]
Simple URL
Code
[url]https://worlio.com/[/url]
Images
Code
[img alt="My Image" width="256px" height="auto"]https://files.worlio.com/files/~media/retro-renders/000DG.png[/img]
Thumbnail images
Code
[thumb alt="My Image"]https://files.worlio.com/files/~media/retro-renders/000DG.png[/thumb]
Audio
Code
[audio]https://files.worlio.com/files/~media/nyancat.mp3[/audio]
Video
Code
[video width="256px" height="auto"]https://files.worlio.com/files/~media/Developers.mp4[/video]
Aligns
Code
[align=center]My Text![/align]
Code
[align=right]My Text![/align]
Codeblock
[/codeblock]
Inline Code
Code
My [code]Code![/code]
My Code!
Quotes
Code
[quote]My Quote![/quote]
Code
[quote post=276]My Post![/quote]
Code
[quote name="Hubert Cumberdale"]My Rusty Spoons![/quote]
Spoiler
Code
[spoiler="My spoils!"]My Text![/spoiler]
Spoiler: My spoils!
My Text!
User Tag
Embedded Widgets
Code
[embed="youtube"]https://www.youtube.com/watch?v=KMU0tzLwhbE[/embed]
Hopefully you found this helpful.