Tip of the day
The tongs button at the bottom of the screen opens the crafting interface.

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
  • 12:33, 5 January 2026 Bonez565 talk contribs created page MediaWiki:Gadget-backToTop.js (Created page with "global mw, $: (function () { 'use strict'; var BTN_ID = 'gadget-backtotop'; function buildButton() { if (document.getElementById(BTN_ID)) return; // Anchor provides #top fallback even if JS scroll fails var $a = $('<a>', { id: BTN_ID, href: '#top', title: 'Back to top', 'aria-label': 'Back to top' }); // icon + label (label hidden on mobile via CSS) $a.append($('<span>', { class: 'btt-icon', text: '↑', 'ari...")