Template:Clickpic
From ExponentCMS Docs
This templates allows images to be used as links pointing to a desired page.
You must use the full URL to the actual image file, syntax:
{{clickpic|TITLE OF TARGET PAGE|PATH OF IMAGE FILE}}
{{clickpic|Category:Documentation_Guide|http://docs.exponentcms.org/images/9/94/Icon_Documenters_40px.png}}
Note: This only works for Mediawiki sites that support embedding external images (internally held images can be referenced this way too).
If you want to duplicate this template on your Mediawiki site, here is the code:
<span class="plainlinks">[{{SERVER}}{{localurl:{{{1}}}}} {{{2}}}]</span>
Code Source — MediaWiki : CharlesC Template for Navigational Images.

