Boas-Vindas ao Site do Ed!

Desfrute de conteúdos exclusivos e atualizados!

Venha fazer parte dessa comunidade também, só falta você.

BBcodes

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

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

    Altera a cor, a fonte ou o tamanho do texto encapsulado.
    Exemplo:
    Este é o texto [COLOR=red]vermelho[/COLOR] e [COLOR=#0000cc]azul[/COLOR].
    Este é o texto [FONT=Courier New]Courier New[/FONT].
    Este é o texto [SIZE=1]pequeno[/SIZE] e [SIZE=7]grande[/SIZE].
    Saída:
    Este é o texto vermelho e azul.
    Este é o texto Courier New.
    Este é o texto pequeno e grande.
  • [URL], [EMAIL] - Vinculando

    Cria um link usando o texto encapsulado como o destino.
    Exemplo:
    [URL]http://www.exemplo.com.br[/URL]
    [EMAIL]exemplo@exemplo.com.br[/EMAIL]
    Saída:
    You do not have permission to view link Entre ou Registre-se agora.

    exemplo@exemplo.com.br
  • [URL=link], [EMAIL=endereço] - Vinculando (Avançado)

    Vincula o texto encadernado à página da Web especificada ou ao endereço de e-mail.
    Exemplo:
    [URL=http://www.exemplo.com.br]Ir para exemplo.com.br[/URL]
    [EMAIL=exemplo@exemplo.com.br]Me mande um e-mail
    [/EMAIL]
    Saída:
    You do not have permission to view link Entre ou Registre-se agora.

    Me mande um e-mail
  • [USER=ID] - Vinculando Perfil

    Links para o perfil de um usuário. Isso geralmente é inserido automaticamente ao mencionar um usuário.
    Exemplo:
    [USER=1]Nome de usuário[/USER]
    Saída:
  • [IMG] - Imagem

    Exibe uma imagem, usando o texto encapsulado como o URL.
    Exemplo:
    [IMG]https://webmods.com.br/+/xenforo-logo.png[/IMG]
    Saída:
    xenforo-logo.png
  • [MEDIA=site] - Mídia incorporada

    Mídia incorporada de sites aprovados em sua mensagem. Recomenda-se que você use o botão de mídia na barra de ferramentas do editor.
    Sites aprovados: I.Imgur, SendVid, YouTube
    Exemplo:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Saída:
    An embedded YouTube player would appear here.
  • [LIST] - Listas

    Exibe uma lista com marcadores ou numerada.
    Exemplo:
    [LIST]
    [*]Ponto 1
    [*]Ponto 2
    [/LIST]
    [LIST=1]
    [*]Entrada 1
    [*]Entrada 2
    [/LIST]
    Saída:
    • Ponto 1
    • Ponto 2
    1. Entrada 1
    2. Entrada 2
  • [LEFT], [CENTER], [RIGHT] - Alinhamento de texto

    Altera o alinhamento do texto encapsulado.
    Exemplo:
    [LEFT]Alinhado à esquerda[/LEFT]
    [CENTER]Centralizado[/CENTER]
    [RIGHT]Alinhado à direita[/RIGHT]
    Saída:
    Alinhado à esquerda​
    Centralizado​
    Alinhado à direita​
  • [QUOTE] - Texto citado

    Exibe o texto que foi citado de outra fonte. Você também pode atribuir o nome da fonte.
    Exemplo:
    [QUOTE]Texto citado[/QUOTE]
    [QUOTE=Uma pessoa]Algo que foi dito[/QUOTE]
    Saída:
    Uma pessoa disse:
    Algo que foi dito
  • [SPOILER] - Texto contendo spoilers

    Esconde texto que pode conter spoilers para que ele deve ser clicado pelo visualizador para ser visto.
    Exemplo:
    [SPOILER]Spoiler simples[/SPOILER]
    [SPOILER=Título do Spoiler]Spoiler com um título[/SPOILER]
    Saída:
    Spoiler simples
    Spoiler com um 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.
    Saída:
    You have to click the following word to see the content.
  • [CODE] - Exibição de código de programação

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

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

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

    Código JS:
    [CODE=js]var ola = 'mundo';[/CODE]
    Saída:
    Código geral:
    Código:
    Código
    geral

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

    Código PHP:
    PHP:
    echo $ola . ' mundo';

    Código JS:
    Código:
    var ola = 'mundo';
  • [ICODE] - Exibição de códigos de programação em linha

    Permite que você exiba o código inline entre o conteúdo normal do post. A sintaxe não será realçada.
    Exemplo:
    Os blocos de código em linha [ICODE] são uma maneira conveniente [/ICODE] de exibir código inline.
    Saída:
    Os blocos de código em linha são uma maneira conveniente de exibir código inline.
  • [INDENT] - Recuo de texto

    Recua o texto envolvido. Isso pode ser aninhado para recuos maiores.
    Exemplo:
    Texto regular
    [INDENT]Texto recuado
    [INDENT]Mais recuado[/INDENT]
    [/INDENT]
    Saída:
    Texto regular
    Texto recuado
    Mais recuado​
  • [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]
    Saída:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marca o texto como um título estruturado para facilitar a legibilidade da máquina.
    Exemplo:
    [HEADING=1]Título principal[/HEADING]
    Este texto vem sob um título principal, usado para separar as seções primárias de um artigo.

    [HEADING=2]Título secundário[/HEADING]
    Quando você precisar subdividir as seções primárias de um artigo, use um título secundário de nível 2.

    [HEADING=3]Subtítulo[/HEADING]
    Se você precisar de subdivisão adicional, poderá cair para o nível 3.
    Saída:

    Título principal​

    Este texto vem sob um título principal, usado para separar as seções primárias de um artigo.

    Título secundário​

    Quando você precisar subdividir as seções primárias de um artigo, use um título secundário de nível 2.

    Subtítulo​

    Se você precisar de subdivisão adicional, poderá cair para o nível 3.
  • [PLAIN] - Texto simples

    Desativa a tradução de BBcode no texto encapsulado.
    Exemplo:
    [PLAIN]Este não é [B]texto em negrito[/B].[/PLAIN]
    Saída:
    Este não é [B]texto em negrito[/B].
  • [ATTACH] - Inserção de anexos

    Insere um anexo no ponto especificado. Se o anexo for uma imagem, será inserida uma miniatura ou uma versão em tamanho normal. Isso geralmente será inserido clicando no botão apropriado.
    Exemplo:
    Miniatura: [ATTACH]123[/ATTACH]
    Tamanho completo: [ATTACH=full]123[/ATTACH]
    Saída:
    O conteúdo dos anexos apareceria aqui.
  • [CLUB] - For club members

    Information inside the code is displayed only to members of the club.
    Exemplo:
    [CLUB]Hello World![/CLUB] - Hidden text for club members
    Saída:
    - Hidden text for club members
  • [DAYS=option] - Number of days

    Number of days from the date of registration on the forum, which the user needs to be able to view
    Exemplo:
    [DAYS=5]Hello World![/DAYS] - Only registered users who are registered not earlier than 5 days ago are displayed.
    Saída:
    - Only registered users who are registered not earlier than 5 days ago are displayed.
  • [GROUPS=option] - For user groups

    The tag hides content from people who are not members of X,Y,Z usergroups.
    Exemplo:
    [GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
    Saída:
    Content of this hidden block can only be seen by members of: Membros
    - Displayed only for group members with ID 2.
  • [HIDE] [HIDE=option] - For register only

    Tag [HIDE] is used for hidden content. If [HIDE=(condition)] is specified, the condition will be applied to the hidden content. Note: After the = sign, you must enclose the conditions in parentheses to indicate the start and end of condition processing. Inside, you can use any condition grouping.

    Allowed expressions (tags):

    • posts: Number of user posts.
    • likes: User reaction count.
    • reactions: User reaction count (same as likes).
    • trophies: Number of user trophies.
    • days: Number of days since user registration.
    • isMemberOf(id): User group, for multiple groups you can use comma-separated values.
    • username: User's username.
    • user_id: User's identifier.
    • user_state: User's state.
    • is_staff: Flag indicating whether the user is a staff member.
    • is_admin: Flag indicating whether the user is an administrator.
    • is_moderator: Flag indicating whether the user is a moderator.

    Allowed operators:

    • Arithmetic operators:
      Arithmetic operators are used for performing mathematical calculations:
      • +
      • -
      • *
      • /
      • % (modulus)
      • ** (exponentiation)
    • Comparison operators:
      Comparison operators are used for comparing values and returning a boolean result:
      • == (equal to)
      • === (strictly equal to)
      • != (not equal to)
      • !== (strictly not equal to)
      • < (less than)
      • > (greater than)
      • <= (less than or equal to)
      • >= (greater than or equal to)
    • Logical operators:
      Logical operators are used for performing logical operations and returning a boolean result:
      • and or && (logical AND)
      • or or || (logical OR)
      • not or ! (logical NOT)
    • Bitwise operators:
      Bitwise operators are performed on binary representations of numbers:
      • & (bitwise AND)
      • | (bitwise OR)
      • ^ (bitwise XOR)
    • String operators:
      The ~ operator is used for string concatenation:
      • ~ (string concatenation)
    • Array operators:
      Array operators are used for checking element membership in an array:
      • in (element present in array)
      • not in (element not present in array)
    • Numeric operators:
      The .. operator is used to create a range of numbers:
      • .. (number range)
    • Ternary operator:
      The ?: operator is used to perform conditional operations in a single line:
      • ?: (ternary operator)
    Exemplo:
    [HIDE]Hello World![/HIDE] - only registered users see the hidden text
    [HIDE=(posts > 1 or likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
    [HIDE=(posts > 1 and likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
    [HIDE=(days > 1 or user_state == "valid")]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
    [HIDE=(isMemberOf(2) or trophies >= 0)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
    [HIDE=(is_staff)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a staff member.
    Saída:
    View hidden content is available for registered users!
    - only registered users see the hidden text
    message > 1 (0) or like > 1 (0)
    - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
    message > 1 (0) and like > 1 (0)
    - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
    day > 1 (0) or Estado do usuário is "valid" (valid)
    Hello World!
    - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
    Member group(s): Membros or points >= 0 (0)
    Hello World!
    - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
    STAFF
    - The hidden text "Hello World!" will be displayed if the user is a staff member.
  • [ITDPDF] [ITDPDF=option] - PDF incorporado

    Incorpore todos os arquivos PDF legíveis on-line ao seu quadro por meio do BB Code personalizado.
    Exemplo:
    [URL='?'][ITDPDF]?[/ITDPDF][/URL] (Substituir ambos? com link PDF)
    Saída:
    O conteúdo do PDF apareceria aqui.
  • [LIKES=option] - Number of likes

    Number of like on the forum, which the user needs to be able to view
    Exemplo:
    [LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
    Saída:
    - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
  • [POSTS=option] - Number of posts

    Number of posts on the forum, which the user needs to be able to view
    Exemplo:
    [POSTS=5]Hello World![/POSTS] - Displays users who have 5 or more posts on the forum.
    Saída:
    - Displays users who have 5 or more posts on the forum.
  • [REACTS=option] - By the reacts

    Hidden text for which you need to select a specific reaction
    Exemplo:
    [REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.
    Saída:
    - displayed for those who clicked the 'Like' reaction.
  • [REPLY] - Answers the thread

    Hidden text until the user answers the thread.
    Exemplo:
    [REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.
    Saída:
    - Displayed to users when they reply to the thread.
  • [REPLYANDTHANKS] - Answer and click Like

    Hidden text until the user responds to the thread and clicks Like on this message.
    Exemplo:
    [REPLYANDTHANKS]Hello World![/REPLYANDTHANKS] - It is displayed to users when they reply to the thread and click "I like".
    Saída:
    - It is displayed to users when they reply to the thread and click "I like".
  • [REPLYTHANKS] - Answer or click Like

    Hidden text until the user responds to the thread or clicks Like on this message.
    Exemplo:
    [REPLYTHANKS]Hello World![/REPLYTHANKS] - It is displayed to users when they reply to the thread or click "I like".
    Saída:
    - It is displayed to users when they reply to the thread or click "I like".
  • [THANKS] - Click "Like"

    This tag hides the text until the user clicks the Like button in the message.
    Exemplo:
    [THANKS]Hello World![/THANKS] - This tag hides the text until the user clicks the Like button in the message.
    Saída:
    - This tag hides the text until the user clicks the <b>Like button</b> in the message.
  • [TROPHIES=option] - Number of trophies

    Number of trophies on the forum, which the user needs to be able to view
    Exemplo:
    [TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
    Saída:
    - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
  • [USERS=option] - For users

    Hides the text from users, except for the parameters listed in the list of BB-code.
    Exemplo:
    [USERS=Alex,John,Bryan]Hello World![/USERS] - Displayed only by user Alex, John, Bryan.
    Saída:
    Hidden text for users: Alex
    - Displayed only by user Alex, John, Bryan.
  • [USERSEXC=option] - Exclude users

    Hides the text from users that are listed in the list of parameters of the BB-code.
    Exemplo:
    [USERSEXC=Alex,John,Bryan]Hello World![/USERSEXC] - Displayed to all users except Alex, John, Bryan.
    Saída:
    - Displayed to all users except Alex, John, Bryan.
  • [USERSID=option] - Users by id

    Hides the text from users by id, except for the parameters listed in the list of BB-code.
    Exemplo:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
    Saída:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
  • [USERSIDEXC=option] - Exclude users by id

    Hides the text from users by id that are listed in the list of parameters of the BB-code.
    Exemplo:
    [USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.
    Saída:
    - Appears only for all users except with ids 1, 2, 3.
Voltar
Topo