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