Get all Wikipedia Infobox Templates and all Pages using them

后端 未结 3 500
抹茶落季
抹茶落季 2021-01-02 05:17

Given a Wikipedia page like Wikipedia: Stack Overflow there are often Infoboxes (mostly on the right hand at the top of the page). Example screenshot:

3条回答
  •  半阙折子戏
    2021-01-02 06:09

    You can also use the MediaWiki API's embeddedin query to return a list of all pages that include a given template. You'll want to use a library for accessing the API though, which language would you prefer? For Ruby, I'd suggest MediaWiki::Gateway.

提交回复
热议问题