-
Faz com que o texto incorporado se torne negrito, itálico, sublinhado ou riscado.
- Exemplo:
- Isto é um texto em [B]negrito[/B].
Isto é um texto em [I]itálico[/I].
Isto é um texto [U]sublinhado[/U].
Isto é um texto [S]riscado[/S].
- Resultado:
Isto é um texto em negrito.
Isto é um texto em itálico.
Isto é um texto sublinhado.
Isto é um texto riscado.
-
Muda a cor, fonte ou tamanho do texto incorporado.
- Exemplo:
- Estes são textos em [COLOR=red]vermelho[/COLOR] e [COLOR=#0000cc]azul[/COLOR].
Isto é um texto em [FONT=Courier New]Courier New[/FONT].
Estes são textos [SIZE=1]pequenos[/SIZE] e [SIZE=7]grandes[/SIZE].
- Resultado:
Estes são textos em vermelho e azul.
Isto é um texto em Courier New.
Estes são textos pequenos e grandes.
-
Criar um link usando este texto incorporado como target.
- Exemplo:
- [URL]http://www.exemplo.com.br[/URL]
[EMAIL]exemplo@exemplo.com.br[/EMAIL]
- Resultado:
-
Linka o texto incorporado à página da web especificada ou ao endereço de email.
- Exemplo:
- [URL=http://www.exemplo.com.br]Leva a exemplo.com.br[/URL]
[EMAIL=exemplo@exemplo.com.br]Mande um email para mim[/EMAIL]
- Resultado:
-
Links to a user's profile. This is generally inserted automatically when mentioning a user.
- Exemplo:
- [USER=1]Nome de utilizador[/USER]
- Resultado:
-
Exibe uma imagem, usando o texto wrapped como URL.
- Exemplo:
- [IMG]https://aauab.pt/imagens/logo_AAUAb_300x300_WhiteBlue.png[/IMG]
- Resultado:
-
Embutir mídia a partir de sites aprovados na sua mensagem. É recomendado que use o botão de mídia na barra de ferramentas de edição.
Sites Aprovados:
Apple Music,
Dailymotion,
Facebook,
Flickr,
Giphy,
Google Document,
Google Slide,
Imgur,
Instagram (Legacy),
Liveleak,
Metacafe,
Pinterest,
Reddit,
SoundCloud,
Spotify,
Tumblr,
Twitch,
Twitter,
Vimeo,
YouTube
- Exemplo:
- [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
- Resultado:
- Uma janela de reprodução do YouTube embutido deveria aparecer aqui.
-
Exibe uma lista numerada ou marcada.
- Exemplo:
- [LIST]
[*]Marcador 1
[*]Marcador 2
[/LIST]
[LIST=1]
[*]Entrada 1
[*]Entrada 2
[/LIST]
- Resultado:
-
Muda o alinhamento do texto wrapped.
- Exemplo:
- [LEFT]Alinhado à esquerda[/LEFT]
[CENTER]Alinhado ao centro[/CENTER]
[RIGHT]Alinhado à direita[/RIGHT]
- Resultado:
Alinhado à esquerda
Alinhado ao centro
Alinhado à direita
-
Exibe texto que foi citado por outra fonte. Pode também atribuir o nome da fonte.
- Exemplo:
- [QUOTE]Texto citado[/QUOTE]
[QUOTE=Uma pessoa]Algo que ela disse[/QUOTE]
- Resultado:
-
Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
- Exemplo:
- [SPOILER]Simple spoiler[/SPOILER]
[SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
- Resultado:
-
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.
-
Exibe texto em uma de muitas linguagens de programação, destacando a sintaxe quando possível.
- Exemplo:
- [CODE]Código
geral[/CODE]
[PHP]echo $hello . 'world';[/PHP]
- Resultado:
-
Allows you to display code inline among normal post content. Syntax will not be highlighted.
- Exemplo:
- Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
- Resultado:
Inline code blocks are a convenient way
of displaying code inline.
-
Indenta o texto incorporado. Pode ser abrigado para indentações maiores.
- Exemplo:
- Texto regular
[INDENT]Texto identado
[INDENT]Mais identado[/INDENT]
[/INDENT]
- Resultado:
Texto regular
Texto identado
Mais identado
-
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 1 | Header 2 |
---|
Content 1 | Content 2 |
-
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.
-
Desabilita tradução de código BB no texto incorporado.
- Exemplo:
- [PLAIN]Isto não é texto em [B]negrito[/B].[/PLAIN]
- Resultado:
Isto não é texto em [B]negrito[/B].
-
Insere um anexo a um ponto específico. Se o anexo é uma imagem, um thumbnail ou uma versão em tamanho real será inserido. Isto geralmente será inserido ao clicar o botão apropriado.
- Exemplo:
-
Miniatura: [ATTACH]123[/ATTACH]
Tamanho Real: [ATTACH=full]123[/ATTACH]
- Resultado:
- O conteúdo dos anexos devem aparecer aqui.