Displays a warning message to users of Internet Explorer and Microsoft Edge that the website will not display properly. May be useful if you're using web fonts in your MediaWiki skin.
- Upload the
IEWarn
folder to theextensions
folder of your MediaWiki Installation. - Add the following code to your LocalSettings.php:
wfLoadExtension('IEWarn');
- Done. See https://mediawiki.org/wiki/Extension:IEWarn for details.