Extensions in MediaWiki - How to install them?
If you have any extensions that you might want to install, you can do that by simply adding a line in the LocalSettings.php file in the following manner:
include("extensions/YourExtensionName.php");
Generally, each extension should have a Readme file that will explain if it needs any special actions taken before the installation.
Please learn how to add images in Mediawiki here.