Tip of the day
Want to find something particular about the game and don't mind spoilers? Check the Wiki!

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:12, 14 March 2026 Bonez565 talk contribs created page MediaWiki:Gadget-HideTranslatedSearchResults.js (Created page with "(function () { 'use strict'; // Only run on Special:Search if (mw.config.get('wgCanonicalSpecialPageName') !== 'Search') { return; } // Match translated subpages like: // Page/en // Page/fr // Page/it // Page/pt-br // Page/zh-hans // // Does NOT match normal subpages like: // Guide/Mining // Item/Source // // Language code rule here: // /xx // /xxx // /xx-yyy // /xxx-yyyy var translatedSuffixRegex = /\/[a-z]{2,3}(?:-[a-z0-9]{2,8})?$/i;...")