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
  • 10:44, 11 July 2025 Bonez565 talk contribs created page Module:Services (Created page with "local p = {} local data = mw.loadJsonData('Module:Services/Data') local yaml = mw.loadJsonData('Module:Services/YAML') -- Helper to traverse YAML using dot notation local function traversePath(path, root) local current = root for part in mw.text.gsplit(path, "%.") do if current then current = current[part] else return nil end end return current end -- Function to get name from service ID function p.getNameFromServiceID(frameOrID) local serviceID if t...")