Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

BB codes

  • [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.xenforo.com[/URL]
    [EMAIL]info@xenforo.com[/EMAIL]
    輸出:
  • [URL=link],[EMAIL=address] - Linking (Advanced)

    為文字添加網頁和郵寄地址連接。
    例子:
    [URL=http://www.xenforo.com]連結到 XenForo.COM[/URL]
    [EMAIL=info@xenforo.com]點此給我發郵件[/EMAIL]
    輸出:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    例子:
    [USER=1]用戶名[/USER]
    輸出:
  • [IMG] - 圖像

    顯示圖像,標籤內為圖像的連結位址。
    例子:
    [IMG]https://kenlu.net/foro/data/assets/logo/KENLU-TITLE-2-600.png[/IMG]
    輸出:
    KENLU-TITLE-2-600.png
  • [MEDIA=site] - 嵌入視頻

    嵌入可用視頻網站的視頻,推薦使用編輯器上的視頻按鈕來添加視頻。
    可用的網站: ABC News, Amazon Product, Anchor, Apple Music, Audioboom, Audiomack, Bandcamp, BBC News, BitChute, Bleacher Report videos, Break, Brightcove, Castos, CBS News Video, Clyp, CNBC, CNN, CNNMoney, CodePen, Comedy Central, Coub, Dailymotion, Democracy Now!, dumpert, 8tracks, ESPN, Facebook, Falstad Circuit Simulator, Flickr, Fox News, Funny or Die, Gamespot, GameTrailers, Getty Images, Gfycat, Gifs.com, GIPHY, GitHub Gist, Global News, GoFundMe, Google Drive, Google+, Google Sheets, Hudl, Hulu, IGN, IMDb, Imgur, Indiegogo, Instagram, Internet Archive, İzlesene, JSFiddle, JW Platform, Kaltura, Kontinental Hockey League (КХЛ), Kickstarter, Libsyn, Liveleak, Livestream, Mail.Ru, Medium, Megaphone, Metacafe, Mixcloud, Mixer, MLB, MRCTV, MSNBC, National Geographic Channel, National Geographic Video, NBC News, NBC Sports, NHL Videos and Highlights, NPR, The New York Times Video, Orfium, Pastebin, Pinterest, Podbean, Prezi, Reddit threads and comments, Rumble, Rutube, Scribd, Sendvid, SlideShare, SoundCloud, Sporcle, Sportsnet, Spotify, Spreaker, Steam store, Stitcher, Straw Poll, Streamable, Streamja, Team Coco, TED Talks, Telegram, The Atlantic Video, The Guardian (obsolete), The Onion, TikTok, TMZ, TradingView, Trailer Addict, Trending Views, Tumblr, 247Sports, Twitch, Twitter, Ustream, VBOX7, Veoh, Vevo, Video Detective, Vimeo, Vine, VK, Vocaroo, Vox, Washington Post Video, Wistia, WorldStarHipHop, The Wall Street Journal Online, GameClips.io, Gamer DVR, Youku, YouTube
    例子:
    [MEDIA=youtube]kQ0Eo1UccEE[/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
  • [ISPOILER] - Inline text containing spoilers

    Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
    例子:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    輸出:
    You have to click the following word to see the content.
  • [CODE],[PHP],[HTML] - 顯示原始程式碼

    以程式原始程式碼的方式顯示文本,並可對其中的關鍵字進行高亮顯示。
    例子:
    [CODE]一般
    代碼[/CODE]
    [PHP]echo $hello 。'world';[/PHP]
    輸出:
    代碼:
    一般
    代碼
    PHP:
    echo $hello 。'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    例子:
    Inline code sections [ICODE]are a convenient way[/ICODE] of displaying code inline.

    Rich formatting within inline code sections [ICODE=rich]is [COLOR=red]also[/COLOR] [U]supported[/U][/ICODE].
    輸出:
    Inline code sections are a convenient way of displaying code inline.

    Rich formatting within inline code sections is also supported.
  • [INDENT] - 文字縮進

    使文字產生縮進效果,可以嵌套使用。
    例子:
    正常文字
    [INDENT]縮進文字
    [INDENT]更多縮進[/INDENT]
    [/INDENT]
    輸出:
    正常文字
    縮進文字
    更多縮進​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    例子:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    輸出:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    例子:
    [HEADING=1]Major heading[/HEADING]
    This text comes under a major heading, used to separate the primary sections of an article.

    [HEADING=2]Minor heading[/HEADING]
    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    [HEADING=3]Subheading[/HEADING]
    If you require additional subdivision, you may drop to level 3.
    輸出:

    Major heading​

    This text comes under a major heading, used to separate the primary sections of an article.

    Minor heading​

    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    Subheading​

    If you require additional subdivision, you may drop to level 3.
  • [PLAIN] - 原始文字

    顯示標籤內文本中的 BB Code。
    例子:
    [PLAIN]這是[B]粗體[/B]文字。[/PLAIN]
    輸出:
    這是[B]粗體[/B]文字。
  • [ATTACH] - 插入附件

    外掛程式附件至指定的位置。如果附件為圖像,點擊相應的按鈕,可插入圖片的縮略圖或全尺寸圖片。
    例子:
    縮略圖: [ATTACH]123[/ATTACH]
    完整尺寸: [ATTACH=full]123[/ATTACH]
    輸出:
    附件內容將顯示在此處。
頂部 底部