https://bugzilla.wikimedia.org/show_bug.cgi?id=72047
Fabian CommodoreFabianus@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |CommodoreFabianus@gmx.de
--- Comment #7 from Fabian CommodoreFabianus@gmx.de --- Okay even parsing a link does work as expected:
s = pywikibot.Site("cs", "wikipedia") pywikibot.Link(":outreach:site", s)
pywikibot.page.Link('Site', Site("outreach", "outreach"))
pywikibot.Link(":c:site", s)
pywikibot.page.Link('Site', Site("commons", "commons"))
pywikibot.Link(":d:site", s)
pywikibot.page.Link('Site', Site("wikidata", "wikidata"))