下列标签用来改变文字外观:
[b]粗体文字[/b] 会变成 粗体文字
[u]文字下划线[/u] 会变成 文字下划线
[i]斜体文字[/i] 会变成 斜体文字
[s]Strike-through text[/s] 会变成 Strike-through text
[del]Deleted text[/del] 会变成 Deleted text
[ins]Inserted text[/ins] 会变成 Inserted text
[em]Emphasised text[/em] 会变成 Emphasised text
[color=#FF0000]红色文字[/color] 会变成 红色文字
[color=blue]蓝色文字[/color] 会变成 蓝色文字
[h]Heading text[/h] 会变成
可以用下列标签制作文件链接或电子邮件链接:
[url=https://yinglong.org/forum/]鱗目界域[/url] 会变成 鱗目界域
[url]https://yinglong.org/forum/[/url] 会变成 https://yinglong.org/forum/
[url=/help.php]This help page[/url] 会变成 This help page
[email][email protected][/email] 会变成 [email protected]
[[email protected]]我的电子邮件地址[/email] 会变成 我的电子邮件地址
[topic=1]Test topic[/topic] 会变成 Test topic
[topic]1[/topic] 会变成 https://yinglong.org/forum/viewtopic.php?id=1
[post=1]Test post[/post] 会变成 Test post
[post]1[/post] 会变成 https://yinglong.org/forum/viewtopic.php?pid=1#p1
[forum=1]Test forum[/forum] 会变成 Test forum
[forum]1[/forum] 会变成 https://yinglong.org/forum/viewforum.php?id=1
[user=2]Test user[/user] 会变成 Test user
[user]2[/user] 会变成 https://yinglong.org/forum/profile.php?id=2
要引用其他帖子时请用 quote 标签:
[quote=James]这是我要引用的文字。[/quote]
会变成如下的引用框:
这是我要引用的文字。
如果只是要做出引用效果而不是引用特定用户的帖子,也可以直接使用 quote 标签而不加名字:
[quote]这是我要引用的文字。[/quote]
会变成如下的引用框:
这是我要引用的文字。
Note: If a username contains the characters [ or ] you can enclose it in quote marks.
显示源代码时请务必使用 code 标签。用 code 标签显示的文字会使用固定宽度的字体,并且不会被其他标签影响。
[code]This is some code. //一些源代码[/code]
会变成如下的代码框:
This is some code. //一些源代码[list][*]举例列表元素1。[/*][*]举例列表元素2。[/*][*]举例列表元素3。[/*][/list]
produces a bulleted list.
举例列表元素1。
举例列表元素2。
举例列表元素3。
[list=1][*]举例列表元素1。[/*][*]举例列表元素2。[/*][*]举例列表元素3。[/*][/list]
produces a numbered list.
举例列表元素1。
举例列表元素2。
举例列表元素3。
[list=a][*]举例列表元素1。[/*][*]举例列表元素2。[/*][*]举例列表元素3。[/*][/list]
produces an alphabetically labelled list.
举例列表元素1。
举例列表元素2。
举例列表元素3。
同一段文字可以同时用多个 BBCode 标签,达到较复杂的效果。例如:
[b][u]粗体、下划线的文字[/u][/b] 会变成 粗体、下划线的文字