I have configured filters as follows:
- WikiText
- Interwiki
- LineBreak

When I type an interwiki link (i.e. [[w:topic]]), I get as output [w:topic]] that makes it useless for interwiki.

Comments

boris mann’s picture

Status: Active » Closed (works as designed)

Try re-ordering your filter formats. It may be that the wiki filter and the interwiki filter are incompatible with each other.

voyager211’s picture

The problem is twofold, depending on the filters order.

Case 1: Interwiki - Wiki
In this case, wiki will filter the html produced by interwiki. It would be useful that wiki will not filter html [http://drupal.org/node/33805]

Case 2: Wiki - Interwiki
Wiki should leave unchanged [[w:link]] (and maybe [w:link]) as it does not recognize them as link. Indeed, it keeps them unchanged except that it strips the first bracket, and erronously it gives [w:link]] as result.

voyager211’s picture

Status: Closed (works as designed) » Active

I still think that is a bug, more than a design feature. Wrong?