Extension:InteractiveBlockMessage
![]() 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 | |
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[edit]
- 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 file:
wfLoadExtension( 'InteractiveBlockMessage' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.