https://bugzilla.wikimedia.org/show_bug.cgi?id=59649
Web browser: --- Bug ID: 59649 Summary: transferbot does not support namespaces in right way Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: info@gno.de Classification: Unclassified Mobile Platform: ---
c:\Pywikipedia\ssh\pywikibot\core>pwb.py transferbot -simulate -page:user:xqt/Te st -tolang:en -overwrite -tofamily:wiktionary
Page transfer configuration --------------------------- Source: Site("de", "wikipedia") Target: Site("en", "wiktionary")
Pages to transfer: -page:user:xqt/Test
Prefix for transferred pages:
Moving [[Benutzer:Xqt/Test]] to [[wiktionary:en:Benutzer:Xqt/Test]]... <noinclude>
The appended summary text is:
<small>This page was moved from [[wikipedia:de:Benutzer:Xqt/Test]]. It's edit hi story can be viewed at [[Benutzer:Xqt/Test/edithistory]]</small>
There are wrong namespaces aliases on target site. This could be solved easily, but I don't know how to proceed with prefix because that might be a namespace. What is the right way:
prefix + namespace + title
or
prefix + title
or
namespace + prefix + title
where title is without namespace in this sample.