Recent changes: <15-10-2012>Added this article ~wKtK
Introduction
BBCode is a set of rules which enables users to give their text a markup using easy to type tags.
In other words, you use it to style your forum posts.
Jazzjackrabbit.net uses BBCode as well in it's forum. This guide is provided by me to ensure users get the optimal experience out of the forum.
When I became webmaster and gained access to the code I noticed jj.net supported a lot of BBCode tags that I didn't knew. I have contriuted a few of myself as well.
This thread is meant as both a reference to the currently supported BBCode and as a place for you, the forum users, to suggest new tags or changes to existing ones.
Also questions concerning format and use of BBCodes can be asked here.
A list is mantained at the bottom of this post containing the tags we (the jj.net staff, mostly me as webmaster) plan on adding.
Mods/Admins, feel free to edit stuff in this post in order to keep the information correct and actual. However, if you change anything major (not a typo or grammar) please leave an entry in the Recent changes section above this description.
Reference:
First will be the BBCode compilant to the BBCode standards.
[size=24]Forum BBCode[/size]
[b]Recent changes:[/b]
[b]<15-10-2012>[/b]Added this article [i]~wKtK[/i]
[size=18]Introduction[/size]
BBCode is a set of rules which enables users to give their text a markup using easy to type tags.
In other words, you use it to style your forum posts.
Jazzjackrabbit.net uses BBCode as well in it's forum. This guide is provided by me to ensure users get the optimal experience out of the forum.
When I became webmaster and gained access to the code I noticed jj.net supported a lot of BBCode tags that I didn't knew. I have contriuted a few of myself as well.
This thread is meant as both a reference to the currently supported BBCode and as a place for you, the forum users, to suggest new tags or changes to existing ones.
Also questions concerning format and use of BBCodes can be asked here.
A list is mantained at the bottom of this post containing the tags we (the jj.net staff, mostly me as webmaster) plan on adding.
Mods/Admins, feel free to edit stuff in this post in order to keep the information correct and actual. However, if you change anything major (not a typo or grammar) please leave an entry in the [b]Recent changes[/b] section above this description.
[size=18]Reference:[/size]
First will be the BBCode compilant to the [url=http://www.bbcode.org/reference.php]BBCode standards[/url].
[size=14]Text styling:[/size]
Tags:
[code]
[b]Bold text[/b]
[u]Underlined text[/u]
[i]Italic text[/i]
[s]Strikethrough[/s]
[size=14]Font size 14 text[/size]
[color=red]Colored text[/color]
[/code]
Output:
[b]Bold text[/b]
[u]Underlined text[/u]
[i]Italic text[/i]
[s]Strikethrough[/s]
[size=14]Font size 14 text[/size]
[color=red]Colored text[/color]
[size=14]Quotes and code boxes:[/size]
[code]
[code]Awesome code goes here[/code]
[quote]The usage of RFs is not permitted in the USA[/quote]
[quote="Lithium"]I like cake[/quote]
[/code]
Output:
[code]Awesome code goes here[/code]
[quote]The usage of RFs is not permitted in the USA[/quote]
[quote="Lithium"]I like cake[/quote]
[size=14]Links and lists[/size]
[code]
[url]www.google.nl[/url]
[url=http://dagobah.net/flash/agameofcats.swf]Cats.[/url]
[ul]
[li]Item[/li]
[li]Another item[/li]
[/ul]
[/code]
Output:
[url]www.google.nl[/url]
[url=http://dagobah.net/flash/agameofcats.swf]Cats.[/url]
[ul]
[li]Item[/li]
[li]Another item[/li]
[/ul]
[size=14]Multimedia:[/size]
[code]
[img]http://mattiesworld.gotdns.org/weblog/wp-content/uploads/2010/07/portal-cake_scaled1.thumbnail.png[/img]
[youtube:w="480"h="360"]DxEkniKAV90[/youtube]
[dailymotion]x6ann_beethoven-moonlight-sonata_music[/dailymotion]
[/code]
Output:
[img]http://mattiesworld.gotdns.org/weblog/wp-content/uploads/2010/07/portal-cake_scaled1.thumbnail.png[/img]
[youtube:w="480"h="360"]DxEkniKAV90[/youtube]
[dailymotion]x6ann_beethoven-moonlight-sonata_music[/dailymotion]
[size=18]BBCode functionality planned:[/size]
[ul]
[li]Fix specifying width and height for images;[/li]
[li]Fix headers;;[/li]
[/ul]
(This post has been helpful to 1 of the forumers.)