BBcode Forum Goodies

Discussion in 'News / Server Information' started by BSPiotr_backup, Oct 25, 2012.

  1. BSPiotr_backup

    BSPiotr_backup Overseer

    Joined:
    Jun 21, 2011
    Messages:
    1,927
    Likes Received:
    1,018
    Hey guys! I have some nice news for those of you who like to have new things to play around with on the forums :)

    We have some new bbcode for you to use:

    First, we have Spoilers
    They hide text behind a button so that you have to click it to reveal whats underneath.
    Great for hiding long paragraphs or for answers to a quiz.
    Use:
    Code:
    [spoiler]Hi! I'm a spoiler[/spoiler]
    Show Spoiler
    Hi! I'm a spoiler


    Second, we have tables
    They organize information into an easily readible format. I'm currently tweaking color schemes, but expect things not to change drastically.
    Use:
    Code:
    [table=center]
    [tr][th]Pancakes[/th][th]Waffles[/th][/tr]
    [tr][td]YES[/td][td]NO[/td][/tr]
    [/table]
    PancakesWaffles
    YESNO


    Note that you must use =left, =center, =right, or any other valid term for the table property: align="X"
    Please note that there are several choices for each sub-code.
    tr = transparent
    tr1 = odd numbered
    tr2 = even numbered
    th = header
    td = left-aligned cell
    td1 = centered cell
    td2 = right-aligned cell

    We hope you enjoy these new treats! :)

    Note: You must be a donator or an elder (90 days + 30 posts) in order to use these two tags.
     
    • Like Like x 20
    • Winner Winner x 1
    • Informative Informative x 1

Share This Page