BB-code

BB-code is een makkelijke manier om effecten of opmaak aan je posts toe te voegen. Hier onder staat een korte uitleg over de meest gebruikte BB-codes.

Je typt Resultaat
Acronym
[acronym='Laugh Out Loud']
lol
[/acronym]
lol
Afbeelding links uitlijnen
[imgleft]
http://www.gtaforum.nl/uploads/av-1.gif
[/imgleft]
Met de volgende tag kan je een afbeelding mooi links uitlijnen terwijl de tekst er nog mooi rechts omheen loopt. Plaats tussen de tags de url van het plaatje.
GTAGames.nl afbeelding
Met de volgende tag kan je een afbeelding mooi links uitlijnen terwijl de tekst er nog mooi rechts omheen loopt. Plaats tussen de tags de url van het plaatje.
Afbeelding rechts uitlijnen
[imgright]
http://www.gtaforum.nl/uploads/av-1.gif
[/imgright]
Met de volgende tag kan je een afbeelding mooi rechts uitlijnen terwijl de tekst er nog mooi links omheen loopt.
GTAGames.nl afbeelding
Met de volgende tag kan je een afbeelding mooi rechts uitlijnen terwijl de tekst er nog mooi links omheen loopt.
Background-color
[background=red]
Red background behind this text
[/background]
Red background behind this text
Blog Entry Link
[entry=100]
Click me!
[/entry]
Click me!
Blog Link
[blog=100]
Click me!
[/blog]
Click me!
Bold Text
[b]
This text is bold
[/b]
This text is bold
Center
[center]
Centered Text
[/center]

Centered Text

Code
[code]
$text = 'Some long code here';
[/code]
$text = 'Some long code here';
Color text
[color=blue]
This text is blue
[/color]
This text is blue
Extract Blog Entry
[extract]
This is an example!
[/extract]
This is an example!
Font tag
[font=Tahoma]
This text uses Tahoma font-family styling
[/font]
This text uses Tahoma font-family styling
Forumlink
[forum=2]
Feedback
[/forum]
Feedback
Helpdesk
[help=23]
regels
[/help]
regels
Horizontal Rule
[hr]

HTML Code
[html]
<div class='outer'>
<p>Hello World</p>
</div>
[/html]
<div class='outer'>  <p>Hello World</p> </div>
Image
[img]
http://www.google.com/intl/en_ALL/images/logo.gif
[/img]
Toegevoegde afbeelding
Indent
[indent=1]
Indent this text to make it stand out
[/indent]

Indent this text to make it stand out

Italic Text
[i]
This text is italicized
[/i]
This text is italicized
kifflom
Left
[left]
Left aligned text
[/left]

Left aligned text

Lists
[list]
[*]Unordered list
[/list]


[list=1]
[*]Ordered list
[/list]


[list=A]
[*]Generate different marker types (you can use a, A, i, I, and 1)
[list]
[*]This is multi-dimensional..
[/list]

[/list]
  • Unordered list
  • Ordered list
  • Generate different marker types (you can use a, A, i, I, and 1)
    • This is multi-dimensional..
Media
[media]
http://www.youtube.com/watch?v=YqqLx-2vUr0
[/media]
Member
[member=Guest]
runs this site.
runs this site.
Moderator-tag
[mod=Buster]
Alleen de crew mag deze BB-code gebruiken
[/mod]
>>> Door Buster: Alleen de crew mag deze BB-code gebruiken<<<
Multi-Page Articles
Content 1
[page]

Content 2
[page]

Content 3
Content 1



Persoonlijk bericht link
[PB=5021]
stuur een persoonlijk bericht
[/PB]
stuur een persoonlijk bericht
PHP Code
[php]
$variable = true;

print_r($variable);
[/php]
$variable = true;print_r($variable);
Post Link
[post=1]
Click me!
[/post]
Click me!
Post Snap Back
[snapback]
100
[/snapback]
Bericht weergeven
Profielen (gebruikers-ID)
[user=28955]
Buster
[/user]
Buster
Quote
[quote]
Some generic content here
[/quote]


[quote name='Username' date='Jun 30 2008, 10:39 AM' post='1735291']
Quoted post content here
[/quote]

Citaat

Some generic content here

Bericht weergevenUsername zei op Jun 30 2008, 10:39 AM:

Quoted post content here
Right
[right]
Some text here
[/right]

Some text here

Shared Media
[sharedmedia=core:attachments:123]
Image1.jpg
Size tag
[size=4]
This is larger text
[/size]
This is larger text
Spoiler
[spoiler]
Some hidden text
[/spoiler]
Spoiler
Spotify
[spotify]
spotify:track:42WBGQP9XtISziTCuany2F
[/spotify]
SQL Code
[sql]
SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7
[/sql]
SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7
strike
[strike]
Striked out text
[/strike]
Striked out text
Subscript text
Carbon Dioxide's chemical composition is CO
[sub]
2
[/sub]
Carbon Dioxide's chemical composition is CO2
Superscript Text
The mathematical way to write "x squared" is x
[sup]
2
[/sup]
The mathematical way to write "x squared" is x2
tabel
[table=simple]
een|twee
drie|vier
[/table]


[table=border]
een|twee
drie|vier
[/table]


[table=header]
een|twee
drie|vier
[/table]
eentwee
drievier


eentwee
drievier


eentwee
drievier
Topic Link
[topic=1]
Click me!
[/topic]
Click me!
Twitter
[twitter]
userName
[/twitter]
@userName
Uitvullen
[justify]
Deze tekst is zowel links als rechts uitgelijnd
[/justify]
Deze tekst is zowel links als rechts uitgelijnd
Underlined Text
[u]
This text is underlined
[/u]
This text is underlined
URL
[url=http://google.com]
Google
[/url]


[url]
http://mysite.com
[/url]
Googlehttp://mysite.com
WikiGTA
[wiki=Carl Johnson]
CJ
[/wiki]
CJ
XML Code
[xml]
<outer>
<inner>
<tag param='1'>Test</tag>
</inner>
</outer>
[/xml]
<outer> <inner>  <tag param='1'>Test</tag> </inner></outer>