Difference between revisions of "BBcode"
From WikiTemp, the GBAtemp wiki
(About BBcode) |
m |
||
Line 19: | Line 19: | ||
|<del>Text</del> | |<del>Text</del> | ||
|- | |- | ||
− | |[url="<nowiki>http://gbatemp.net</nowiki>]GBAtemp[/url] | + | |[url="<nowiki>http://gbatemp.net</nowiki>"]GBAtemp[/url] |
|<span class="plainlinks">[http://gbatemp.net GBAtemp]</span> | |<span class="plainlinks">[http://gbatemp.net GBAtemp]</span> | ||
|- | |- |
Revision as of 10:24, 20 June 2010
BBcode (acronym for Bulletin Board Code) is a way to add Formatting to your text on Forums. Just like with HTML, the BBcode must be wrapped around the text it needs to change. The only difference is that BBcode uses [ ] tags instead of < > tags.
Some Examples
BBcode | Result |
---|---|
[b]Text[/b] | Text |
[i]Text[/i] | Text |
[u]Text[/u] | Text |
[s]Text[/s] | |
[url="http://gbatemp.net"]GBAtemp[/url] | GBAtemp |
[color=red]Text[/color] | Text |
[background=red]Text[/background] | Text |
Other BBcodes
A full list of BBcodes can be found here