Hilfe |
![]() |
|
BB-Code | |
BB-Code ist eine an HTML angelehnte Auszeichnungssprache. Mit ihm kannst du deine Nachrichten in ähnlicher Weise, wie es mit HTML auch möglich ist, formatieren. Durch den einfacheren Syntax ist es allerdings unmöglich, das Layout der Seite selbst zu zerstören. Ob du BB-Code verwenden darfst, kann vom Administrator für jedes einzelne Forum eingeschränkt werden - überprüfe deshalb die Foren-Regeln, bevor du einen neuen Beitrag verfasst. Anbei findest du eine Liste von BB-Code Tags, welche du verwenden kannst, um deinen Beitrag zu formatieren. |
|
BB-Code Liste | |
[b], [i], [u] | Fett / Kursiv / Unterstrichen |
[color] | Farbe |
[size] | Größe |
[font] | Schriftart |
[highlight] | Hervorheben |
[left], [right], [center] | Linksbündig / Rechtsbündig / Zentriert |
[indent] | Eingerückt |
[email] | E-Mail-Links erstellen |
[url] | Hyperlinks erstellen |
[thread] | Verweis auf ein Thema |
[post] | Verweis auf einen Beitrag |
[list] | Ungeordnete Listen / Geordnete Listen |
[img] | Grafiken |
[code] | Code |
[php] | PHP-Code |
[quote] | Zitat |
[noparse] | BB-Code Umwandlung verhindern |
[attach] | Anhang |
[abbr] | Abbreviation |
[alt] | alt |
[box] | box |
[copyright] | Copyright |
[fieldset] | fieldset |
[flash] | Flash |
[flip] | Flipped Text |
[FLV] | FLV |
[glow] | Glow |
[gs] | Google Spreadsheet |
[gvideo] | Google Video with Custom Title |
[Hilfe] | Hilfe |
[if] | iFrame |
[img] | IMG with align option |
[img2] | Image with alignment |
[imgb] | Border |
[imglink] | imglink |
[imgll] | Float Left |
[imgr] | Float Right |
[Information] | Information |
[isbn] | Amazon |
[map] | Map |
[marquee] | marquee |
[mention] | Mention |
[moderation] | Moderator Notes |
[MP3] | Mp3 Player |
[pdf] | Embed PDF |
[puzzle] | Puzzle |
[snd] | Sound Rate |
[Spoiler] | Spoiler |
[table] | table |
[tip] | Tipp |
[ttips] | ttips |
[vimeo] | Vimeo Video |
[wiki] | Wikipedia |
[youtube] | YouTube Video with No Title |
[youtube] | YouTube Video with Custom Title |
[yt] | YouTube BB Code |
Falsche Verwendung von BB-Code:
|
Farbe | |
Mit dem [color] Tag kann die Textfarbe geändert werden. | |
Syntax | [color=Option]Text[/color] |
Beispiel | [color=blue]dieser Text ist blau[/color] |
Ausgabe | dieser Text ist blau |
Eingerückt | |
Mit dem [indent] Tag kannst du deinen Text einrücken. | |
Syntax | [indent]Text[/indent] |
Beispiel | [indent]dieser Text ist eingerückt[/indent] |
Ausgabe |
|
E-Mail-Links erstellen | |
Das E-Mail-Tag ermöglicht das Verlinken von E-Mail-Adressen. Mit einem zusätzlichen Parameter kannst du außerdem einen Namen für den Link angeben. | |
Syntax |
[email]Text[/email] [email=Option]Text[/email] |
Beispiel |
[email][email protected][/email] [[email protected]]Schreib mir eine E-Mail[/email] |
Ausgabe |
[email protected] Schreib mir eine E-Mail |
Hyperlinks erstellen | |
Das [url] Tag ermöglicht das Verlinken von anderen Websites und Dateien. Mit einem zusätzlichen Parameter kannst du außerdem einen Namen für den Link angeben. | |
Syntax |
[url]Text[/url] [url=Option]Text[/url] |
Beispiel |
[url]https://www.nikon-fotografie.de/vbulletin[/url] [url=https://www.nikon-fotografie.de/vbulletin]Netzwerk Fotografie / Nikon-Community[/url] |
Ausgabe |
https://www.nikon-fotografie.de/vbulletin Netzwerk Fotografie / Nikon-Community |
Verweis auf ein Thema | |
Der [thread] Tag ermöglicht das Verlinken eines bestimmten Themas mit Hilfe der Thread-ID. Mit einem zusätzlichen Parameter kannst du außerdem einen Namen für den Link angeben. | |
Syntax |
[thread]Thread-ID[/thread] [thread=Thread-ID]Text[/thread] |
Beispiel |
[thread]42918[/thread] [thread=42918]Klick mich![/thread] (Hinweis: Die Thread-ID/Post-ID ist nur ein Beispiel und führt wahrscheinlich nicht zu einem Thema oder Beitrag.) |
Ausgabe |
https://www.nikon-fotografie.de/vbulletin/fotografisches-zubehoer/42918-lowepro-slingshot-200-und-nikon-d200-inkl-bg.html Klick mich! |
Verweis auf einen Beitrag | |
Mit dem [post] Tag kannst du auf bestimmte Beiträge verweisen, indem du einfach die Post-ID des Beitrags angibst. Wenn du die Post-ID als Parameter verwendest, kannst du dem Verweis auch eine Bezeichnung geben. | |
Syntax |
[post]Post-ID[/post] [post=Post-ID]Text[/post] |
Beispiel |
[post]269302[/post] [post=269302]Klick mich![/post] (Hinweis: Die Thread-ID/Post-ID ist nur ein Beispiel und führt wahrscheinlich nicht zu einem Thema oder Beitrag.) |
Ausgabe |
https://www.nikon-fotografie.de/vbulletin/nikon-digitale-spiegelreflex-kameras/31974-kaufempfehlung-zur-dslr-objektiv-post269302.html#post269302 Klick mich! |
Geordnete Listen | |
Mit dem durch einen Parameter erweiterten [list] Tag kannst du geordnete Listen erstellen. Dieser Parameter kann eine 1 (nummerierte Liste), a oder A (alphabetische Liste mit Klein- oder Großbuchstaben) bzw. i oder I (Liste mit kleinen oder großen römischen Zahlen) sein. | |
Syntax | [list=Option]Text[/list] |
Beispiel | [list=1] [*]erster Eintrag [*]zweiter Eintrag [/list] [list=a] [*]erster Eintrag [*]zweiter Eintrag [/list] |
Ausgabe |
|
BB-Code Umwandlung verhindern | |
Mit dem [noparse] Tag kann verhindert werden, dass BB-Code innerhalb des [noparse] Tags zur Textformatierung umgewandelt wird. | |
Syntax | [noparse][b]Text[/b][/noparse] |
Beispiel | [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse] |
Ausgabe | [b]Lorem ipsum dolor sit amet[/b] |
Anhang | |
Mit dem [attach] Tag können Anhänge an beliebiger Stelle in einem Beitrag platziert werden. Dies gilt jedoch nur für Anhänge, die an diesen Beitrag angehängt wurden. | |
Syntax | [attach]attachmentid[/attach] |
Beispiel | [attach]12345[/attach] |
Ausgabe |
Abbreviation | |
This tag allows you to put a "tooltip" over a text. You can use this for words like UN (United Nations) or WWW (World Wide Web) etc. | |
Syntax | [abbr=Option]Text[/abbr] |
Beispiel | [abbr="vBulletin Solutions Inc."]VBSI[/abbr] |
Ausgabe | VBSI |
alt | |
Alt Attribute for Images | |
Syntax | [alt=Option]Text[/alt] |
Beispiel | [alt=http://www.image-source.com/example-image.jpg]Alt Text[/alt] |
Ausgabe | ![]() |
box | |
Fügt eine Box in den Text ein | |
Syntax | [box=Option]Text[/box] |
Beispiel | [box]Testing[/box] |
Ausgabe | [box]Testing[/box] |
Copyright | ||
Draws a line above the text | ||
Syntax | [copyright=Option]Text[/copyright] | |
Beispiel | [Copyright=php-unlimited]http://www.php-unlimited.com[/Copyright] | |
Ausgabe |
|
fieldset | ||
Allows users to use [fieldset] | ||
Syntax | [fieldset=Option]Text[/fieldset] | |
Beispiel | [fieldset=hello]fieldset![/fieldset] | |
Ausgabe |
Flash | |
Flash Movies in Beiträgen | |
Syntax | [flash]Text[/flash] |
Beispiel | [flash]Link[/flash] |
Ausgabe |
Flipped Text | |
Invert Text Vertically | |
Syntax | [flip]Text[/flip] |
Beispiel | [flip]test[/flip] |
Ausgabe | test |
FLV | |
FLV Player | |
Syntax | [FLV]Text[/FLV] |
Beispiel | [FLV]http://content.bitsontherun.com/videos/3ta6fhJQ.flv[/FLV] |
Ausgabe | [FLV]http://content.bitsontherun.com/videos/3ta6fhJQ.flv[/FLV] |
Glow | |
This code makes text "Glow" (Actually a shadow attribute) | |
Syntax | [glow=Option]Text[/glow] |
Beispiel | [glow="red"]test glow[/glow] |
Ausgabe | test glow |
Google Spreadsheet | |
Embed a Google Spreadsheet. | |
Syntax | [gs]Text[/gs] |
Beispiel | [gs]0AmOHO6Cm8vvAdFR2b0dMMnVwMUE0MlpXYnowWnowWWc[/gs] |
Ausgabe |
Google Video with Custom Title | ||||
Embed a Google Video video with a custom title. | ||||
Syntax | [gvideo=Option]Text[/gvideo] | |||
Beispiel | [gvideo="3688185030664621355"]1980's Izuzu Gemini Advertisement[/gvideo] | |||
Ausgabe |
|
Hilfe | |
Places a help notice. | |
Syntax | [Hilfe]Text[/Hilfe] |
Beispiel | [hilfe]content[/hilfe] |
Ausgabe | [hilfe]content[/hilfe] |
iFrame | ||
Places a site within a small framed window in a post. | ||
Syntax | [if]Text[/if] | |
Beispiel | [if]http://www.google.com[/if] | |
Ausgabe |
|
IMG with align option | |
This image tag allows align option. The align option can be LEFT or RIGHT. | |
Syntax | [img=Option]Text[/img] |
Beispiel | [img=right]http://www.vbulletin.org/forum/images/smoothblue/buttons/reply.gif[/img]This image should align to the right of these texts. |
Ausgabe | ![]() |
Image with alignment | |
This tag allows you to align an image to the right of left of your text. | |
Syntax | [img2=Option]Text[/img2] |
Beispiel | [img2=right]URL of image[/img2] |
Ausgabe |
Border | |
Rahmen um Bilder legen | |
Syntax | [imgb]Text[/imgb] |
Beispiel | [border]http://www.vbulletin-germany.org/images/smilies_new/lol.gif[/border] |
Ausgabe | [border]http://www.vbulletin-germany.org/images/smilies_new/lol.gif[/border] |
imglink | |
Use THIS IMGLINKtag to put images with a link in your forum. This allows: [url=link][imglink]urltotheimage[/imglink][/url] ...to work again without The Image Resizer to broke the link. | |
Syntax | [imglink]Text[/imglink] |
Beispiel | [imglink]../images/misc/rss.jpg[/imglink] |
Ausgabe | ![]() |
Float Left | |
Float and image to the left, wrap text around it! | |
Syntax | [imgll]Text[/imgll] |
Beispiel | [imgll]http://www.the-pact.net/vb/tfimgl.gif[/imgll] -->> |
Ausgabe | -->> |
Float Right | |
Float and image to the right, wrap text around it! | |
Syntax | [imgr]Text[/imgr] |
Beispiel | [imgr]http://www.the-pact.net/vb/tfimr.gif[imgr] -->> |
Ausgabe | [imgr]http://www.the-pact.net/vb/tfimr.gif[imgr] -->> |
Information | |
Places a information box. | |
Syntax | [Information]Text[/Information] |
Beispiel | [info]content[/info] |
Ausgabe | [info]content[/info] |
Amazon | |||
Fügt einen Link zu Amazon hinzu | |||
Syntax | [isbn]Text[/isbn] | ||
Beispiel | [isbn]isbn[/isbn] | ||
Ausgabe |
|
Map | ||
This will insert a Google map of the location you input | ||
Syntax | [map]Text[/map] | |
Beispiel | [map]201 S. Grant Avenue, Columbus, Ohio[/map] | |
Ausgabe |
marquee | |
Announcement mit scrollendem Text | |
Syntax | [marquee]Text[/marquee] |
Beispiel | [marquee]Scrollender Text![/marquee] |
Ausgabe |
Mention | |
Mention an user to alert him or her to this post! | |
Syntax | [mention]Text[/mention] |
Beispiel | [mention]Username[/mention] |
Ausgabe | @ |
Moderator Notes | ||
Syntax | [moderation]Text[/moderation] | |
Beispiel | [moderation]Wichtige Information[/moderation] | |
Ausgabe |
Mp3 Player | |
Syntax | [MP3]Text[/MP3] |
Beispiel | http://www.url.com/track.mp3 |
Ausgabe | http://www.url.com/track.mp3 |
Embed PDF | |
Syntax | [pdf]Text[/pdf] |
Beispiel | [pdf]http://www.qapla.com/ju/PDFOpenParameters.pdf[/pdf] |
Ausgabe |
|
Puzzle | |
Embedded Puzzles powered by www.jigzone.com | |
Syntax | [puzzle]Text[/puzzle] |
Beispiel | [puzzle]5F14EE77238[[/puzzle] |
Ausgabe |
Sound Rate | |
Syntax | [snd]Text[/snd] |
Beispiel | [SND]3[/SND] |
Ausgabe | Bewertung: ![]() |
Spoiler | |
Creates a button that hides/shows spoiler messages. | |
Syntax | [Spoiler=Option]Text[/Spoiler] |
Beispiel | [spoiler=Title Text]Hidden Text Here[/spoiler] |
Ausgabe | [spoiler=Title Text]Hidden Text Here[/spoiler] |
table | ||||
With this vB code tables can be inserted into the post. Columns are seperated by »|«, every new line is a new row. | ||||
Syntax | [table]Text[/table] | |||
Beispiel | [table]column 1|column 2|column 3[/table] | |||
Ausgabe |
|
Tipp | ||||
Makes Tip boxes | ||||
Syntax | [tip]Text[/tip] | |||
Beispiel | [tip]Hello[/tip] | |||
Ausgabe | Tipp
|
ttips | |
Syntax | [ttips=Option]Text[/ttips] |
Beispiel | Post bbcode "example"...>>> [ttips=Tooltips post information]Insert title text[/ttips] |
Ausgabe | Post bbcode "example"...>>> |
Vimeo Video | |
Syntax | [vimeo]Text[/vimeo] |
Beispiel | [vimeo]14240735[/vimeo] |
Ausgabe |
Wikipedia | |
Link zu Wikipedia! | |
Syntax | [wiki]Text[/wiki] |
Beispiel | [wiki]wikipedia[/wiki] |
Ausgabe | wikipedia |
YouTube Video with No Title | |
Embed youtube video code for your VB forum.. | |
Syntax | [youtube]Text[/youtube] |
Beispiel | <youtube>QQfJkEVYLvA</youtube> |
Ausgabe | <youtube>QQfJkEVYLvA</youtube> |
YouTube Video with Custom Title | ||||
Embed a YouTube video with a custom title. | ||||
Syntax | [youtube=Option]Text[/youtube] | |||
Beispiel | [youtube="hl2UUunlI2Q"]Aston Martin Crash[/youtube] | |||
Ausgabe |
|
YouTube BB Code | |
YouTube Video einfügen | |
Syntax | [yt]Text[/yt] |
Beispiel | [yt]ejOJkcs-a7s[/yt] |
Ausgabe |