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).
- 08:58, 24 May 2025 Bonez565 talk contribs deleted page Module:Utilities (content was: "local p = {} function p.getName(frame) return frame.args ~= nil and frame.args[1] or frame[1] end function p.getPageJson(pageNameOrFrame) local pageName if type(pageNameOrFrame) == "table" then -- If it's a frame, get the page name from the frame arguments pageName = pageNameOrFrame.args ~= nil and pageNameOrFrame.args[1] or pageNameOrFrame[1] else -- If it's a string, use it as the page name pageName = pageNameOrFrame end...")
