This configures the HTML TARGET value used for different link types. The target value tells the web browser where to open the requested link. If a target is empty, then the link will open in the same window.
(All links are opened in the same browser window)
Possible keys for this array are :
wikiinterwiki for interwiki linksexternmedia for uploaded files.windows for windows shares.Possible values for the target attribute :
_blank : open the link in a new window._self or empty string : open the link in the same window._parent or _top or framename assume you are using a template with frames, in that situation, you should know what to put in this array.