<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=BBCode</id>
	<title>BBCode - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=BBCode"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=BBCode&amp;action=history"/>
	<updated>2026-05-20T23:31:43Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=BBCode&amp;diff=129579&amp;oldid=prev</id>
		<title>imported&gt;Darkking3: m</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=BBCode&amp;diff=129579&amp;oldid=prev"/>
		<updated>2026-01-09T15:11:53Z</updated>

		<summary type="html">&lt;p&gt;m&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Belege fehlen}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;BBCode&amp;#039;&amp;#039;&amp;#039; (von engl. &amp;#039;&amp;#039;&amp;#039;Bulletin Board Code&amp;#039;&amp;#039;&amp;#039;) ist eine an [[Hypertext Markup Language|HTML]] angelehnte, jedoch [[vereinfachte Auszeichnungssprache]], die bevorzugt für die Erstellung von Beiträgen in [[Internetforum|Webforen]] (engl. &amp;#039;&amp;#039;Bulletin Boards&amp;#039;&amp;#039;) eingesetzt wird. BBCode ist nicht offiziell [[Regel (Richtlinie)|reglementiert]], stellt aber wegen seiner hohen Verbreitung einen [[Industriestandard|Quasi-Standard]] sowie eine [[Best Current Practice]] dar.&lt;br /&gt;
