Come Try Out The New Community Guides
View the Guides | Check Out The Gear Sets |
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).
- 13:02, 1 January 2025 Bonez565 talk contribs created page Module:Gear Set (Created page with "local p = {} local mw = mw local zlib = mw.ext.zlib local compressed = zlib.compress("Hello, MediaWiki!") local decompressed = zlib.decompress(compressed) function decompress(frame) return { compressed = compressed, decompressed = decompressed } end return p")