static S wikipedia(S topic) { ret loadPage("https://en.wikipedia.org/wiki/" + topic.replace(" ", "_") + "?action=raw"); }