This, being a gaming forum, obviously will be full of spoilers so here is a code that could help.
Go to AdminCP > Custom BB Codes > Add New BB Code
Title: Spoiler
Tag: spoiler
Replacement:
HTML Code:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px"> <i>{option}</i>: <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }"> </div> <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;"> <div style="display: none;"> {param} </div> </div> </div>
Example: [spoiler=Click Me]This is A Spoiler[/spoiler]
Description: This BB Code allows you to hide spoilers from people, it also warns them about it.
Use {option}? No
--------------------------------
For a preview
Click Here