Link to ModSpoiler Tag is a tag for including spoilers in threads.
There are three different types of spoilers to use, which can be define per theme. If a theme have not defined a type the default one will be used.
The types are:
- Default a fieldset which reveal the text when the mouse is hovering over.

- The second type is a link that reveal the text when clicked upon, and hide it again when clicked again.

- The third is simlar to the second one, but the link is replaced by a button.

- You can also have a custom title using the equals modifier.

Those are set in Current Theme in Admin Panel:

And finaly it's used like this:
[spoiler]
spoiled text :)
[/spoiler]
[spoiler=title]
spoiled text :)
[/spoiler]
Changelog:
0.1.7:
* added check if some variables is set, so that your forum error log isn't filled up :/
0.1.6:
* typo in package-info.xml
0.1.4:
* added language support for german, spanish and french (google type of translation)
0.1.3:
* Merged with language packs instead.
0.1.2:
* Bug fix for idiotic bug I added in 0.1.1
0.1.1:
* Added support for custom title.
0.1.0:
* Changed the apperance of the button to a more normal button
0.0.9:
* just some code cleanup (' ' => TAB)
0.0.8:
* Moved strings to index.english.php
0.0.7:
* Dont remember :/