Main public logs
More actions
Combined display of all available logs of Deepest Lore. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:59, 17 May 2026 Elias talk contribs created page Template:RecentlyChanged (Created page with "<html><ul id="recenly-changed"></ul> <script> var element = document.getElementById("recently-changed"); var url = "https://lore.gnoblin.cc/w/api.php"; var params = { action: "query", list: "recentchanges", rcprop: "title|ids|sizes|flags|user", rclimit: "10", format: "json" }; url = url + "?origin=*"; Object.keys(params).forEach(function(key){url += "&" + key + "=" + params[key];}); fetch(url) .then(function(response){return response.json();})...")