• Boas-vindas ao fórum da E4T! Caso você deseje baixar algum dos Recursos (como traduções ou personalizações), você deverá criar uma conta no fórum. É fácil e rápido! Caso você tenha algum problema como problemas no recebimento do e-mail de confirmação, você pode editá-lo nas preferências e enviar uma nova solicitação de confirmação. Por vezes e-mails microsoft podem não receber. Caso tenha ainda tenha problemas, envie-nos uma mensagem através do nosso Discord.

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=cor], [FONT=nome], [SIZE=tamanho] - Cor do Texto, Fonte e Tamanho

    Altera a cor, fonte ou tamanho do texto envolvido.
    Example:
    Este texto é [COLOR=red]vermelho[/COLOR] e este é [COLOR=#0000cc]azul[/COLOR].
    Esta é a fonte [FONT=Courier New]Courier New[/FONT].
    Este texto é [SIZE=1]pequeno[/SIZE] e este é [SIZE=7]grande[/SIZE].
    Output:
    Este texto é vermelho e este é azul.
    Esta é a fonte Courier New.
    Este texto é pequeno e este é grande.
  • [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 para o perfil de um usuário. Isso geralmente é inserido automaticamente ao mencionar um usuário.
    Example:
    [USER=1]Nome de Usuário[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Example:
    [IMG]https://e4t.com.br/forum/data/assets/logo/E4TLOGO700x700Roxo.png[/IMG]
    Output:
    E4TLOGO700x700Roxo.png
  • [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.
    Sites aprovados: Apple Music, Bluesky, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Example:
    [MEDIA=youtube]kQ0Eo1UccEE[/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] - Alinhamento de texto

    Altera o alinhamento do texto envolvido.
    Example:
    [LEFT]Alinhado à esquerda[/LEFT]
    [CENTER]Alinhado ao centro[/CENTER]
    [RIGHT]Alinhado à direita[/RIGHT]
    Output:
    Alinhado à esquerda​
    Alinhado ao centro​
    Alinhado à direita​
  • [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:
    A person disse:
    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

    Exibe texto em uma das várias linguagens de programação, destacando a sintaxe sempre que possível.
    Example:
    Código geral:
    [CODE]General
    código[/CODE]

    Código Rich:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    código[/CODE]

    Código PHP:
    [CODE=php]echo $hello . ' world';[/CODE]

    Código JS:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    Código geral:
    Código:
    General
    código

    Código Rich:
    Rico (BBcode):
    Rich
    código

    Código PHP:
    PHP:
    echo $hello . ' world';

    Código JS:
    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:
    Seções de código inline [ICODE]são uma maneira conveniente[/ICODE] de exibir código inline.

    Formatação rica dentro das seções de código inline [ICODE=rich]também [COLOR=red]é[/COLOR] [U]suportada[/U][/ICODE].
    Output:
    Seções de código inline são uma maneira conveniente de exibir código inline.

    Formatação rica dentro das seções de código inline também é suportada.
  • [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
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Example:
    [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.
    Output:

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

    Insere um anexo no ponto especificado. Se o anexo for uma imagem, uma versão em miniatura ou em tamanho completo será inserida. Isso geralmente será inserido ao clicar no botão apropriado.
    Example:
    Miniatura: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    O conteúdo dos anexos apareceria aqui.
Voltar
Top