Skip to content
BBCode
EntityQ617770· pop 23· linked from 71 articles

Also known as Bulletin Board Code

BBCode ("Bulletin Board Code") is a lightweight markup language used to format messages in many Internet forum software. It was first introduced in 1998. The available "tags" of BBCode are usually indicated by square brackets ([ and ]) surrounding a keyword, and are parsed before being translated into HTML.

Official website

PHP: 404 Not Found

PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

php.net

Link to the official site · 986 chars · not written by Vinony

Wikidata facts

Show 1 more fact
media type
text/x-bbcode
Sources (2)

via Wikidata · CC0

~4 min read

Article

5 sections
Contents
  • Tags
  • Implementation
  • See also
  • References
  • External links

BBCode ("Bulletin Board Code") is a lightweight markup language used to format messages in many Internet forum software. It was first introduced in 1998. The available "tags" of BBCode are usually indicated by square brackets ([ and ]) surrounding a keyword, and are parsed before being translated into HTML.

==Tags== {| class="wikitable" style="width:100%; text-align:left;" ! style="width:40%;" | Example in HTML/CSS ! style="width:40%;" | BBCode ! style="width:20%;" | Output |- | bolded text or bolded text | [b]bolded text[/b] | bolded text |- | italicized text or italicized text | [i]italicized text[/i] | italicized text |- | underlined text or underlined text | [u]underlined text[/u] | |- | strikethrough text or strikethrough text or strikethrough text | [s]strikethrough text[/s] | strikethrough text |- | https://en.wikipedia.org English Wikipedia | [url]https://en.wikipedia.org[/url] [url=https://en.wikipedia.org]English Wikipedia[/url] | https://en.wikipedia.org English Wikipedia |- | | [img alt="Example image" ]https://upload.wikimedia.org/wikipedia/commons/7/70/Example.png[/img] | 172px|link=|alt=Example image |- | | :) or [:-)] This would be another way to use the [img]url_img[/img] and must be pre-configured by the forum administrator.

Gallery (5)

Connections

Categories