Tip of the day
The hamburger menu at the bottom-right (or bottom-left in left handed mode) has your WalkPedia to help track your total progress.
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).
- 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...")
