Custom BBCodes

Start your TCG journey here!
Post Reply
Sakura Admin
Site Admin
Posts: 103
Joined: Fri May 27, 2022 1:34 am
Contact:

Custom BBCodes

Post by Sakura Admin »

To make posting certain things easier, we have custom BBCodes that anyone can use as shortcuts! Breakdowns of each code that players would commonly use are below, as well as examples on how to correctly utilize them. You can also find all these codes as buttons above the text box when you make a new thread or post!

CARDS ✨
Display any card in the /cards directory!



Use the filename of a card (just the deckname and its card number with no spaces, capitalization, or symbols) and place between the [card*] tags.

Code: Select all

[card]hokutohidaka01[/card]

MEMBER IDs ✨
Display any Member ID in the /members directory!



Use the name of a player (just their name WITH capitalization and/or ID number - ie. "01", if any) and place between the [mc*] tags.

Code: Select all

[mc]Cassidy[/mc]

CENTERING TEXT ✨
Center align any content (excluding codes)!

This is text with a center alignment.

Place your content between the [center*] tags. Using the [code*] and [spoiler*] tags will not work if they are within [center*] tags!

Code: Select all

[center]This is text with a center alignment.[/center]

SPOILER TAGS ✨
Place content under a spoiler tag that will only be revealed if clicked on, with the option of titling the spoiler!

Spoiler
This is hidden content!

Place your content between the [spoiler*] tags.

Code: Select all

[spoiler]This is hidden content![/spoiler]

If you want to add a title to your spoiler, like so:
ENTER A TITLE HERE
This is hidden content, but centered!
Then your code will look like the one below.

Code: Select all

[spoiler=ENTER A TITLE HERE][center]This is hidden content, but centered![/center][/spoiler]
As you can see, you can also use other formatting within the spoiler tags, even centering text & other custom bbcodes as well as displaying codes!
Post Reply