Extension:Spoilers
![]() Release status: stable |
|
---|---|
Implementation | Parser function |
Description | Allows to hide text using the {{#spoiler}} variable |
Author(s) | Tim "Telshin" Aldridge, Kris "Developaws" Blair |
Latest version | 2.0 (2017-10-13) |
MediaWiki | 1.26+ |
Database changes | No |
License | MIT License |
Download | GitHub: Note: |
The Spoilers extension adds a spoiler tag that will hide a block of text. If you are searching for a more simple way to hide content on pages, you can be interested by Manual:Collapsible elements . The spoiler button's show/hide message can be customized for each set.
Spoilers will be hidden on page load.
Installation[edit]
- Download and place the file(s) in a directory called
Spoilers
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Spoilers' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage examples[edit]
{{#spoiler:hide=hide_message|spoiler_text}} {{#spoiler:show=show_message|spoiler_text}} {{#spoiler:show=show_message|hide=hide_message|spoiler_text}} {{#spoiler:spoiler_text}}
![]() | This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |