BBCode Syntax Guide in English
1. Headings
First-Level Heading: [h1]First-Level Heading[/h1]
Second-Level Heading: [h2]Second-Level Heading[/h2]
Third-Level Heading: [h3]Third-Level Heading[/h3]
2. Emphasis
Italic: [i]Italic Text[/i]
Bold: [b]Bold Text[/b]
Underline: [u]Underlined Text[/u]
Strikethrough: [s]Strikethrough Text[/s]
3. Lists
[list]
[*] List Item 1
[*] List Item 2
[*] List Item 3
[/list]
[list=1]
[*] Item 1
[*] Item 2
[*] Item 3
[/list]
4. Links
5. Images
- Image:
[img]Image Address[/img]
6. Code
Inline Code: [code]Code Text[/code]
Code Block:
[code=Language]
Code Content
[/code]
Example:
[code=python]
print("Hello, World!")
[/code]
7. Quotes
8. Horizontal Rule
9. Tables
[table]
[tr]
[th]Header 1[/th][th]Header 2[/th][th]Header 3[/th]
[/tr]
[tr]
[td]Cell 1[/td][td]Cell 2[/td][td]Cell 3[/td]
[/tr]
[tr]
[td]Cell 4[/td][td]Cell 5[/td][td]Cell 6[/td]
[/tr]
[/table]
10. Task Lists
[list]
[*][x] Completed Task
[*] Incomplete Task
[/list]
11. Color
[color=Color name]text[/color]
12. Size
[size=Number]text[/color]
13. Download address
[down link="https://example.com" size="1kb" name="folder.zip"]
14. Direction
Left: [left]text[/left]
Center: [center]text[/center]
Right: [right]text[/right]
Check out their articles for other bbcode syntax extensions, or you can install a collection of these extensions, such as BBCode More New or BBCode More.
This guide provides a comprehensive overview of BBCode syntax, allowing you to format and present your posts more effectively. By combining these syntax elements, you can create rich and well-organized content for clear and engaging communication.