![]() Release status: beta |
|
---|---|
Implementation | Parser extension |
Description | Allows to use and create interactive block templates |
Author(s) | Petr Bena (Petrbtalk) |
Latest version | 1.1.0 (2014-04-01) |
MediaWiki | 1.17+ |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Hooks used
|
|
Quarterly downloads | 0 |
Translate the InteractiveBlockMessage extension if it is available at translatewiki.net | |
The InteractiveBlockMessage extensions adds a new magic word {{USERBLOCKED}}
which, when used in the NS_USER or NS_USER_TALK namespaces, indicates the blocked status of the user (true if blocked, false if not blocked). It will make it possible to create more user-friendly block templates, which change appearance depending on the user's block status.
Installation
- Download and place the file(s) in a directory called
InteractiveBlockMessage
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'InteractiveBlockMessage' );
file: Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.