Tip of the day
If there's maintenance, don't worry, usually your steps will still count during the downtime. Check the Discord announcements to be sure!

Main public logs

From Walkscape Walkthrough

Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:54, 6 December 2025 Bonez565 talk contribs created page Module:UnusedRedirects (Created page with "local p = {} -- Helper: make an API call local function apiRequest(params) local api = mw.ext.Api -- Converts params to an API GET request local response = api.get(params) return response end -- Main function: list all redirect pages with no inbound links function p.listUnusedRedirects() local unused = {} -- Step 1: Get all redirects in main namespace (namespace 0) local redirectsResponse = apiRequest{ action = "query", list...")