Você está usando um navegador desatualizado. Ele pode não exibir este ou outros sites corretamente. Você deve atualizar ou usar um navegador alternativo.
[B], [I], [U], [S] - Negrito, itálico, sublinhado e tachado
Deixa o texto envolvido em negrito, itálico, sublinhado ou tachado.
Exemplo:
Este é um texto em [B]negrito[/B].
Este é um texto em [I]itálico[/I].
Este é um texto [U]sublinhado[/U].
Este é um texto [S]tachado[/S].
Output:
Este é um texto em negrito.
Este é um texto em itálico.
Este é um texto sublinhado.
Este é um texto tachado.
[COLOR=cor], [FONT=nome], [SIZE=tamanho] - Cor, fonte e tamanho do texto
Altera a cor, fonte ou tamanho do texto envolvido.
Exemplo:
Este é um texto em [COLOR=red]vermelho[/COLOR] e [COLOR=#0000cc]azul[/COLOR].
Este é um texto em [FONT=Courier New]Courier New[/FONT].
Este é um texto [SIZE=1]pequeno[/SIZE] e [SIZE=7]grande[/SIZE].
Output:
Este é um texto em vermelho e azul.
Este é um texto em Courier New.
Este é um texto pequeno e grande.
[URL], [EMAIL] - Links
Cria um link usando o texto envolvido como destino.
[URL=link], [EMAIL=endereço] - Links avançados
Cria um link do texto envolvido para a página web ou endereço de email especificado.
Exemplo:
[URL=https://www.exemplo.com]Ir para exemplo.com[/URL]
[EMAIL=exemplo@exemplo.com]Enviar email[/EMAIL]
Desativa a tradução de BB code no texto envolvido.
Exemplo:
[PLAIN]Este não é um texto em [B]negrito[/B].[/PLAIN]
Output:
Este não é um texto em [B]negrito[/B].
[ATTACH] - Inserção de anexo
Insere um anexo no ponto especificado. Se o anexo for uma imagem, será inserida uma miniatura ou a versão em tamanho completo. Normalmente, isso será feito clicando no botão apropriado.
Displays an article with an optional source attribution.
Exemplo:
[ARTICLE=https://en.wikipedia.org/wiki/Article_(publishing)]
A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).
A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
[/ARTICLE]
Output:
Article:
A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).
A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader's attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
[BIMG]
·
[BIMG=option]
- Block image
Displays an image, allowing it to be resized, aligned or floated, and compared with another image.
This BB Code inserts a text box to the right of a text (absolute position). It has to be inserted just before the content. (width customizable in %)
Exemplo:
[ENCADRE]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
[ENCADRE width=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
Output:
Content
Content
[FIELDSET]
·
[FIELDSET=option]
- Fieldset
This BB Code inserts a fieldset
Exemplo:
[fieldset]This is a fieldset[/fieldset]
[fieldset title="Title"]This is a fieldset[/fieldset]
[fieldset title="Title" width=80]This is a fieldset[/fieldset]
Output:
Fieldset:
This is a fieldset
Title
This is a fieldset
Title
This is a fieldset
[FLEFT]
- Float left
Make a block float on the left
Exemplo:
[fleft]Make me float on the left[/fleft]
Output:
Make me float on the left
[FRIGHT]
- Float right
Make a block float on the right
Exemplo:
[FRIGHT]Make me float on the right[/FRIGHT]
Output:
Make me float on the right
[GVIEW]
·
[GVIEW=option]
- GVIEW
This BB Code displays documents using the "Google Docs - Viewer" (supports many different file types:pdf,ppt,doc,xls...).
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.
Expressões permitidas (tags):
posts: Número de publicações do usuário.
likes: Contagem de reações do usuário.
reactions: Contagem de reações do usuário (mesmo que likes).
trophies: Número de troféus do usuário.
days: Número de dias desde o registro do usuário.
isMemberOf(id): Grupo do usuário; para múltiplos grupos, use valores separados por vírgula.
username: Nome de usuário.
user_id: Identificador do usuário.
user_state: Estado do usuário.
is_staff: Indica se o usuário é um membro da equipe.
is_admin: Indica se o usuário é administrador.
is_moderator: Indica se o usuário é moderador.
Operadores permitidos:
Operadores aritméticos:
Usados para realizar cálculos matemáticos:
+
-
*
/
% (módulo)
** (exponenciação)
Operadores de comparação:
Usados para comparar valores e retornar verdadeiro ou falso:
== (igual a)
=== (estritamente igual a)
!= (diferente de)
!== (estritamente diferente de)
< (menor que)
> (maior que)
<= (menor ou igual a)
>= (maior ou igual a)
Operadores lógicos:
Usados para operações lógicas e retornam verdadeiro ou falso:
and ou && (E lógico)
or ou || (OU lógico)
not ou ! (NÃO lógico)
Operadores bit a bit:
Operam sobre representações binárias de números:
& (AND bit a bit)
| (OR bit a bit)
^ (XOR bit a bit)
Operadores de string:
O operador ~ é usado para concatenação de strings:
~ (concatenação de strings)
Operadores de array:
Usados para verificar se um elemento está presente em um array:
in (elemento presente no array)
not in (elemento ausente no 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]Olá Mundo![/HIDE] - Apenas usuários registrados veem o texto oculto
[HIDE=(posts > 1 or likes > 1)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o número de posts do usuário for maior que 1 OU o número de likes for maior que 1.
[HIDE=(posts > 1 and likes > 1)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o número de posts do usuário for maior que 1 E o número de likes for maior que 1.
[HIDE=(days > 1 or user_state == "valid")]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o número de dias desde o registro do usuário for maior que 1 OU o estado do usuário for "valid".
[HIDE=(isMemberOf(2) or trophies >= 0)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o usuário for membro do grupo 2 OU o número de troféus do usuário for maior ou igual a 0.
[HIDE=(is_staff)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o usuário for membro da equipe.
- Apenas usuários registrados veem o texto oculto
[HIDE=(posts > 1 or likes > 1)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o número de posts do usuário for maior que 1 OU o número de likes for maior que 1.
[HIDE=(posts > 1 and likes > 1)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o número de posts do usuário for maior que 1 E o número de likes for maior que 1.
[HIDE=(days > 1 or user_state == "valid")]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o número de dias desde o registro do usuário for maior que 1 OU o estado do usuário for "valid".
[HIDE=(isMemberOf(2) or trophies >= 0)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o usuário for membro do grupo 2 OU o número de troféus do usuário for maior ou igual a 0.
[HIDE=(is_staff)]Olá Mundo![/HIDE] - O texto oculto "Olá Mundo!" será exibido se o usuário for membro da equipe.
[HIDEREACT=option]
- Hide reaction
Hidden text until the user reacts with a reaction you had chosen.
Exemplo:
[HIDEREACT]Hello World![/HIDEREACT] - It is displayed to users until they put a reaction that you had previously chosen.
Output:
[HIDEREACT]Hello World![/HIDEREACT] - It is displayed to users until they put a reaction that you had previously chosen.
[HIDEREPLY]
- Hide Reply
Hidden text until the user answers the thread.
Exemplo:
[HIDEREPLY]Hello World![/HIDEREPLY] - It is displayed to users until they put a reaction that you had previously chosen.
- This tag hides the text until the user clicks the <b>Like button</b> in the message.
[HR]
·
[HR=option]
- Horizontal line
Exemplo:
Default line:
[hr]
Unformatted line:
[hr=0]
Solid line:
[hr=1]
Lightly faded on both sides:
[hr=2]
Significantly faded on both sides:
[hr=3]
Faded to left:
[hr=4]
Faded from right:
[hr=5]
Output:
Default line: Unformatted line: Solid line: Lightly faded on both sides: Significantly faded on both sides: Faded to left: Faded from right: