Exporting and importing images in MediaWiki

后端 未结 6 1960
梦如初夏
梦如初夏 2020-12-31 10:41

How do I export and import images from and into a MediaWiki?

6条回答
  •  轮回少年
    2020-12-31 11:12

    As a committer of MediaWiki-Japi I'd like to point out:

    For the usecase to push pages including images from one wiki to another MediaWiki-Japi now has a command line mode see Issue 49 - Enable commandline interface with page transfer option

    Otherwise you can use MediaWiki-Api with the language of your choice and use the functions as you find in PushPages.java

    e.g.

    • download
    • upload

提交回复
热议问题