BB codes

  • [B], [I], [U], [S] - Negrito, Italíco, Sublinhado, e Riscado

    Faz com que o texto selecionado fique em negrito, itálico, sublinhado ou riscado.
    Exemplo:
    Texto em [B]negrito[/B].
    Texto em [I]itálico[/I].
    Texto [U]sublinhado[/U].
    Texto [S]riscado[/S].
    Resultado:
    Texto em negrito.
    Texto em itálico.
    Texto sublinhado.
    Texto riscado.
  • [COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Muda a cor, o tipo de fonte ou o tamanho do texto.
    Exemplo:
    Texto em [COLOR=red]vermelho[/COLOR] e [COLOR=#0000cc]azul[/COLOR].
    Texto usando a fonte [FONT=Courier New]Courier New[/FONT].
    Texto [SIZE=1]pequeno[/SIZE] e texto [SIZE=7]grande[/SIZE].
    Resultado:
    Texto em vermelho e azul.
    Texto usando a fonte Courier New.
    Texto pequeno e texto grande.
  • [URL], [EMAIL] - Criação de Links

    Cria um link usando o texto selecionado como destino.
    Exemplo:
    [URL]http://www.examplo.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Resultado:
  • [URL=link], [EMAIL=endereço] - Criação de Link (Avançado)

    Cria um link no texto para a página web especificada ou endereço de e-mail.
    Exemplo:
    [URL=http://www.example.com]Ir para example.com[/URL]
    [[email protected]]Enviar e-mail pra mim[/EMAIL]
    Resultado:
  • [USER=ID] - Link para Perfil de Usuário

    Cria um link para um perfil de usuário. É geralmente inserido automaticamente ao marcar um usuário.
    Exemplo:
    [USER=1]Nome de Usuário[/USER]
    Resultado:
  • [IMG] - Imagem

    Mostra uma imagem, usando o texto como sendo a URL.
    Exemplo:
    [IMG]https://www.portalxbox.com.br/images/deals-pxb.jpg[/IMG]
    Resultado:
    deals-pxb.jpg
  • [MEDIA=site] - Mídia Embutida

    Embute uma mídia a partir de sites permitidos em sua mensagem. Recomenda-se usar o botão mídia na barra do editor. Sites permitidos: Dailymotion; Facebook; Liveleak; Metacafe; Vimeo; YouTube;
    Sites Aprovados: ABC News, Acast, Amazon (obsolete), Anchor, Apple Music, Apple Podcasts, Audioboom, Audiomack, Audius, Bandcamp, BBC News, BitChute, Bleacher Report videos, 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, 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, Youku, YouMaker, YouTube
    Exemplo:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Resultado:
    Um player com um vídeo embutido do Youtube apareceria aqui.
  • [LIST] - Listas

    Mostra uma lista com marcadores ou numerada.
    Exemplo:
    [LIST]
    [*]Marcador 1
    [*]Marcador 2
    [/LIST]
    [LIST=1]
    [*]Texto 1
    [*]Texto 2
    [/LIST]
    Resultado:
    • Marcador 1
    • Marcador 2
    1. Texto 1
    2. Texto 2
  • [LEFT], [CENTER], [RIGHT] - Alinhamento do Texto

    Altera o alinhamento do texto selecionado.
    Exemplo:
    [LEFT]Alinhado à esquerda[/LEFT]
    [CENTER]Centralizado[/CENTER]
    [RIGHT]Alinhado à direita[/RIGHT]
    Resultado:
    Alinhado à esquerda​
    Centralizado​
    Alinhado à direita​
  • [QUOTE] - Citação

    Mostra um texto que foi citado a partir de outra fonte.Você também pode especificar o nome dessa fonte.
    Exemplo:
    [QUOTE]Texto citado[/QUOTE]
    [QUOTE=Uma pessoa]Algo que ela disse[/QUOTE]
    Resultado:
    Uma pessoa disse:
    Algo que ela disse
  • [SPOILER] - Texto Contendo Spoilers

    Oculta textos que podem conter spoilers. Assim um botão deve ser clicado para o spoiler ser visto.
    Exemplo:
    [SPOILER]Spoiler Simples[/SPOILER]
    [SPOILER=Título do Spoiler]Spoiler com um título.[/SPOILER]
    Resultado:
    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.
    Resultado:
    You have to click the following word to see the content.
  • [CODE], [PHP], [HTML] - Código de Programação

    Apresenta o texto como sendo de uma linguagem de programação, destacando a sintaxe onde possível.
    Exemplo:
    [CODE]Código
    genérico[/CODE]
    [PHP]echo $hello . 'world';[/PHP]
    Resultado:
    Código:
    Código
    genérico
    PHP:
    echo $hello . 'world';
  • [ICODE] - Inline programming code display

    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.
  • [INDENT] - Texto com Recuos

    Insere um espaço no começo do texto. Este comando pode ser aninhado para recuos maiores.
    Exemplo:
    Texto normal
    [INDENT]Texto com recuo
    [INDENT]Mais recuo[/INDENT]
    [/INDENT]
    Resultado:
    Texto normal
    Texto com recuo
    Mais recuo​
  • [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]
    Resultado:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    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.
  • [PLAIN] - Texto Limpo

    Desabilita qualquer BB Code no texto.
    Exemplo:
    [PLAIN]Este texto não está em [B]negrito[/B].[/PLAIN]
    Resultado:
    Este texto não está em [B]negrito[/B].
  • [ATTACH] - Anexos

    Insere um anexo no ponto especificado. Se o anexo é uma imagem, uma miniatura ou a versão completa serão inseridas. Normalmente este código é inserido clicando no botão apropriado.
    Exemplo:
    Thumbnail: [ATTACH]123[/ATTACH]
    Tamanho Original: [ATTACH=full]123[/ATTACH]
    Resultado:
    O arquivo anexado apareceria aqui.
  • [ABBR] [ABBR=option] - Abbreviation

    An abbreviation, with mouse-over expansion
    Exemplo:
    [abbr="on hover text"]text[/abbr]
    Resultado:
    text
  • [ACCORDION] [ACCORDION=option] - Accordion

    A customizable interactive accordion
    Exemplo:
    [ACCORDION=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE=Second Slide]Second slide content[/SLIDE]
    [/ACCORDION]
    Resultado:
    First Slide
    First slide content
    Second Slide
    Second slide content
  • [ANCHOR] [ANCHOR=option] - Anchor

    Generate a HTML anchor tag
    Exemplo:
    Generate an anchor point;
    [anchor]introduction[/anchor]

    Goto an anchor point
    [anchor=#introduction]Click here to go to introduction[/anchor]
    Resultado:
    Generate an anchor point;


    Goto an anchor point
    Click here to go to introduction
  • [ARTICLE] [ARTICLE=option] - Article

    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]
    Resultado:
    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.
    Exemplo:
    [bimg]http://www.google.com/images/srpr/logo3w.png[/bimg]
    [bimg=100px]http://www.google.com/images/srpr/logo3w.png[/bimg]
    Resultado:

  • [TIME] [TIME=option] - Contador de tempo

    Displays a time or date based on a member's timezone preference.
    Exemplo:
    [TIME=datetime]2050-12-12T03:12:46+0000[/TIME]
    Resultado:
  • [ENCADRE] [ENCADRE=option] - Encadre

    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=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    Resultado:
    Content
    Content
  • [FIELDSET] [FIELDSET=option] - Fieldset

    This BB Code inserts a fieldset (Title and Width in % customizable ; separator: |)
    Exemplo:
    [fieldset]This is a fieldset[/fieldset]
    [fieldset=Title]This is a fieldset[/fieldset]
    [fieldset=Title|80]This is a fieldset[/fieldset]
    Resultado:
    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]
    Resultado:
    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]
    Resultado:
    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...).
    Exemplo:
    [GVIEW]http://research.google.com/archive/bigtable-osdi06.pdf[/GVIEW]
    Resultado:
  • [HR] [HR=option] - hr

    Exemplo:
    Default line:
    [hr]
    Example line one:
    [hr=1]
    Example line two:
    [hr=2]
    Example line three:
    [hr=3]
    Example line four:
    [hr=4]
    Example line five:
    [hr=5]
    Resultado:
    Default line:

    Example line one:

    Example line two:

    Example line three:

    Example line four:

    Example line five:

  • [JUSTIFY] - Justify

    Exemplo:
    [justify]justified text example
    line 1
    line 2
    line 3[/justify]!
    Resultado:
    justified text example
    line 1
    line 2
    line 3​
    !
  • [LATEX] [LATEX=option] - Latex

    Renders LaTeX markup.
    Exemplo:
    [LATEX]c=\sqrt{a^2+b^2}[/LATEX]
    Resultado:
    LaTeX:
    \[c=\sqrt{a^2+b^2}\]
  • [ALERT] [ALERT=option] - Mod:Alert

    Moderator only Alert banner
    Exemplo:
    [alert=Title]Alert[/alert]
    Resultado:
    title Alert
  • [INFORMATION] [INFORMATION=option] - Mod:Info

    Moderator only Information banner
    Exemplo:
    [information=Title]Information[/information]
    Resultado:
    title Information
  • [STOP] [STOP=option] - Mod:Stop

    Moderator only Stop banner
    Exemplo:
    [stop=Title]Stop[/stop]
    Resultado:
    title Stop
  • [WARNING] [WARNING=option] - Mod:Warning

    Moderator only Warning banner
    Exemplo:
    [warning=Title]Warning[/warning]
    Resultado:
    title Warning
  • [SLIDER] [SLIDER=option] - Slider

    Cycles through slides in a slide-show format.
    Exemplo:
    [SLIDER]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE=center]Content 1[/SLIDE]
    [SLIDE]Content 2[/SLIDE]
    [SLIDE]Content 3[/SLIDE]
    [SLIDE=open]Content 4[/SLIDE]
    [/SLIDER]
    Resultado:
    Title 1
    Content 1
    Content 2
    Content 3
    Content 4
  • [SUB] - Subscript

    Exemplo:
    10[sub]1[/sub]!
    Resultado:
    101​!
  • [SUP] - Superscript

    Exemplo:
    10[sup]1[/sup]!
    Resultado:
    101​!
  • [TABS] [TABS=option] - Tabs

    Render Tabs into a post
    Exemplo:
    [TABS]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE]Content 1 - {tab=2}Link to tab 2{/tab}[/SLIDE]
    [SLIDE=Title 2]Content 2[/SLIDE]
    [/TABS]
    [TABS=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - {tab=2}Link to tab 2{/tab}[/SLIDE]
    [SLIDE=Second Slide]Second tab content[/SLIDE]
    [/TABS]
    Resultado:

Sobre o PXB

  • Desde 2005 nossa comunidade se orgulha de oferecer discussões inteligentes e críticas sobre a plataforma Xbox. Estamos trabalhando todos os dias para garantir que nossa comunidade seja uma das melhores.

Sobre a Comunidade

  • As opiniões expressas neste neste site são da inteira responsabilidade dos autores. Microsoft, Xbox, Xbox Live, os logotipos do Xbox e/ou outros produtos da Microsoft mencionados neste site são marcas comerciais ou registradas da Microsoft Corporation.

Assinatura PXB Gold

+ Navegação sem publicidade

+ Upload de imagens nas postagens do fórum

+ Títulos de avatar personalizados.

 

Assinar com PayPal PagSeguro (cartão ou boleto)