Page MenuHomePhabricator

Figure out a way to have an i18n'ed link that opens in a new tab
Open, MediumPublic

Event Timeline

Currently: Not possible — Wiki-style links ([[Page]]) in MediaWiki cannot open in a new tab.
MediaWiki intentionally strips target="_blank" from wikitext links for security and consistency.

We can now only do:

  • window.open(href, '_blank');
  • .replace( '<a ', '<a target="_blank" rel="noopener" ' ) on the i18n string