&lt;br /&gt;
BBCode wurde erstmals 1998 in der Webforensoftware &amp;#039;&amp;#039;Ultimate Bulletin Board&amp;#039;&amp;#039; (UBB) Version 3 eingeführt und wird dementsprechend manchmal auch als &amp;#039;&amp;#039;&amp;#039;UBB Code&amp;#039;&amp;#039;&amp;#039; bezeichnet.&amp;lt;ref&amp;gt;scriptkeeper.com: [https://web.archive.org/web/19991012192415/http://scriptkeeper.com/ubb/ubbcode.html What is UBB Code?]&amp;lt;/ref&amp;gt; Mittlerweile ist er so etabliert und verbreitet, dass in den Programmiersprachen [[JavaScript]], [[PHP]] und [[.NET (Oberbegriff)|.NET]] frei nutzbare Implementierungen eines [[Parser]]s von &amp;#039;&amp;#039;&amp;#039;BBCode&amp;#039;&amp;#039;&amp;#039; zu HTML existieren.&amp;lt;ref&amp;gt;{{Internetquelle |url=https://www.bbcode.org/implementations.php |titel=BBCode implementations |hrsg=bbcode.org |sprache=en |abruf=2022-01-12}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Beschreibung ==&lt;br /&gt;
Viele Textauszeichnungen funktionieren in BBCode analog zu [[HTML]], beispielsweise &amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot; inline&amp;gt;[b]fett[/b]&amp;lt;/syntaxhighlight&amp;gt;, &amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot; inline&amp;gt;[i]kursiv[/i]&amp;lt;/syntaxhighlight&amp;gt; und &amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot; inline&amp;gt;[u]unterstrichen[/u]&amp;lt;/syntaxhighlight&amp;gt;. Zudem, sofern nicht direkt über HTML möglich, erlaubt BBCode auch komplexe Elemente wie zum Beispiel Listen, die folgendermaßen definiert werden:&amp;lt;br /&amp;gt; &amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot; inline&amp;gt;[list] [*]Eintrag 1 [*]Eintrag 2[/list]&amp;lt;/syntaxhighlight&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Oftmals ist BBCode über eine einfach zu bedienende Oberfläche ober- oder unterhalb des Eingabeformulars –&amp;amp;nbsp;ähnlich gängigen Text-Editoren&amp;amp;nbsp;– verfügbar. Dies erfolgt dann in Verbindung mit [[JavaScript]] oder serverseitigen Programmiersprachen, wie zum Beispiel [[PHP]] oder [[Perl (Programmiersprache)|Perl]]. Gerne gibt es dann auch [[Pop-up]]s, in denen der auszuzeichnende Text, die Listenelemente usw. eingegeben werden kann. Natürlich kann man die Elemente auch von Hand eintragen.&lt;br /&gt;
&lt;br /&gt;
Der Einsatz von BBCode ermöglicht es Benutzern, Texte ähnlich wie mit HTML auszuzeichnen, ohne dass das Eingeben von HTML erlaubt sein muss. Sicherheitsbedenkliche Elemente wie beispielsweise JavaScript oder das [[Layout]] der Webseite störende Tags können damit generell ausgeschlossen werden. Das Herausfiltern von gefährlichen HTML-Tags (bei gleichzeitigem Erlauben von ungefährlichen) kann sich nämlich leicht als fehlerträchtig oder unzureichend erweisen.&lt;br /&gt;
&lt;br /&gt;
== Aufbau und Umfang ==&lt;br /&gt;
Im Gegensatz zu anderen [[Auszeichnungssprache]]n ist BBCode nicht offiziell reglementiert, unterscheidet sich also von [[Implementierung]] zu Implementierung. Der grundlegende Aufbau und Umfang ist jedoch großteils gleich und bildet einen De-facto-Standard. Größere und auf ein Thema spezialisierte Foren erweitern den Standardsatz von BBCodes oft durch einige eigene Codes.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot;| Element&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot;| Auszeichnung in BBCode&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot;| Äquivalent in XHTML&lt;br /&gt;
|-&lt;br /&gt;
| Auszeichnungselement&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;[&amp;#039;&amp;#039;elementname&amp;#039;&amp;#039;]&amp;#039;&amp;#039;&amp;#039;Inhalt&amp;#039;&amp;#039;&amp;#039;[/&amp;#039;&amp;#039;elementname&amp;#039;&amp;#039;]&amp;#039;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;&amp;#039;&amp;#039;elementname&amp;#039;&amp;#039;&amp;amp;gt;&amp;#039;&amp;#039;&amp;#039;Inhalt&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;/&amp;#039;&amp;#039;elementname&amp;#039;&amp;#039;&amp;amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;{{FN|(Anm.)}}&lt;br /&gt;
|-&lt;br /&gt;
| einfache Schriftformatierung&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[b]fett[/b]&lt;br /&gt;
[i]kursiv[/i]&lt;br /&gt;
[u]unterstrichen[/u]&lt;br /&gt;
[s]durchgestrichen[/s]&lt;br /&gt;
[center]zentriert[/center]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;fett&amp;lt;/b&amp;gt; oder &amp;lt;strong&amp;gt;fett&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;kursiv&amp;lt;/i&amp;gt; oder &amp;lt;em&amp;gt;kursiv&amp;lt;/em&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration:underline;&amp;quot;&amp;gt;unterstrichen&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration:line-through;&amp;quot;&amp;gt;durchgestrichen&amp;lt;/span&amp;gt;,&lt;br /&gt;
in HTML5 auch: &amp;lt;del&amp;gt;durchgestrichen&amp;lt;/del&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align:center;&amp;quot;&amp;gt;zentriert&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| erweiterte Schriftformatierung&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[font=schriftart]Text[/font]&lt;br /&gt;
[color=farbe]farbiger Text[/color]&lt;br /&gt;
[size=schriftgröße]Text[/size]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family:schriftart;&amp;quot;&amp;gt;Text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:farbe;&amp;quot;&amp;gt;farbiger Text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:schriftgröße;&amp;quot;&amp;gt;Text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Gliederung&lt;br /&gt;
|  &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
... lorem ipsum&lt;br /&gt;
(Leerzeile)&lt;br /&gt;
dolor ...&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;... lorem ipsum&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;dolor ...&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Aufzählungsliste ohne Nummerierung&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[list]&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[/list]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Aufzählungsliste mit Nummerierung in arabischen Ziffern&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[list=1]&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[/list]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Aufzählungsliste mit Nummerierung in (kleinen) römischen Ziffern&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[list=i]&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[/list]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;i&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Aufzählungsliste mit Nummerierung in (kleinen) Buchstaben&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[list=a]&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[*]Punkt&lt;br /&gt;
[/list]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ol type=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Punkt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Verweise&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[url=http://example.com]Linktext[/url]&lt;br /&gt;
[url]http://example.com[/url]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://example.com&amp;quot;&amp;gt;Linktext&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://example.com&amp;quot;&amp;gt;http://example.com&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Bilder&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[img]example.com/bild.jpg[/img]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;http://example.com/bild.jpg&amp;quot; alt=&amp;quot;bild.jpg&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[Smiley]]s&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
:-) oder :)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;/smileys/happy.png&amp;quot; alt=&amp;quot;Smiley&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[Quelltext]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[code]&lt;br /&gt;
Code jeglicher Art&lt;br /&gt;
[/code]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Code jeglicher Art&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Die echte HTML-Syntax ist üblicherweise fortgeschrittener als hier dargestellt.&lt;br /&gt;
|-&lt;br /&gt;
| Zitate (nur als [[Blockzitat]])&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bbcode&amp;quot;&amp;gt;&lt;br /&gt;
[quote]Zitat[/quote]&lt;br /&gt;
[quote=Autor]Zitat[/quote]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Zitat&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;div class=&amp;quot;postedby&amp;quot;&amp;gt;Zitat von Autor&amp;lt;/div&amp;gt;&amp;lt;p&amp;gt;Zitat&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Das Parsing von BBCode zu HTML ist hier vor allem bei Nennung des Autors abgesehen von &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; inline&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;/syntaxhighlight&amp;gt; sehr uneinheitlich. Innerhalb des Blockquote finden sich üblicherweise noch weitere Elemente.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{FNZ |(Anm.) |In der Tabelle eventuell zu sehende Zeilenumbrüche innerhalb der HTML-Elemente sind der individuellen Fensterbreite geschuldet. Im Quelltext sind sie nicht enthalten.}}&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [https://web.archive.org/web/19991012192415/http://scriptkeeper.com/ubb/ubbcode.html What is UBB Code?] (Archivierte FAQ-Seite eines vom UBB-Hersteller betriebenen Forums)&lt;br /&gt;
* [http://www.mywebsolution.de/tutorials/4/show_BB-Code.html Tutorial zum Erstellen eines BBCodes]&lt;br /&gt;
* [https://www.bbcode.org/ BBCode.org]&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Vereinfachte Auszeichnungssprache]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Darkking3</name></author>
	</entry>
</feed>