Difference between revisions of "Spoil"
From Wiki4Intranet
(Created page with "{{Extension4info |name=Spoil |mediawiki=1.18+ |description en=Allows to easily insert wikitext examples - i.e. the parsing result and source code of the same wikitext (in a hi...") |
(→Usage) |
||
Line 16: | Line 16: | ||
<spoil> | <spoil> | ||
− | + | <spoil title="Spoiler title"> | |
{{#replace: ABC | A | B}} | {{#replace: ABC | A | B}} | ||
− | + | </spoil> | |
</spoil> | </spoil> | ||
Revision as of 15:37, 27 March 2013
Spoil is a MediaWiki extension.
- Main purpose: Allows to easily insert wikitext examples — i.e. the parsing result and source code of the same wikitext (in a hidden div).
- Repository: https://github.com/mediawiki4intranet/Spoil
- Homepage: http://wiki.4intra.net/Spoil
- Compatible MediaWiki versions: guaranteed 1.18+, maybe others
- License: GPLv3+
- Created: 2013-03-27
- Our rating: Likely useful (4)
Status for Mediawiki4Intranet distribution:
- Inclusion date: 2013-03-27
- Included version: newest available
- Improvement status: Created by MediaWiki4Intranet project
Usage
Use the <spoil> parser tag:
BBC
Spoiler title
Source code
</spoil>
Installation
As usual — add the following line into your LocalSettings.php:
require_once("$IP/extensions/Spoil/Spoil.php");