BB codes

  • [B], [I], [U], [S] - Negrito, Itálico, Sublinhado e Riscado

    Torna o texto seleccionado em negrito, itálico, sublinhado ou riscado.
    Exemplo:
    Isto é texto em [B]Negrito[/B].
    Isto é texto em [I]itálico[/I].
    Isto é texto em [U]sublinhado[/U].
    Isto é texto em [S]riscado[/S].
    Resultado:
    Isto é texto em Negrito.
    Isto é texto em itálico.
    Isto é texto em sublinhado.
    Isto é texto em riscado.
  • [COLOR=color], [FONT=name], [SIZE=size] - Cor do texto, Fonte e Tamanho

    Muda a cor, a fonte ou o tamanho do texto envolvido.
    Exemplo:
    Isto é texto de cor [COLOR=red]vermelha[/COLOR] e [COLOR=#0000cc]azul[/COLOR].
    Isto é texto com a fonte [FONT=Courier New]Courier New[/FONT].
    Isto é texto [SIZE=1]pequeno[/SIZE] e [SIZE=7]grande[/SIZE].
    Resultado:
    Isto é texto de cor vermelha e azul.
    Isto é texto com a fonte Courier New.
    Isto é texto pequeno e grande.
  • [URL], [EMAIL] - Criar Links

    Cria um link tendo o texto selecionado como alvo.
    Exemplo:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Resultado:
  • [URL=link], [EMAIL=email] - Criar Links (Avançado)

    Adiciona um link (página web ou email) a um texto selecionado.
    Exemplo:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Resultado:
  • [USER=ID] - Link para Perfil

    Link para o perfil de um utilizador. Esta opção é inserida automaticamente quando faz o tag de um utilizador.
    Exemplo:
    [USER=1]Nome de utilizador[/USER]
    Resultado:
  • [IMG] - Imagem

    Apresentar uma imagem, usando o texto envolvido como o URL.
    Exemplo:
    [IMG]https://www.somosporto.org/data/assets/logo/v2-275x268.png[/IMG]
    Resultado:
    v2-275x268.png
  • [MEDIA=site] - Embedded Media

    Incorpora mídia de sites aprovados na sua mensagem. É recomendado que use o botão de mídia na barra de ferramentas do editor. Sites Aprovados
    Sites aprovados: ABC News, Acast, Amazon (obsolete), Anchor, Apple Music, Apple Podcasts, Audioboom, Audiomack, Audius, Bandcamp, BBC News, BitChute, Brightcove, Bunny Stream, Captivate, 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, Getty Images, Gifs.com, GIPHY, GitHub Gist, Global News, GoFundMe, Google Drive, Google+, Google Sheets, Hudl, Hulu, IGN, IMDb trailers, Imgur, Indiegogo, Instagram, Internet Archive, İzlesene, JSFiddle, JW Platform, Kaltura, Kontinental Hockey League (КХЛ), Kickstarter, Libsyn, Liveleak, Livestream, Mail.Ru, Mastodon, Medium, Megaphone, Metacafe, Mixcloud, MLB, MRCTV, MSNBC, National Geographic Channel, National Geographic Video, NBC News, NHL Videos and Highlights, NPR, The New York Times Video, Odysee, On3 DB, Orfium, Pastebin, Pinterest, Podbean, Prezi, Reddit threads and comments, Rumble, Rutube, Scribd, Sendvid, SlideShare, SoundCloud, Sporcle, Sportsnet, Spotify, Spreaker, Steam store, Straw Poll, Streamable, Team Coco, TED Talks, Telegram, The Atlantic Video, The Guardian (obsolete), The Onion, Threads, TikTok, TMZ, TradingView, Trailer Addict, Trending Views, Tumblr, 247Sports, Twitch, X, Ustream, VBOX7, Veoh, Vevo, Video Detective, Vimeo, Vine, VK, Vocaroo, Vox, Washington Post Video, Wavekit, Wistia, WorldStarHipHop, The Wall Street Journal Online, GameClips.io, Gamer DVR, XenForo, Youku, YouMaker, YouTube
    Exemplo:
    [MEDIA=youtube]oHg5SJYRHA0[/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] - Text Alignment

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

    Mostra texto que foi citado de outra fonte. Também pode atribuir um nome a essa fonte.
    Exemplo:
    [QUOTE]Texto Citado[/QUOTE]
    [QUOTE=Uma pessoa]Citar alguém[/QUOTE]
    Resultado:
    Uma pessoa disse:
    Citar alguém
  • [SPOILER] - Texto que Contem Spoilers

    Esconde texto que pode conter spoilers para que ele tenha que ser clicado para ser visto.
    Exemplo:
    [SPOILER]Spoiler simples[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler com título[/SPOILER]
    Resultado:
    Spoiler simples
    Spoiler com título
  • [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.
    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], [PHP], [HTML] - Display de código de programação

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Exemplo:
    [CODE]General
    code[/CODE]
    [PHP]echo $hello . 'world';[/PHP]
    Resultado:
    Code:
    General
    code
    PHP:
    echo $hello . 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    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] - Indentação de Texto

    Coloca o teu selecionado com indentação. É possível ter vários níveis de indentação.
    Exemplo:
    Texto Regular
    [INDENT]Text Indentado
    [INDENT]Ainda mais Indentado[/INDENT]
    [/INDENT]
    Resultado:
    Texto Regular
    Text Indentado
    Ainda mais Indentado​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    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] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    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 Simplificado

    Desactiva o código BB no texto selecionado.
    Exemplo:
    [PLAIN]Isto não é texto em [B]negrito[/B].[/PLAIN]
    Resultado:
    Isto não é texto em [B]negrito[/B].
  • [ATTACH] - Inserir Anexo

    Insere um anexo no ponto especificado. Se o anexo for uma imagem, uma versão em miniatura ou em tamanho real será inserida. Isso geralmente ocorre clicando no botão apropriado.
    Exemplo:
    Miniatura: [ATTACH]123[/ATTACH]
    Tamanho Real: [ATTACH=full]123[/ATTACH]
    Resultado:
    O conteúdo do anexo irá aparecer aqui.
Top