Pietro Menna

Results 5 comments of Pietro Menna

I just created a new PR https://github.com/kenpratt/wikipedia-client/pull/110 that should help on this. @ivobenedito could you help me testing if this fixes?

Good! Looking forward for it! Thanks a lot.

Hi, It is possible to extract this information by using `page.raw_data` method. It is a nice contribution if you would like to add the functionality to retrieve only the infobox.

Thank you @BigChief45 for your example. In the example `raw_data` does not contain that section when queried without additional parameters. This is because not all **templates** get pulled by the...

I apologize if I understood incorrectly. :-( I though you were looking for the list of taxonomies: I ran this example: ``` require 'wikipedia' page = Wikipedia.find( 'Great white shark',...