New BBCodes

1
Post revisions:
1.01: Added subscript and superscript.
1.02: Updated tag for embedding movies.

--

There is now a spoiler tag for TV/movie discussions - please use this when appropriate! The syntax is:

Code: Select all

[spoiler={TITLE}]{TEXT}[/spoiler]
Example:

Code: Select all

[spoiler=Star Wars]Darth Vader is Luke's father.[/spoiler]
End result:

Darth Vader is Luke's father.


---

There is also a [cine] BBCode that you can use to put videos in your posts. The syntax is:

Code: Select all

[cine={WIDTH},{HEIGHT}]{URL}[/cine]
Example:

Code: Select all

[cine=425,350]http://www.youtube.com/v/5dR5kYBaqLU[/cine]
Alternatively, if you do not have any dimensions to specify, you can simply use (default YouTube size):

Code: Select all

[cine]{URL}[/cine]
Example:

Code: Select all

[video]http://www.youtube.com/v/5dR5kYBaqLU[/video]
See this topic for more information and specifics regarding YouTube videos.

---

Additionally, there is an IRC-styled "/me" third-person action tag. Unfortunately, we cannot as of yet get this working with just /me:

Code: Select all

[me={USERNAME}]{ACTION}[/me]
Example:

Code: Select all

[me=Draesk]prods TC.[/me]
End result:

[me=Draesk]prods TC.[/me]

---

Here are codes for superscript and subscript text. Syntax:

Code: Select all

[sub]{TEXT}[/sub]

Code: Select all

[sup]{TEXT}[/sup]
Example:

Code: Select all

This is [sub]subscript[/sub] and [sup]superscript[/sup] text.
End result:

This is subscript and superscript text.

--

Finally there is a strike-through tag, . I'm sure you can work out that one for yourself. :wink:


Last bumped by Draesk on 18/06/09, 15:03:24.