config:target
Configuration Setting: target
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.
- Type: Array
- Default: <no entry>
(That means all links are opened in the same browser window.)
Possible keys for this array are:
wikiinterwikifor interwiki links
Note: Interwiki having the same server will inherit thewikiconfiguration instead.externmediafor uploaded files.windowsfor windows shares.
Possible values for the target attribute:
_blank– open the link in a new window._tab– open the link in a new tab._selfor empty string – open the link in the same window.- Other values such as
_parentor_topor framename assume you are using a template with frames, in that situation, you should know what to put in this array.
See also
config/target.txt · Last modified: by Aleksandr
