Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 979 Bytes

File metadata and controls

29 lines (18 loc) · 979 Bytes

ExplicitImages

Mediawiki extension.

Description

  • Extension blurs explicit images and offers a button to show the original image.
  • Explicit image must contain "(explicit)" or "(explicitní)" in its name.
  • Fallback for old browsers - opacity instead of blur filter.

Installation

  • Make sure you have MediaWiki 1.32+ installed.
  • Download and place the extension to your /extensions/ folder.
  • Add the following code to your LocalSettings.php: wfLoadExtension( 'ExplicitImages' );

Internationalization

This extension is available in English and Czech language. For other languages, just edit files in /i18n/ folder.

Authors and license

  • Josef Martiňák
  • MIT License, Copyright (c) 2019 First Faculty of Medicine, Charles University

Third party plugins