-
Olá Visitante, está afim de concorrer a 6,000 em NX para Combat Arms fácil fácil?
Então não perca nosso Sorteio de Cash.
Mais detalhes você encontra neste link
Participe e concorra a 6,000 NX.
BB Codes
-
[B], [I], [U], [S] - Negrito, Itálico, Riscado, e Sublinhado
Faz com que o texto selecionado se torne negrito, itálico, sublinhado, ou riscado.
- Exemplo:
- Isso é um texto [B]negrito[/B].
Isso é um texto [I]itálico[/I].
Isso é um texto [U]sublinhado[/U].
Isso é um texto [S]riscado[/S].
- Saída:
- Isso é um texto negrito.
Isso é um texto itálico.
Isso é um texto sublinhado.
Isso é um texto riscado.
-
[COLOR=cor], [FONT=nome], [SIZE=tamanho] - Cor do texto, Fonte, e tamanho
Muda a cor, fonte, e tamanho do texto.
- Exemplo:
- Isso está [COLOR=red]vermelho[/COLOR] e [COLOR=#0000cc]azul[/COLOR].
Isso é um texto usando a fonte [FONT=Courier New]Courier New[/FONT].
Esste é um texto muito [SIZE=1]pequeno[/SIZE] e esse [SIZE=7]grande[/SIZE].
- Saída:
- Isso está vermelho e azul.
Isso é um texto usando a fonte Courier New.
Esste é um texto muito pequeno e esse grande.
-
[URL], [EMAIL] - Linking
Cria um link com o texto selecionado.
- Exemplo:
- [URL]http://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
-
[URL=link], [EMAIL=address] - Linking (Advanced)
Cria um link com o texto selecionado para uma web page ou email.
- Exemplo:
- [URL=http://www.pfps.com.br]Ir para pfps.com.br[/URL]
[EMAIL=exemplo@exemplo.com.br]Envia um email pra mim[/EMAIL]
-
[IMG] - Imagem
Exibe uma imagem.
- Exemplo:
- [IMG]http://www.pfps.com.br/comunidade/styles/fracture/xenforo/avatars/avatar_s.png[/IMG]
- Saída:
![[IMG]](http://www.pfps.com.br/comunidade/styles/fracture/xenforo/avatars/avatar_s.png)
-
[MEDIA=site] - Embedded Media
Incorpora mídia de sites aprovados em sua mensagem. É recomendado que você use o botão de mídia na barra de ferramentas do editor. Sites Aprovados: Dailymotion; Facebook; Liveleak; Metacafe; Twitch.tv; Universal Subtitle; Vimeo; YouTube;
- Exemplo:
- [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
- Saída:
- Um player do youtube incorporado apareceria aqui.
-
[LIST] - Lists
Exibe uma lista com marcas ou numerada.
- Exemplo:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Saída:
- Bullet 1
- Bullet 2
- Entry 1
- Entry 2
-
[LEFT], [CENTER], [RIGHT] - Alinhamento do Texto
Changes the alignment of the wrapped text.
- Exemplo:
- [LEFT]Alinhado a Esquerda[/LEFT]
[CENTER]Alinhado ao centro[/CENTER]
[RIGHT]Alinhado a Direita[/RIGHT]
- Saída:
- Alinhado a EsquerdaAlinhado ao centroAlinhado a Direita
-
[QUOTE] - Texto Citado
Exibe o texto que foi citado de outra fonte (usuário). Você também pode atribuir o nome da fonte.
- Exemplo:
- [QUOTE]Texto citado[/QUOTE]
[QUOTE=Um membro]Algo que ele disse[/QUOTE]
- Saída:
-
[CODE], [PHP], [HTML] - Mostrar código de programação
Exibe o texto em uma das diversas linguagens de programação, destacando a sintaxe sempre que possível.
- Exemplo:
- [CODE]Geral
código[/CODE]
[PHP]echo $ola . 'mundo';[/PHP]
- Saída:
- Código:
Geral código
PHP:echo $ola . 'mundo';
-
[INDENT] - Recuo de texto
Indents the wrapped text. This can be nested for larger indentings.
- Exemplo:
- Texto normal
[INDENT]Texto Recuado
[INDENT]Mais recuo[/INDENT]
[/INDENT]
- Saída:
- Texto normal
Texto Recuado
Mais recuo
-
[PLAIN] - Texto Pleno
Desativa BB code no texto selecionado.
- Exemplo:
- [PLAIN]Isso não é [B]negrito[/B] text.[/PLAIN]
- Saída:
- Isso não é [B]negrito[/B] text.
-
[ATTACH] - Inserção de Anexo
Insere um anexo no ponto especificado. Se o anexo é uma imagem, a miniatura ou tamanho completo serão inseridos.
- Exemplo:
-
Miniatura: [ATTACH]123[/ATTACH]
Full Size: [ATTACH=full]123[/ATTACH]
- Saída:
- O conteúdo do anexo aparece aqui.
[ARTICLE] - [Advanced BBcode Bar] ARTICLE
This BB Code is used to display an article
- Exemplo:
- [article]Isso é um artigo[/article]
- Saída:
[AUTORIA] - Autoria
Uso para definir a autoria do site junto ao google, adicione o seu ID do Google+
- Exemplo:
- [autoria]109412257237874861202[/autoria]
- Saída:
[BIMG] - [Advanced BBcode Bar] BIMG
This BB Code can resize a picture (width customizable in px)
- Exemplo:
- [bimg]http://www.google.com/images/srpr/logo3w.png[/bimg]
[bimg=100]http://www.google.com/images/srpr/logo3w.png[/bimg]
- Saída:
[ENCADRE] - [Advanced BBcode Bar] 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
- Saída:
- Content
Content
[FIELDSET] - [Advanced BBcode Bar] 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]
- Saída:
[FLOAT=option] - Float
Allows the use of a floating div. Option is either left, right, center.
- Exemplo:
- [float="right"]Floating Right![/float]
- Saída:
- Floating Right!
[H2] - H2
Adds a H2 tag around the contained text.
- Exemplo:
- [h2]Header Tag[/h2]
- Saída:
Header Tag
[JUSTIF] - [Advanced BBcode Bar] JUSTIF
This BB Code allows your members to fully justify a text
- Exemplo:
- [justif]Vestibulum hendrerit euismod quam, quis pretium tellus bibendum non. [/justif]
- Saída:
- Vestibulum hendrerit euismod quam, quis pretium tellus bibendum non.
[LATEX] - [Advanced BBcode Bar] LATEX
This BB Code displays mathematical content or graphics using lateX
- Exemplo:
- [LATEX] c=\sqrt{a^2+b^2} [/LATEX]
- Saída:
[PICASA] - Picasa
Picasa
- Exemplo:
- [picasa]https://picasaweb.google.com/cedric.claerhout/Exemples[/picasa]
[picasa=300]https://picasaweb.google.com/cedric.claerhout/Exemples[/picasa]
[picasa=300,200]https://picasaweb.google.com/cedric.claerhout/Exemples[/picasa]
[SPOILER] - Spoiler
Adds a spoiler tag to hid and show a div.
- Exemplo:
- [spoiler="SPOILS!"]I just spoiled your mind.[/spoiler]
- Saída:
[SPOILERBB] - [Advanced BBcode Bar] SPOILER
[Advanced BBcode Bar] SPOILER
- Exemplo:
- [spoilerbb]hidden text[/spoilerbb]
- Saída:
- Spoiler
[USER] - User Tag
Allows linking of to a users profile by providing either the Username (in the tags) or the user ID as an option.
- Exemplo:
- [user="1"]The First User![/user]
[user]Admin[/user]
- Saída:
- The First User!
Admin

