Explore GameReplays...

contributorprofiles

GameReplays.org's BBCode Master Guide v3.119.0

Special Purposes
Replay: includes a replay from GameReplays.org's Replay System, insert the VIDEO ID from the Replay System (number at the end of the URL, when you are viewing a replay page on GameReplays.org)


CODE
[replay]34808[/replay]


Tip: creates a framed text box to stand out from the body text, use for asides and stand-alone tips

Title of Tip
Tip text.

CODE
[tip=Title of Tip]Tip text.[/tip]


Note: creates a styled text box to stand out visually, shorter than a tip
This is a note.

CODE
[note]This is a note.[/note]


Modnote: creates a note with custom moderation notice headings for use when removing posts or taking moderation action.
MODERATION NOTICE
This is a modnote.

CODE
[modnote]This is a modnote.[/modnote]


Comment: creates a grey custom comment box.
This is what a comment looks like, isn't it pretty! -DJ_Chill, Deputy Operating Officer

CODE
[c=DJ_Chill, Deputy Operating Officer]This is what a comment looks like, isn't it pretty![/c]


Question: creates a styled question box, which reveals an answer when clicked on

This is a question.
CODE
[question=1]This is a question.[/question][answer=1]This is the answer.[/answer]

For portal use ONLY! Does NOT work in the forums!


SQL Code Display: to display SQL code with syntax highlighting
SQL
SELECT t.tid FROM a_table t WHERE t.val="This Value"

CODE
[sql]SELECT t.tid FROM a_table t WHERE t.val="This Value"[/sql]


HTML Code display: to display HTML code with syntax highlighting
HTML
<a href="test/page.html">A Test Page</a>

CODE
[html]<a href="test/page.html">A Test Page</a>[/html]


Done: for checking off an item, fades the text and displays a small tick icon
Item
CODE
[d]Item[/d]

Does NOT work on the portal!


Spoiler: for hiding text, displays a button which makes the text visible, optionally with title
Spoiler
Your secret text here!

CODE
[spoiler]Your secret text here![/spoiler]

Spoiler: Spoiler with Title
Your secret text here!

CODE
[spoilert=Spoiler with Title]Your secret text here![/spoilert]


Hide: for hiding text and videos, displays a button which makes the text visible, optionally with title, does not have an image as a background and it does not make the content div smaller, it stays the same size as the forums (useful for hiding games)

Game #1

CODE
[hide=Game #1][center][youtube]GZIYVyhF_wQ[/youtube][/center]
[replay]185378[/replay][/hide]


Hide Source: Displays bold text then a quotation mark. When quotation is clicked, displays additional content.
hello
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

CODE
[hidesource=hello] "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." [/hidesource]


Code Box: like the code tag, but for long passages (displays a box with scrollbars)
CODE
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";


CODE
[codebox]$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";
$this_var = "Hello World!";[/codebox]


More information: