Activity
Events
BBCodes
User link and notification
@noctis
Writing @username will create a link for the user and send the user a notification that he has been mentioned in the thread.
Bold
[b]bold text[/b]
bold text
Italic
[i]italic text[/i]
italic text
Underline
[u]underlined text[/u]
underlined text
Strike-through
[s]strike through text[/s]
strike through text
Linebreak
text before break[br]text after break
text before break
text after break
Left align
[left]left aligned text[/left]
left aligned text
Center align
[center]centered text[/center]
centered text
Right align
[right]right aligned text[/right]
right aligned text
URL
[url]http://www.ncts.at[/url]
[url=http://www.ncts.at]URL[/url]
Only accepts urls starting with http or https.
Email
[email]email@example.com[/email]
Font Icons
[fa=diamond] [fa=angle-double-right] [fa=plane]
Available font-icon names can be found at font-awesome
Hide content
[hide=something hidden]text under a hide tag[/hide]
[hide]another hidden text[/hide]
text under a hide tag
another hidden text
second line
The hidden content is automatically wrapped by a blockquote.
Spoiler
[spoiler]spoilered text[/spoiler]
spoilered text
Sub-text
text [sub]sub text[/sub] text
text sub text text
Sup-text
text [sup]sup text[/sup] text
text sup text text
Font size
[size=1]size 1 text[/size] (small)
[size=3]size 3 text[/size] (default size)
[size=6]size 6 text[/size] (large)
size 1 text
size 6 text
Size range goes from 0 (small) to 7 (large).
Indent
text[indent]indented text[/indent]text
text
indented text
text
Indent tags can be used within other indent tags.
Quote
text[q]quoted text here[/q]text
text
quoted text here
text
Article quote
[aq]This is some highlighted article quote text.[/aq]
This is some highlighted article quote text.
wikitable
[wikitable]
Row1_1
[col]
Row1_2
[col]
Row1_3
[row]
Row2_1
[col]
Row2_2
[col]
Row2_3
[row]
Row3_1
[col]
Row3_2
[col]
Row3_3
[/wikitable]
Row1_1Row1_2Row1_3
Row2_1Row2_2Row2_3
Row3_1Row3_2Row3_3
Wiki table, offers more flexibility in terms of columns and rows than "columns" but is pre styled in a certain way.
Columns
[columns]
first column
second row first column
third row
[nextcol]
second column first row
second row second column
[/columns]
first column
second row first column
third row
second column first row
second row second column
Columns also support setting a text color and background color via [columns color=#223344 bg=#998844]...[/columns]. The color has to be in a 6 character hex format. The same applies to [nextcol] for individually styled columns.
List
[list=1]
[*]first
[*]second
[*]third
[*]fourth
[/list]
  1. first
  2. second
  3. third
  4. fourth
Available list style types:
'1': 1, 2, 3...
'01': 01, 02, 03..., 10, 11...
'A': A, B, C...
'a': a, b, c...
'I': I, II, III, IV...
'i': i, ii, iii, iv...
'circle'
'square'
'disc'
If no type is provided 'disc' will be used.
Flag
[flag=eu]
[flag=at]

For the full list of available flags see Plus Forward - Flags.
Icon
[icon=cup_gold]
[icon=ql]
icon_cup_gold
icon_ql
For the full list of available icons see Plus Forward - Icons.
Map
[map=arkinholm QL]
[map=campgrounds QL]
Arkinholm
Campgrounds
For the full list of available maps see Plus Forward - Maps.
Twitter embed
[twitter=761579095239122944]
The full tweet url can also be used like so [twitter=https://twitter.com/QuakeChampions/status/761579095239122944].
Video embed
[video=https://www.youtube.com/watch?v=iO1KjP4OIsA]
youtube preview
Currently supports Youtube, Twitch (VODs), Vimeo and Smashcast (VODs)
Example URLs:
Twitch vod: http://www.twitch.tv/fazz/v/4429803
Vimeo: https://vimeo.com/12495838
Youtube: https://www.youtube.com/watch?v=iO1KjP4OIsA
Youtube Playlist: https://www.youtube.com/playlist?list=PLA885FF44C9B194DA
Gfycat embed
[gfycat=NaiveYawningGrouse]
[gfycat=NaiveYawningGrouse]
www.gfycat.com
Use the gfycat id (usually 3 words) from the gfycat video url.
Challonge embed
[challonge=http://125fps.challonge.com/s22_gs2_playoff/module]
For embedding challonge brackets, use the embed url provided by challonge instead of the normal url (they should end in "module").
Binarybeast
[binarybeast=http://binarybeast.com/xQ3100105]
For embedding binarybeast brackets.
Toornament
[toornament=http://www.toornament.com/widget/tournaments/54919917150ba0bb278b45b8/navigator]
For embedding toornament brackets.
Place image
[simg1center]
[simg1center]
After uploading an image to a post or comment you can add it with the corresponding [img] tag.
The image tags can also take these positions:

[img1left]
[img1right]
[img1center]

The positions left and right give the image a float atdivibute.

There are also images that can be used site wide in posts with the [simg] tag.
For a list of site images see Plus Forward - Site Images
Time
[time=now]
[time=5th august 2012]
[time=00:00 CEST 20.07.1971]
[shorttime=now]
[shorttime=15:00 EST 19.07.2014]
[date=15:00 EST 19.07.2014]
[date=30.08.2015]
11:26 UTC, 19 Mar 2024
00:00 UTC, 05 Aug 2012
22:00 UTC, 19 Jul 1971
11:26 UTC
20:00 UTC
19th July 2014
30th August 2015
PHPs sdivtotime() function is being used to convert the date to a time.

The entered times are automatically converted to the users timezone setting when displayed. The default is UTC.
Code
[code]seta r_picmip "6"
seta r_overbrightbits "0"
seta r_mapoverbrightbits "1"
seta r_mapOverbrightCap "255"[/code]
Code:
seta r_picmip "6" seta r_overbrightbits "0" seta r_mapoverbrightbits "1" seta r_mapOverbrightCap "255"
Code tags prevent the spaces from being sdivipped away making it easier to read code snippets or config files.
Do keep in mind that code tags arent very mobile frinedly though.
Bracket
Double Elimination 8 players example
- with customized round titles.
- with customized field width.
- with detailed score info example in the final (applicable for every game).

Other options:
|hidetitles=1
for third place game in SE bracket add 3rd and 4th player to the last wround (same as final) and add a second round match for details.
DE final supports scores for a second game by adding |rXw1score2= and |rXw2score2= to the players.

[bracket=de8]
|width=90
|r1w1=guy1 |r1w1flag=at |r1w1score=2 |r1w1win=1
|r1w2=guy2 |r1w2flag=se |r1w2score=0
|r1w3=guy3 |r1w3flag=fr |r1w3score=2 |r1w3win=1
|r1w4=guy4 |r1w4flag=ru |r1w4score=1
|r1w5=guy5 |r1w5flag=de |r1w5score=1
|r1w6=guy6 |r1w6flag=gb |r1w6score=2 |r1w6win=1
|r1w7=guy7 |r1w7flag=ua |r1w7score=0
|r1w8=guy8 |r1w8flag=pl |r1w8score=2 |r1w8win=1

|r2w1=guy1 |r2w1flag=at |r2w1score=2 |r2w1win=1
|r2w2=guy3 |r2w2flag=fr |r2w2score=0
|r2w3=guy6 |r2w3flag=gb |r2w3score=1
|r2w4=guy8 |r2w4flag=pl |r2w4score=2 |r2w4win=1

|r3wtitle=Winners Final
|r3w1=guy1 |r3w1flag=at |r3w1score=2 |r3w1win=1
|r3w2=guy8 |r3w2flag=pl |r3w2score=1

|r1l1=guy2 |r1l1flag=se |r1l1score=2 |r1l1win=1
|r1l2=guy4 |r1l2flag=ru |r1l2score=1
|r1l3=guy5 |r1l3flag=de |r1l3score=2 |r1l3win=1
|r1l4=guy7 |r1l4flag=ua |r1l4score=0

|r2l1=guy3 |r2l1flag=fr |r2l1score=0
|r2l2=guy2 |r2l2flag=se |r2l2score=2 |r2l2win=1
|r2l3=guy6 |r2l3flag=gb |r2l3score=2 |r2l3win=1
|r2l4=guy5 |r2l4flag=de |r2l4score=1

|r3l1=guy2 |r3l1flag=se |r3l1score=2 |r3l1win=1
|r3l2=guy6 |r3l2flag=gb |r3l2score=0

|r4ltitle=Loser's Final
|r4l1=guy8 |r4l1flag=pl |r4l1score=1
|r4l2=guy2 |r4l2flag=se |r4l2score=2 |r4l2win=1

|r4wtitle=Grand Final (2xbo3)
|r4w1=guy1 |r4w1flag=at |r4w1score=1 |r4w1score2=2 |r4w1win=1
|r4w2=guy2 |r4w2flag=se |r4w2score=2 |r4w2score2=1
|r4wm1={{
|date=05.11.2014 20:15
|map1=blood run |map1win=2 |map1score1=10 |map1score2=5 |map1vod=http://youtube.com
|map2=aerowalk |map2win=2 |map2score1=14 |map2score2=29 |map2vod=
|map3=vertical vengeance |map3win=1 |map3score1=24 |map3score2=5 |map3vod=
|map4=blood run |map4win=1 |map4score1=4 |map4score2=2 |map4vod=
|map5=toxicity |map5win=2 |map5score1=3 |map5score2=21 |map5vod=
|map6=aerowalk |map6win=1 |map6score1=24 |map6score2=5 |map6vod=
}}
[/bracket]

Quarterfinals
guy1
2
guy2
0
guy3
2
guy4
1
guy5
1
guy6
2
guy7
0
guy8
2
Semifinals
guy1
2
guy3
0
guy6
1
guy8
2
Winners Final
guy1
2
guy8
1
Loser's Round 1
guy2
2
guy4
1
guy5
2
guy7
0
Loser's Round 2
guy3
0
guy2
2
guy6
2
guy5
1
Loser's Round 3
guy2
2
guy6
0
Loser's Final
guy8
1
guy2
2
Grand Final (2xbo3)
guy1
1
2
guy1 vs guy2
10blood run 5
14aerowalk 29
24vertical vengeance 5
4blood run 2
3toxicity 21
24aerowalk 5
guy2
2
1
Group
Single group table example
- with custom title.
- with vod links.
- with 1 filled out example match.
- up / down highlighting (bg=up || bg=down).

[group=4]
|title=Group A
|date=20th November 2014
|vod1=http://www.youtube.com/watch?v=dxcEuGQfirU
|vod2=http://www.youtube.com/watch?v=4MaoQ9WreNE
|vod3=http://www.youtube.com/watch?v=djuW8vPAE1c
|vod4=http://www.youtube.com/watch?v=9qlgVDNrJ98
|vod5=http://www.youtube.com/watch?v=ThW7GG9Muk8

{{|name=spartie |flag=se |place=1 |win=2 |lose=1 |win_m=4 |lose_m=1 |bg=up}}
{{|name=av3k |flag=pl |place=2 |win=2 |lose=1 |win_m=4 |lose_m=2 |bg=up}}
{{|name=rapha |flag=us |place=3 |win=1 |lose=2 |win_m=4 |lose_m=4 |bg=}}
{{|name=strenx |flag=fr |place=4 |win=0 |lose=3 |win_m=0 |lose_m=6 |bg=}}

|match1={{
|p1=spartie
|p2=av3k
|winner=1

|map1=aerowalk |map1s1=5 |map1s2=20
|map2=bloodrun |map2s1=20 |map2s2=15
|map3=furios heights |map3s1=10 |map3s2=5
}}

|match2={{
|p1=spartie
|p2=rapha
|winner=
|map1=aerowalk |map1s1=5 |map1s2=-1
}}

|match3={{
|p1=spartie
|p2=strenx
|winner=
|map1=aerowalk |map1s1= |map1s2=
|map2=bloodrun |map2s1= |map2s2=
|map3=sinister |map3s1= |map3s2=
}}
[/group]

Group A
1. spartie2-14-1
2. av3k2-14-2
3. rapha1-24-4
4. strenx0-30-6
Group A Matchesshow
Gallery
[pf_gallery=<post_pid>]
For embedding gallery posts into other posts.