Open GitterHubber opened 5 years ago
hi, oh yeah, this is annoying. The Copper infobox is 'transcluded', which means that it is actually here, and not on the copper page
you can retrieve it like this:
(async () => {
var doc = await wtf.fetch('Template:Infobox copper');
console.log(doc.infoboxes(0).json());
})();
cheers
Hello!
Node v10.14.2 OS Windows7, 64bit
I'm running this code
But unable to get any output. There is as infobox present on that page.