BB codes

  • [B], [I], [U], [S] - Bold, italics, underline, and strike-through

    Makes the wrapped text bold, italic, underlined, or struck-through.
    Example:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Changes the color, font, or size of the wrapped text.
    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Output:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Example:
    [URL=https://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Example:
    [USER=1]User name[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Example:
    [IMG]https://www.infinitymu.net/assets/default/images/wallpaper_infinity_small.png[/IMG]
    Output:
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    Approved sites: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Example:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text alignment

    Changes the alignment of the wrapped text.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    Quoted text
    A person said:
    Something they said
  • [SPOILER] - Text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    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.
    Example:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Output:
    You have to click the following word to see the content.
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Example:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

    PHP code:
    [CODE=php]echo $hello . ' world';[/CODE]

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    General code:
    Code:
    General
    code
    Rich code:
    Rich (BB code):
    Rich
    code
    PHP code:
    PHP:
    echo $hello . ' world';
    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Example:
    Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
    Output:
    Inline code blocks are a convenient way of displaying code inline.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    Example:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text
    Indented text​
    More indented​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [ADM] - Administrator

    Administrator Group BB Code.
    Example:
    [ADM]Administrator[/ADM]
    Output:
    Administrator
  • [ADMV2] - Administrator V2

    Administrator V2 Group BB Code.
    Example:
    [ADMV2]Administrator[/ADMV2]
    Output:
    Administrator
  • [BAN] - Banned User

    Banned User Group BB Code.
    Example:
    [BAN]Banned User[/BAN]
    Output:
    Banned User
  • [BOSS] - Boss Slayer

    Boss Slayer Group BB Code.
    Example:
    [BOSS]Boss Slayer[/BOSS]
    Output:
    Boss Slayer
  • [CHOSEN] - The Chosen One

    The Chosen One Group BB Code.
    Example:
    [CHOSEN]The Chosen One[/CHOSEN]
    Output:
    The Chosen One
  • [CO] - Castle Owner

    Castle Owner Group BB Code.
    Example:
    [CO]Castle Owner[/CO]
    Output:
    Castle Owner
  • [CONTRIBUTOR] - Top Contributor

    Top Contributor Group BB Code.
    Example:
    [Contributor]Top Contributor[/Contributor]
    Output:
    Top Contributor
  • [DH] - Draconite Hunter

    Draconite Hunter Group BB Code.
    Example:
    [DH]Draconite Hunter[/DH]
    Output:
    Draconite Hunter
  • [EM] - Event Master

    Event Master Group BB Code.
    Example:
    [EM]Event Master[/EM]
    Output:
    Event Master
  • [EMV2] - Event Master V2

    Event Master V2 Group BB Code.
    Example:
    [EMV2]Event Master[/EMV2]
    Output:
    Event Master
  • [FH] - Forum Hero

    Forum Hero Group BB Code.
    Example:
    [FH]Forum Hero[/FH]
    Output:
    Forum Hero
  • [FIMES] - FIMES Winner

    FIMES Winner Group BB Code.
    Example:
    [FIMES]FIMES Winner[/FIMES]
    Output:
    FIMES Winner
  • [FIN] - Infinity Finest

    Infinity Finest Group BB Code.
    Example:
    [FIN]Infinity Finest[/FIN]
    Output:
    Infinity Finest
  • [FSUP] - Forum Supporter

    Forum Supporter Group BB Code.
    Example:
    [FSUP]Forum Supporter[/FSUP]
    Output:
    Forum Supporter
  • [FSUPV2] - Forum Supporter V2

    Forum Supporter V2 Group BB Code.
    Example:
    [FSUPV2]Forum Supporter[/FSUPV2]
    Output:
    Forum Supporter
  • [GALLERY=option] - Gallery embed

    BB code for displaying gallery media items and albums.
    Example:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
    Output:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
  • [GFX] - GFX Team

    GFX Team Group BB Code.
    Example:
    [GFX]GFX Team[/GFX]
    Output:
    GFX Team
  • [GFXL] - GFX Team Leader

    GFX Team Leader Group BB Code.
    Example:
    [GFXL]GFX Team Leader[/GFXL]
    Output:
    GFX Team Leader
  • [GFXLV2] - GFX Team Leader V2

    GFX Team Leader V2 Group BB Code.
    Example:
    [GFXLV2]GFX Team Leader[/GFXLV2]
    Output:
    GFX Team Leader
  • [GLOW=option] - Glowing Text

    Adds a glow effect to the text
    Example:
    [glow=#e42222]glow[/glow]
    Output:
    glow
  • [GM] - Game Master

    Game Master Group BB Code.
    Example:
    [GM]Game Master[/GM]
    Output:
    Game Master
  • [GMV2] - Game Master V2

    Game Master V2 Group BB Code.
    Example:
    [GMV2]Game Master[/GMV2]
    Output:
    Game Master
  • [GOTO=option] - Go To

    Link to an anchor in post
    Example:
    [goto=This takes you to a new location within a post]This takes you to a new location within a post[/goto]
    Output:
  • [HB] - Birthday Wisher

    Birthday Wisher Group BB Code.
    Example:
    [HB]Birthday Wisher[/HB]
    Output:
    Birthday Wisher
  • [HC] - Infinity Hardcore

    Infinity Hardcore Group BB Code.
    Example:
    [hc]Infinity Hardcore[/hc]
    Output:
    Infinity Hardcore
  • [HEM] - Head Event Master

    Head Event Master Group BB Code.
    Example:
    [HEM]Head Event Master[/HEM]
    Output:
    Head Event Master
  • [HEMV2] - Head Event Master V2

    Head Event Master V2 Group BB Code.
    Example:
    [HEMV2]Head Event Master[/HEMV2]
    Output:
    Head Event Master
  • [HGM] - Head Game Master

    Head Game Master Group BB Code.
    Example:
    [HGM]Head Game Master[/HGM]
    Output:
    Head Game Master
  • [HGMV2] - Head Game Master V2

    Head Game Master V2 Group BB Code.
    Example:
    [HGMV2]Head Game Master[/HGMV2]
    Output:
    Head Game Master
  • [HR] - Horizontal Rule

    Adds a line between the text.
    Example:
    text
    [HR][/HR]
    text
    Output:
    text



    text
  • [HS] - Honorary Staff

    Honorary Staff Group BB Code.
    Example:
    [HS]Honorary Staff[/HS]
    Output:
    Honorary Staff
  • [IA] - Infinity Artist

    Infinity Artist Group BB Code.
    Example:
    [IA]Infinity Artist[/IA]
    Output:
    Infinity Artist
  • [IDOL] - Infinity Idol

    Infinity Idol Group BB Code.
    Example:
    [IDOL]Infinity Idol[/IDOL]
    Output:
    Infinity Idol
  • [IGT] - Infinity Got Talent

    Infinity Got Talent Group BB Code.
    Example:
    [IGT]Infinity Got Talent[/IGT]
    Output:
    Infinity Got Talent
  • [IMES] - IMES Winner

    IMES Winner Group BB Code.
    Example:
    [imes]IMES Winner[/imes]
    Output:
    IMES Winner
  • [INF] - Infinitian

    Infinitian Group BB Code.
    Example:
    [INF]Infinitian[/INF]
    Output:
    Infinitian
  • [LEG] - Legend

    Legend Group BB Code.
    Example:
    [LEG]Legend[/LEG]
    Output:
    Legend
  • [LMOD] - Lead Moderator

    Lead Moderator Group BB Code.
    Example:
    [LMOD]Lead Moderator[/LMOD]
    Output:
    Lead Moderator
  • [LMODV2] - Lead Moderator V2

    Lead Moderator V2 Group BB Code.
    Example:
    [LMODV2]Lead Moderator[/LMODV2]
    Output:
    Lead Moderator
  • [MOD] - Moderator

    Moderator Group BB Code.
    Example:
    [MOD]Moderator[/MOD]
    Output:
    Moderator
  • [MODV2] - Moderator V2

    Moderator V2 Group BB Code.
    Example:
    [MODV2]Moderator[/MODV2]
    Output:
    Moderator
  • [MR] - Mr. Infinity

    Mr. Infinity Group BB Code.
    Example:
    [MR]Mr. Infinity[/MR]
    Output:
    Mr. Infinity
  • [MS] - Ms. Infinity

    Ms. Infinity Group BB Code.
    Example:
    [MS]Ms Infinity[/MS]
    Output:
    Ms Infinity
  • [OWNER] - Owner

    Owner Group BB Code.
    Example:
    [OWNER]Owner[/OWNER]
    Output:
    Owner
  • [OWNERV2] - Owner V2

    Owner V2 Group BB Code.
    Example:
    [OWNERV2]Owner[/OWNERV2]
    Output:
    Owner
  • [PMW] - PK Monthly Winner

    PK Monthly Winner Group BB Code.
    Example:
    [PMW]PK Monthly Winner[/PMW]
    Output:
    PK Monthly Winner
  • [PVP] - PVP Champion

    PVP Champion Group BB Code.
    Example:
    [PVP]PVP Champion[/PVP]
    Output:
    PVP Champion
  • [PVPV2] - PVP Champion V2

    PVP Champion V2 Group BB Code.
    Example:
    [PVPV2]PVP Champion[/PVPV2]
    Output:
    PVP Champion
  • [RESET] - Reset Master

    Reset Master Group BB Code.
    Example:
    [RESET]Reset Master[/RESET]
    Output:
    Reset Master
  • [SEM] - Senior Event Master

    Senior Event Master Group BB Code.
    Example:
    [SEM]Senior Event Master[/SEM]
    Output:
    Senior Event Master
  • [SGM] - Senior Game Master

    Senior Game Master BB Code.
    Example:
    [SGM]Senior Game Master[/SGM]
    Output:
    Senior Game Master
  • [SGMV2] - Senior Game Master V2

    Senior Game Master V2 Group BB Code.
    Example:
    [SGMV2]Senior Game Master[/SGMV2]
    Output:
    Senior Game Master
  • [SIEGE] - Siege King

    Siege King Group BB Code.
    Example:
    [SIEGE]Siege King[/SIEGE]
    Output:
    Siege King
  • [SMOD] - Senior Moderator

    Senior Moderator Group BB Code.
    Example:
    [SMOD]Senior Moderator[/SMOD]
    Output:
    Senior Moderator
  • [SMODV2] - Senior Moderator V2

    Senior Moderator V2 Group BB Code.
    Example:
    [SMODV2]Senior Moderator[/SMODV2]
    Output:
    Senior Moderator
  • [SOTM] - SOTM Winner

    SOTM Winner Group BB Code.
    Example:
    [SOTM]SOTM Winner[/SOTM]
    Output:
    SOTM Winner
  • [STREAMER] - Community Streamer

    Community Streamer Group BB Code.
    Example:
    [STREAMER]Community Streamer[/STREAMER]
    Output:
    Community Streamer
  • [SUP] - Supporter

    Supporter Group BB Code.
    Example:
    [SUP]Supporter[/SUP]
    Output:
    Supporter
  • [SUPV2] - Supporter V2

    Supporter V2 Group BB Code.
    Example:
    [SUPV2]Supporter[/SUPV2]
    Output:
    Supporter
  • [SVIP] - SuperVIP

    SuperVIP Group BB Code.
    Example:
    [SVIP]SuperVIP[/SVIP]
    Output:
    SuperVIP
  • [TEM] - Test Event Master

    Test Event Master Group BB Code.
    Example:
    [TEM]Test Event Master[/TEM]
    Output:
    Test Event Master
  • [TGM] - Test Game Master

    Test Game Master Group BB Code.
    Example:
    [TGM]Test Game Master[/TGM]
    Output:
    Test Game Master
  • [TMOD] - Test Moderator

    Test Moderator Group BB Code.
    Example:
    [TMOD]Test Moderator[/TMOD]
    Output:
    Test Moderator
  • [TMODV2] - Test Moderator V2

    Test Moderator V2 Group BB Code.
    Example:
    [TMODV2]Test Moderator[/TMODV2]
    Output:
    Test Moderator
  • [TP] - Top Poster

    Top Poster Group BB Code.
    Example:
    [TP]Top Poster[/TP]
    Output:
    Top Poster
  • [UFIMES] - Ultimate FIMES Winner

    Ultimate FIMES Winner Group BB Code.
    Example:
    [UFIMES]Ultimate FIMES Winner[/UFIMES]
    Output:
    Ultimate FIMES Winner
  • [UI] - Ultimate Infinitian

    Ultimate Infinitian Group BB Code.
    Example:
    [UI]Ultimate Infinitian[/UI]
    Output:
    Ultimate Infinitian
  • [UIMES] - Ultimate IMES Winner

    Ultimate IMES Winner Group BB Code.
    Example:
    [uimes]Ultimate IMES Winner[/uimes]
    Output:
    Ultimate IMES Winner
  • [VET] - Veteran

    Veteran Group BB Code.
    Example:
    [VET]Veteran[/VET]
    Output:
    Veteran
  • [VIP] - VIP

    VIP Group BB Code.
    Example:
    [VIP]VIP[/VIP]
    Output:
    VIP
  • [VOTER] - Top Voter

    Top Voter Group BB Code.
    Example:
    [VOTER]Top Voter[/VOTER]
    Output:
    Top Voter
  • [WARKING] - War King

    War King Group BB Code.
    Example:
    [WARKING]War King[/WARKING]
    Output:
    War King
  • [WIKI] - Wiki Team

    Wiki Team Group BB Code.
    Example:
    [WIKI]Wiki Team[/WIKI]
    Output:
    Wiki Team
Top