I am using MediaWiki version 1.18.2, I know that if I want my links to open in new tab/window I have to set up
$wgExternalLinkTarget = '_blank';
in LocalSettings.php
I am creating the links like this
[http://www.google.com/ google]
is there a way that I can make some links open in the same tab/window and others in new tab/window with the same settings in LocalSettings.php?