Extension:ExplicitImages

Category:Pages to be expanded#ExplicitImages Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
ExplicitImages
Release status: unknownCategory:Extensions with invalid status
Author(s) Josef Martiňák
Latest version 1.0
MediaWiki >= 1.29.0
License MIT License
Download Category:Extensions in Bitbucket version control
Category:All extensions

The ExplicitImages extension automatically blurs images deemed "explicit". Blurred images can be clicked on to reveal the original image. An image is deemed explicit if "(explicit" is present in its filename.

Installation

  • Download and place the file(s) in a directory called ExplicitImages in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ExplicitImages' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in Bitbucket version control Category:Extensions with invalid or missing type Category:Extensions with invalid status Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:Pages to be expanded