I am fairly new to Processwire and using APIs and I wanted to implement a certain functionality for one of my templates.
Suppose I want all pages that use template A to display wiki content associated with page->title in page->body .
For example if page->title is "Google",
I want the body to consist of the data present on https://en.wikipedia.org/wiki/Google
I understand that one way of doing this is using APIs from Wikipedia (but I do not have good experience in working with APIs)
Could someone guide me though the process or point me to an already available module for this functionality in Processwire?