Hello, about this edit :
>>> p = pywikibot.Page(pywikibot.Site('fr', 'wikipedia'), 'Test') >>> t = pywikibot.Page(pywikibot.Site('test', 'wikipedia'), 'user:Framawiki/Brouillon') >>> t.text += p.title(asLink=True, forceInterwiki=True) >>> t.save() Page [[test:User:Framawiki/Brouillon]] saved
And I obtain just [[Test]] and not [[:fr:Test]].
.title(asLink=True) should give a way to return an interwiki / absolute link.