Welcome to the New Wiki

Please let us know if anything looks out of place.

All 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
  • 15:10, 1 January 2025 Ws-admin talk contribs created page Module:CustomModuleTest (Created page with "local p = {} -- Access the zlib extension local wslib = mw.ext.wslib -- Function to compress and decompress a string function p.decompress(frame) local input = frame.args[1] or "Hello, MediaWiki!" -- Accept input from template or use default local compressed = wslib.compress(input) local decompressed = wslib.decompress(compressed) -- Return results in a readable format return string.format("Input: %s\nCompressed: %s\nDecompressed: %s", input, compr...")