BBCode: Difference between revisions

From PokéHeroes Wiki
Jump to navigation Jump to search
 
No edit summary
Line 3: Line 3:


BBCode can only be used in the Forums, or in the ''About Me'' section on your [[userprofile]]
BBCode can only be used in the Forums, or in the ''About Me'' section on your [[userprofile]]
==What is BBCode?==
BBCode or Bulletin Board Code is a lightweight markup language used to format posts in many message boards. The available tags are usually indicated by square brackets ([ ]) surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand—usually HTML or XHTML.
{| align="center" border="2" cellpadding="1" cellspacing="1" class="wikitable" style="padding:0px auto; width: 700px; right:300;"
{| align="center" border="2" cellpadding="1" cellspacing="1" class="wikitable" style="padding:0px auto; width: 700px; right:300;"
|-
|-

Revision as of 12:31, 19 December 2013

BBCode are codes which could enchance your text and make it the way you want it to be.

BBCode can only be used in the Forums, or in the About Me section on your userprofile

What is BBCode?

BBCode or Bulletin Board Code is a lightweight markup language used to format posts in many message boards. The available tags are usually indicated by square brackets ([ ]) surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand—usually HTML or XHTML.

Name Code Example
Bold [b]Text Here[/b]
Italic [i]Text Here[/b]
Underline [u]Text Here[/u]
Struck-Out [s]Text Here[/s]
Text Color [color=red]Text Here[/color]
Text Size [size=14]Text Here[/size]
Image [img]Image Link[/img]
Url [url=Link Here]Text Here[/url] The Example
Quote [quote]Text Here[/quote] ??
Quote with Username [quote=Username]Text Here[/quote] ??
Spoiler [spoiler]Text Here[/spoiler] ??
Center [center]Text Here[/center] ??
Horizontal Line [hr]
Heading [h]Your text Here[/h]
Pokemon Show Icon [pkmn]1[/pkmn]
Pokemon Show Big [pkmnbig]1[/pkmnbig]
Pokemon Show Big Shiny [pkmnbig=s]1[/pkmnbig]
User Tag [user]Username[/user] Riako
Code Tag [code]Code Goes here[/code] ??
More to be added.