格式化代碼

  • [B], [I], [U], [S] - 粗體、斜體、下劃線、中劃線

    將標簽內文字產生加粗、斜體、下劃線、中劃線效果

    例子:
    這是[B]粗體[/B]文字.
    這是[I]斜體[/I]文字.
    這是[U]下劃線[/U]文字.
    這是[S]中劃線[/S]文字
    輸出:
    這是粗體文字.
    這是斜體文字.
    這是下劃線文字.
    這是中劃線文字
  • [COLOR=color], [FONT=name], [SIZE=size] - 文字顏色、字體、尺寸

    改變文字顏色、字體和尺寸.

    例子:
    這是[COLOR=red]紅色[/COLOR] 和 [COLOR=#0000cc]藍色[/COLOR] 文字.
    這是[FONT=Courier New]Courier New字體[/FONT]文字.
    這是[SIZE=1]小[/SIZE] 和 [SIZE=7]大[/SIZE]文字.
    輸出:
    這是紅色藍色 文字.
    這是Courier New字體文字.
    這是文字.
  • [URL], [EMAIL] - 鏈接

    將標簽內的文本內容作為鏈接地址.

    例子:
    [URL]http://www.example.com[/URL]
    [EMAIL]info@example.com[/EMAIL]
    輸出:
    http://www.example.com
    info@example.com
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    為文字添加網頁和Email地址連接.

    例子:
    [URL=http://www.example.com]鏈接到example.com[/URL]
    [EMAIL=info@example.com]點此給我發Email[/EMAIL]
    輸出:
    鏈接到example.com
    點此給我發Email
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when tagging a user.

    例子:
    [USER=1]用戶名[/USER]
    輸出:
    用戶名
  • [IMG] - 圖像

    顯示圖像,標簽內為圖像的URL.

    例子:
    [IMG]https://tetrisconcept.net/​styles/default​/xenforo/avatars/avatar_s.png[/IMG]
    輸出:
    [​IMG]
  • [MEDIA=site] - 嵌入視頻

    嵌入可用視頻站點的視頻. 推薦使用編輯器上的視頻按鈕來添加視頻. 可用的站點: 8tracks; ABC News; Amazon Product; audioBoom; Audiomack; Bandcamp; BBC News; Blab; Bleacher Report videos; Break; Brightcove; CBS News Video; CNBC; CNN; CNNMoney; CollegeHumor; Comedy Central; Coub; Dailymotion; Democracy Now!; dumpert; ESPN; Facebook; Flickr; FORA.tv; Fox News; Funny or Die; Gamespot; GameTrailers; Getty Images; Gfycat; GitHub Gist (via custom iframe); Global News; GoFundMe; Google Drive; Google Sheets; Google+; Hudl; Hulu; HumorTV; IGN; IMDb; Imgur; Indiegogo; Instagram; Internet Archive; İzlesene; JW Platform; Kickstarter; Kiss Video; Kontinental Hockey League (КХЛ); Libsyn; LiveCap; LiveLeak; Livestream; Mail.Ru; Medium; Metacafe; Mixcloud; MLB; MRCTV; MSNBC; National Geographic Channel; National Geographic Video; NBC News; NBC Sports; NHL Videos and Highlights; NPR; Oddshot; Pastebin; Plays.tv; Podbean; Prezi; Reddit threads and comments; Rutube; Scribd; SlideShare; SoundCloud; Sportsnet; Spotify; Steam store; Stitcher; Straw Poll; Streamable; Team Coco; TED Talks; The Atlantic Video; The Guardian; The New York Times Video; The Onion; The Wall Street Journal Online; TinyPic videos; TMZ; Trailer Addict; Tumblr; Twitch; Twitter; Ustream; VBOX7; Veoh; VEVO; Viagame; Video Detective; Videomega; vidme; Vimeo; Vine; VK; Vocaroo; Vox; Washington Post Video; WorldStarHipHop; Xbox DVR; XboxClips; Yahoo! Screen; Youku; YouTube; Zippyshare audio files;

    例子:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    輸出:
    嵌入的YouTube播放器會顯示在此處
  • [LIST] - 列表

    顯示符號或編碼列表

    例子:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    輸出:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - 文字對齊

    改變文字對齊方式.

    例子:
    [LEFT]左對齊[/LEFT]
    [CENTER]居中對齊[/CENTER]
    [RIGHT]右對齊[/RIGHT]
    輸出:
    左對齊​
    居中對齊​
    右對齊​
  • [QUOTE] - 引用文字

    顯示從其它位置引用文字. 您可以指定引用的屬性.

    例子:
    [QUOTE]引用文字[/QUOTE]
    [QUOTE=某人]他說了一些什么事.[/QUOTE]
    輸出:
  • [SPOILER] - Text Containing Spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.

    例子:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    輸出:
    Simple spoiler
    Spoiler with a title
  • [CODE], [PHP], [HTML] - 顯示源代碼

    以程序源代碼的方式顯示文本, 並可對其中的關鍵字進行高亮顯示.

    例子:
    [CODE]一般
    代碼[/CODE]
    [PHP]echo $hello . 'world';[/PHP]
    輸出:
    代碼:
    一般
    代碼
    PHP:
    echo $hello 'world';
  • [INDENT] - 文字縮進

    使文字產生縮進效果,可以嵌套使用.

    例子:
    正常文字
    [INDENT]縮進文字
    [INDENT]更多縮進[/INDENT]
    [/INDENT]
    輸出:
    正常文字
    縮進文字
    更多縮進​
  • [PLAIN] - 原始文字

    顯示標簽內文本中的BB code.

    例子:
    [PLAIN]這是[B]粗體[/B]文字.[/PLAIN]
    輸出:
    這是[B]粗體[/B]文字.
  • [ATTACH] - 插入附件

    插件附件至指定的位置. 如果附件為圖像,點擊相應的按鈕,可插入圖片的縮略圖或全尺寸圖片.

    例子:
    縮略圖: [ATTACH]123[/ATTACH]
    完整尺寸: [ATTACH=full]123[/ATTACH]
    輸出:
    附件內容將顯示在此處.
  • [CAPS] - Small Caps

    Turns lowercase text into small uppercase text.

    例子:
    [caps]Death Mode[/caps]
    輸出:
    Death Mode
  • [FUMEN] - Tetris Diagram

    Display a Tetris demonstration diagram.

    例子:
    [fumen]m105@/dH3hbH3hbG3ibH3gbI3gbA3pbAAARessobtsnbss0?bAAA/dH3ybMRgbssmbA3gb0lzbAAA7eAAAA[/fumen]
    輸出:
  • [GL] - Green Line

    Underlines text with a thick green line.

    例子:
    [gl]1. ARK Gm 08:10:22[/gl]
    輸出:
    1. ARK Gm 08:10:22
  • [MATH] - Math formula

    Render TeX/LaTeX/MathML/AsciiMath codes as a mathematical formula.

    例子:
    [math]\lim_{\Delta x \to 0} \frac{f(x+ \Delta x)-f(x)}{\Delta x}[/math]
    輸出:
    \(\lim_{\Delta x \to 0} \frac{f(x+ \Delta x)-f(x)}{\Delta x}\)
  • [OL] - Orange Line

    Underlines text with a thick orange line.

    例子:
    [ol]2. ARK S8 09:42:88[/ol]
    輸出:
    2. ARK S8 09:42:88
  • [S] - Strikethrough

    Method of highlighting text by placing a line through the characters.

    例子:
    [s]Text to strikethrough[/s]
    輸出:
    Text to strikethrough
  • [TABLE] - Table

    Inserts a table. You will need to add table cells and columns for this to work.

    例子:
    [table][tr][td]Row 1 Cell 1[/td][td]Row 1 Cell 2[/td][/tr][tr][td]Row 2 Cell 1[/td][td]Row 2 Cell 2[/td][/tr][/table]
    輸出:
    Row 1 Cell 1Row 1 Cell 2
    Row 2 Cell 1Row 2 Cell 2
  • [TD] - Table Cell

    Inserts a table cell. You will need to surround it in a table row and encompassing table for this to work.

    例子:
    [table][tr][td]Row 1 Cell 1[/td][td]Row 1 Cell 2[/td][/tr][tr][td]Row 2 Cell 1[/td][td]Row 2 Cell 2[/td][/tr][/table]
    輸出:
    Row 1 Cell 1Row 1 Cell 2
    Row 2 Cell 1Row 2 Cell 2
  • [TR] - Table Row

    Inserts a table row. You will need to add columns and a surrounding table for this to work.

    例子:
    [table][tr][td]Row 1 Cell 1[/td][td]Row 1 Cell 2[/td][/tr][tr][td]Row 2 Cell 1[/td][td]Row 2 Cell 2[/td][/tr][/table]
    輸出:
    Row 1 Cell 1Row 1 Cell 2
    Row 2 Cell 1Row 2 Cell 2