Xqt created this task. Xqt added a subscriber: Xqt. Xqt added a project: pywikibot-core. Herald added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION The following illustrates it. [[heads up]] is a Redirect to [[Liste von Pokerbegriffen#heads up]] [t]arget option unlinks to the new tarket ignoring section link: ``` >>> 1:1 <<< pieler am Tisch sitzen, siehe [[heads up]] * einen bestimmten Beziehungs Should the link target to Liste von Pokerbegriffen? (Do [N]ot change, [u]nlink, Change link [t]arget, Change [l]ink target and label): t @@ -3 +3 @@ - * eine Phase beim Poker, bei der nur noch zwei Spieler am Tisch sitzen, siehe [[heads up]] + * eine Phase beim Poker, bei der nur noch zwei Spieler am Tisch sitzen, siehe Liste von Pokerbegriffen ``` Change [l]ink changes the link but also ignores section: ``` >>> 1:1 <<< pieler am Tisch sitzen, siehe [[heads up]] * einen bestimmten Beziehungs Should the link target to Liste von Pokerbegriffen? (Do [N]ot change, [u]nlink, Change link [t]arget, Change [l]ink target and label): l @@ -3 +3 @@ - * eine Phase beim Poker, bei der nur noch zwei Spieler am Tisch sitzen, siehe [[heads up]] + * eine Phase beim Poker, bei der nur noch zwei Spieler am Tisch sitzen, siehe [[Liste von Pokerbegriffen]] ``` n.b. [n]o change and [u]nlink works. The command line was: ``` pwb.py disambredir -lang:de ``` TASK DETAIL https://phabricator.wikimedia.org/T104805 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, Xqt, pywikibot-bugs-list, jayvdb, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
