Site Notice
hello, world
Generate Image Download Links
From Project-EPB Commons
<html> <input id="html" value="https://no-game-no-life.fandom.com/wiki/Special:Filepath/"></input> <label for="jsonList"></label> <textarea id="jsonList"></textarea> <button onclick="generate()">Generate</button> <pre id="fileList"></pre> <script> function generate() {
var html = $('#html').val(), files = eval('(' + $('#jsonList').val() + ')'), output = ''; for (var i = 0; i < files.query.allpages.length; i++) { output = output + html + files.query.allpages[i].title + '\n'; } $('#fileList').text(output);
} </script> </html>