You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. mwcli import:export --wiki from_wiki --towiki to_wiki page_or_category_name (maybe with mwcli export:import being an alias, because the order of wikis might be confusing).
Where page_or_category_name is either a page name or a category name. If a File NS page is given, it should copy the file as well as the page wikitext.
An additional --prefix option could be added that would indicate that the given page_or_category_name is a prefix and that everything under it should be copied.
--dry-run would probably also be useful.
The text was updated successfully, but these errors were encountered:
e.g.
mwcli import:export --wiki from_wiki --towiki to_wiki page_or_category_name
(maybe withmwcli export:import
being an alias, because the order of wikis might be confusing).Where
page_or_category_name
is either a page name or a category name. If a File NS page is given, it should copy the file as well as the page wikitext.An additional
--prefix
option could be added that would indicate that the givenpage_or_category_name
is a prefix and that everything under it should be copied.--dry-run
would probably also be useful.The text was updated successfully, but these errors were encountered: