π BBCode Usage Guide β How to Format Posts
A complete reference showing how to use every BBCode tag supported on this community board.
π€ Text Formatting
| Tag | Description |
| Bold | open-bracket b close-bracket text open-bracket /b close-bracket |
| Italic | open-bracket i close-bracket text open-bracket /i close-bracket |
| Underline | open-bracket u close-bracket text open-bracket /u close-bracket |
| Strikethrough | open-bracket s close-bracket text open-bracket /s close-bracket |
| Superscript | open-bracket sup close-bracket text open-bracket /sup close-bracket |
| Subscript | open-bracket sub close-bracket text open-bracket /sub close-bracket |
| Big / Small | open-bracket big close-bracket text β¦ or β¦ open-bracket small close-bracket text |
| Highlight | open-bracket highlight close-bracket text open-bracket /highlight close-bracket |
π¨ Colors & Sizes
| Tag | How to Write |
| Color | open-bracket color=red close-bracket text open-bracket /color close-bracket |
| Hex Color | open-bracket color=#00ff00 close-bracket text open-bracket /color close-bracket |
| Font Size | open-bracket size=30 close-bracket text open-bracket /size close-bracket |
πΌ Images & Media
| Tag | How to Write |
| Image | open-bracket img=URL close-bracket open-bracket /img close-bracket |
| YouTube | open-bracket youtube close-bracket VIDEO_URL open-bracket /youtube close-bracket |
| GitHub Badge | open-bracket github=URL close-bracket open-bracket /github close-bracket |
π¦ Layout & Structure
| Tag | Description |
| Line Break | open-bracket br / close-bracket |
| Horizontal Rule | open-bracket hr / close-bracket |
| Center | open-bracket center close-bracket content open-bracket /center close-bracket |
| Code Block | open-bracket code close-bracket text open-bracket /code close-bracket |
| Table | Use: table β tr β th/td structure |
π Lists
- Start a list using: open-bracket list close-bracket
- Each bullet uses: open-bracket * close-bracket
- End with: open-bracket /list close-bracket
Example written form:
open-bracket list close-bracket
open-bracket * close-bracket First item
open-bracket * close-bracket Second item
open-bracket /list close-bracket
π Buttons & Links
| Tag | How to Write |
| URL Link | open-bracket url=LINK close-bracket text open-bracket /url close-bracket |
| Button | open-bracket button=LINK close-bracket text open-bracket /button close-bracket |
β Examples
Below are real renderings using the actual BBCode (not descriptions):
Bold text example
Red text example
Bigger text example
Highlighted example
print("Hello World")
π Thatβs Everything!
You now know how to format posts, add color, embed media, create layouts, and more using BBCode.