New BBCodes

News, information, and announcements are posted here.
Forum rules
Only admins and moderators can post announcements. Members can read and reply.
Post Reply
User avatar
Shurijo
Admin
Admin
Posts: 13979
Title: Scourge of the Jedi
User Class: Sith Lord

New BBCodes

Post by Shurijo » Sun May 03, 2015 7:37 pm

Hey all,

We've added some new BBCodes so here's a list. In the example code below, I'm using curly brackets instead of hard/angle brackets, use normal BBCode (hard) brackets when using the actual BBcodes.

Star Wars Crawl
this creates a Star Wars like opening scene text crawl. There's no button on toolbar for this.

Example:

{starwars-crawl="TITLE"}{center}
My Text Line
My Text Line
My Text Line
etc.{/center}
{/starwars-crawl}

Example at http://www.dicefellowship.org/viewtopic ... 807&t=7877

* Note: may not work on old browsers
* Note: works on my phone, tablet, laptop (Google Chrome)
* Note: takes 1-2 seconds to start up
* Note: no special symbols (like #, :, etc.) in title, just letters, numbers, spaces, etc.

Delete/Strikethrough
You can strike out text using {del}text{/del}. There's no button on toolbar for this.

example: This is not interesting

Highlight
You can highlight text using {highlight=color}text{/highlight}. There's a button on the toolbar for this.

example: This is interesting, I think.

Changes to existing (old) BBCodes

Alignments are now (on button bar)
{left}text{/left}
{center}text{/center}
{right}text{/right}

Horizontal Rules (the line dividers) now require a close tag so (on button bar)
{hr}{/hr}

User avatar
Grimbold
Moderator
Moderator
Posts: 10309
Location: Austria
Title: Professor
User Class: Scholar

Re: New BBCodes

Post by Grimbold » Thu May 07, 2015 4:16 pm

The tables I used for mapping come out weird. Is there new code for tables?

User avatar
Shurijo
Admin
Admin
Posts: 13979
Title: Scourge of the Jedi
User Class: Sith Lord

Re: New BBCodes

Post by Shurijo » Thu May 07, 2015 4:23 pm

Grimbold wrote:The tables I used for mapping come out weird. Is there new code for tables?
Yeah, the old tables code couldn't work. Here's the new table code:
Header AHeader B
Column AColumn B
Column AColumn B
Column A + B spans more than one column
Column AColumn B
Column A CenteredColumn B Right

Post Reply