-
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.
-
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.
-
Cria um link tendo o texto selecionado como alvo.
- Exemplo:
- [URL]http://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
- Resultado:
-
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:
-
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:
-
Apresentar uma imagem, usando o texto envolvido como o URL.
- Exemplo:
- [IMG]https://www.somosporto.org/data/assets/logo/v2-275x268.png[/IMG]
- Resultado:
-
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.
-
Exibe uma lista com marcadores ou numerada.
- Exemplo:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Resultado:
-
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
-
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:
-
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:
-
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.
-
Displays text in one of several programming languages, highlighting the syntax where possible.
- Exemplo:
- [CODE]General
code[/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 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
.
-
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
-
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.
-
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].
-
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.