BB Code
Explanation
BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message.
Below is a list of the BB code tags you can use to format your messages.
Below is a list of the BB code tags you can use to format your messages.
vB 代碼列表
-
粗體 / 斜體 / 底線
-
顏色
-
大小
-
字體
-
高亮
-
左對齊 / 右對齊 / 居中
-
縮排
-
郵件連結
-
超級連結地址
-
主題連結
-
文章連結
-
列表 / 進階列表
-
Images
-
Videos
-
代碼
-
引用
-
停止解析 BB 代碼
-
附加檔案
-
Flow Player
-
Max Image Width 100%
-
YouKu
Incorrect BB Code Usage:
- [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
- [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])
粗體 / 斜體 / 底線
[b], [i] 和 [u] 標籤允許您新建粗體, 斜體和底線文本。
-
- [b]值[/b]
- [i]值[/i]
- [u]值[/u]
使用 -
- [b]粗體文字[/b]
- [i]斜體文字[/i]
- [u]帶底線的文字[/u]
使用示例 -
- 粗體文字
- 斜體文字
- 帶底線的文字
示例輸出結果
大小
[size] 標籤允許您改變文本的大小。
-
[size=選項]值[/size]使用
-
[size=+2]此文字比普通文字大兩個字號[/size]使用示例
-
此文字比普通文字大兩個字號示例輸出結果
左對齊 / 右對齊 / 居中
[left], [right] 和 [center] 標籤允許您改變文本對齊方式。
-
- [left]值[/left]
- [center]值[/center]
- [right]值[/right]
使用 -
- [left]左對齊的文字[/left]
- [center]置中文字[/center]
- [right]右對齊的文字[/right]
使用示例 -
左對齊的文字置中文字右對齊的文字示例輸出結果
郵件連結
這個 [email] 標籤允許你增加一個郵件地址連結, 可以包含連結標題參數。
-
- [email]值[/email]
- [email=選項]值[/email]
使用 -
- [email]j.doe@example.com[/email]
- [email=j.doe@example.com]寄送郵件給我[/email]
使用示例 -
示例輸出結果
超級連結地址
[url] 標籤允許您連結到其他網站和檔案, 您可以在該連結裡包含可選的連結名。
-
- [url]值[/url]
- [url=選項]值[/url]
使用 -
- [url]https://www.awc618.com/forum[/url]
- [url=https://www.awc618.com/forum]華仔天地討論區[/url]
使用示例 -
示例輸出結果
主題連結
[thread] 標籤允許您使用指定的主題 ID 連結主題, 您可以在這個連結裡包含可選的連結名。
-
- [thread]主題 ID[/thread]
- [thread=主題 ID]值[/thread]
使用 -
- [thread]42918[/thread]
- [thread=42918]點選查看![/thread]
使用示例 -
示例輸出結果
文章連結
[post] 標籤允許您使用指定的文章 ID 連結到文章。您可用在這個連結裡包含可選的連結名。
-
- [post]文章 ID[/post]
- [post=文章 ID]值[/post]
使用 -
- [post]269302[/post]
- [post=269302]點選查看![/post]
使用示例 -
示例輸出結果
列表
[list] 標籤允許您簡單發表不含指定項的列表。在值部分, 每個符號都用[*]表示。
-
[list]值[/list]使用
-
[list]
[*]列表項 1
[*]列表項 2
[/list]使用示例 -
- 列表項 1
- 列表項 2
示例輸出結果
進階列表
[list] 標籤也允許您使用指定的選項新建進階列表.這個選項可以是「1」(新建數字列表)或者「A」(新建大寫字母列表, 按字母順序排列)或者「a」(新建小寫字母列表, 按字母順序排列)或者「I」(新建大寫羅馬數字列表)或者「i」(新建小寫羅馬數字列表)。
-
[list=選項]值[/list]使用
-
[list=1]
[*]列表項 1
[*]列表項 2
[/list]
[list=a]
[*]列表項 1
[*]列表項 2
[/list]使用示例 -
- 列表項 1
- 列表項 2
- 列表項 1
- 列表項 2
示例輸出結果
Videos
The [video] tag allows you to embed videos from various video services within your posts.
-
[video]值[/video]使用
-
- [video=youtube;eOUq4Z6R7xI]http://www.youtube.com/watch?v=eOUq4Z6R7xI[/video]
使用示例 -
示例輸出結果
代碼
[code] 標籤允許您插入一段代碼。
-
[code]值[/code]使用
-
[code]
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
[/code]使用示例 -
代碼:
<script type="text/javascript"> <!-- alert("Hello world!"); //--> </script>
示例輸出結果
高亮
[highlight] 標籤允許強調您的文字。
-
使用[highlight]值[/highlight]
-
使用示例[highlight]此文本被高亮顯示[/highlight]
-
示例輸出結果此文本被高亮顯示
停止解析 BB 代碼
[noparse] 標籤允許您不解析 BB 代碼。
-
[noparse][b]值[/b][/noparse]使用
-
[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]使用示例
-
[b]Lorem ipsum dolor sit amet[/b]示例輸出結果