Skip to content

Instantly share code, notes, and snippets.

@filbertkm
Last active October 5, 2016 12:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filbertkm/0254b6fc417ae12bc1b1 to your computer and use it in GitHub Desktop.
Save filbertkm/0254b6fc417ae12bc1b1 to your computer and use it in GitHub Desktop.
Site export
<sites version="1.0" xmlns="http://www.mediawiki.org/xml/sitelist-1.0/">
<site type="mediawiki">
<globalid>enwiki</globalid>
<group>wikipedia</group>
<path type="file_path">https://en.wikipedia.org/w/$1</path>
<path type="page_path">https://en.wikipedia.org/wiki/$1</path>
<localid type="equivalent">en</localid>
<localid type="interwiki">en</localid>
</site>
</sites>
@filbertkm
Copy link
Author

$wgWBRepoSettings['siteLinkGroups'] = array(
'mywiki'
);

@brightbyte
Copy link

To import, use maintenance/importSites.php (in MW core, not Wikibase).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment