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).
- 01:36, 8 December 2025 Bonez565 talk contribs created page Module:PageExists (Created page with "local p = {} function p.exists(frame) local title = frame.args[1] if not title or title == "" then return "0" end local t = mw.title.new(title) if t and t.exists then return "1" end return "0" end return p")
