Page MenuHomePhabricator

Parser test: External links: wiki links within external link
Open, LowPublicFeature

Description

The Parser test "External links: wiki links within external link" says:

!! test
External links: wiki links within external link (Bug 3695)
!! input
[http://example.com [[wikilink]] embedded in ext link]
!! result
<p><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"></a><a href="/index.php?title=Wikilink&amp;action=edit&amp;redlink=1" class="new" title="Wikilink (page does not exist)">wikilink</a><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"> embedded in ext link</a>
</p>
!! end

but the parser produce:
!! result
<p><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"></a><a href="/w/index.php?title=Wikilink&amp;action=edit&amp;redlink=1" class="new" title="Wikilink (Seite nicht vorhanden)">wikilink</a> embedded in ext link</p>
!! end

The description after the wikilink is not linked to the external page, who is specified by the test.


Version: unspecified
Severity: enhancement

Details

Reference
bz19643

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:38 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz19643.
bzimport added a subscriber: Unknown Object (MLST).

Related to bug 3695 and/or bug 19411.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:01 AM
Aklapper removed a subscriber: wikibugs-l-list.