BB codes

  • [B], [I], [U], [S] - Negrito, itálico, sublinhado e tachado

    Torna o texto envolvido em negrito, itálico, sublinhado ou tachado.
    Exemplo:
    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.
    Resultado:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=name], [SIZE=size] - Cor, fonte e tamanho do texto

    Altera a cor, fonte ou tamanho do texto envolvido.
    Exemplo:
    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.
    Resultado:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Vinculação

    Cria um link usando o texto envolvido como destino.
    Exemplo:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Resultado:
  • [URL=link], [EMAIL=endereço] - Vinculação (avançado)

    Vincula o texto agrupado à página da web ou endereço de e-mail especificado.
    Exemplo:
    [URL=https://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Resultado:
  • [USER=ID] - Vinculação de perfil

    Links para o perfil de um usuário. Geralmente, isso é inserido automaticamente ao mencionar um usuário.
    Exemplo:
    [USER=1]Usuário[/USER]
    Resultado:
  • [IMG] - Imagem

    Exibe uma imagem, usando o texto envolvido como URL.
    Exemplo:
    [IMG]https://bicicletamotor.com.br/data/assets/logo/logoForumN.png[/IMG]
    Resultado:
    logoForumN.png
  • [MEDIA=site] - Mídia incorporada

    Incorpora mídia de sites aprovados em sua mensagem. É recomendável usar o botão de mídia na barra de ferramentas do editor.
    Sites aprovados: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Exemplo:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Resultado:
    An embedded YouTube player would appear here.
  • [LIST] - Listas

    Exibe uma lista com marcadores ou numerada.
    Exemplo:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Resultado:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Alinhamento de texto

    Altera o alinhamento do texto envolvido.
    Exemplo:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Resultado:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Texto citado

    Exibe o texto que foi citado de outra fonte. Você também pode atribuir o nome da fonte.
    Exemplo:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Resultado:
    A person disse:
    Something they said
  • [SPOILER] - Texto contendo spoilers

    Oculta o texto que pode conter spoilers para que seja necessário clicar nele para ser visto.
    Exemplo:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Resultado:
    Simple spoiler
    Spoiler with a title
  • [ISPOILER] - Texto embutido contendo spoilers

    Permite que você exiba texto embutido entre o conteúdo normal, o que oculta o texto que pode conter spoilers e deve ser clicado pelo visualizador para ser visto.
    Exemplo:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Resultado:
    You have to click the following word to see the content.
  • [CODE] - Exibição do código de programação

    Exibe texto em uma das várias linguagens de programação, destacando a sintaxe sempre que possível.
    Exemplo:
    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]
    Resultado:
    General code:
    Código:
    General
    code

    Rich code:
    Rich (BB code):
    Rich
    code

    PHP code:
    PHP:
    echo $hello . ' world';

    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Exibição do código de programação inline

    Permite que você exiba o código embutido entre o conteúdo normal da postagem. A sintaxe não será destacada.
    Exemplo:
    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].
    Resultado:
    Inline code sections are a convenient way of displaying code inline.

    Rich formatting within inline code sections is also supported.
  • [INDENT] - Identação de texto

    Recua o texto envolvido. Isto pode ser usado para maiores identações.
    Exemplo:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Resultado:
    Regular text
    Indented text​
    More indented​
  • [TABLE] - Tabelas

    Marcação especial para exibir tabelas em seu conteúdo.
    Exemplo:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Resultado:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Níveis de títulos 1 a 3

    Marca o texto como um título estruturado para facilitar a legibilidade da máquina.
    Exemplo:
    [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.
    Resultado:

    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] - Texto simples

    Desativa a tradução do código BB no texto envolvido.
    Exemplo:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Resultado:
    This is not [B]bold[/B] text.
  • [ATTACH] - Inserção de anexo

    Insere um anexo no ponto especificado. Se o anexo for uma imagem, uma miniatura ou versão em tamanho real será inserida. Isso geralmente é inserido clicando no botão apropriado.
    Exemplo:
    Miniatura: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Resultado:
    The contents of the attachments would appear here.
  • [YOUTUBE] - YouTube

    custom_bb_code_desc.youtube
    Exemplo:
    [youtube]U-zj0Y_1cNQ[/youtube]
    Resultado:
    custom_bb_code_output.youtube
Top