How to get the Infobox data from Wikipedia?

后端 未结 8 1339
感动是毒
感动是毒 2020-11-28 10:47

If I have the url to a page, how would I obtain the Infobox information on the right using MediaWiki webservices?

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 11:09

    What about using the Edit Mode? You could just start at the correct TextArea (most of the Time contains id="wpTextBox1") and parse the content of that TextArea ... The URL I used to find that out was (Note: section=0):

    https://de.wikipedia.org/w/index.php?title=Pelephone&action=edit§ion=0
    

    Greetings

提交回复
热议问题