Tip of the day
Check out our Portal, Reddit, and Discord for announcements, updates, and development blogs.

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
  • 02:13, 2 April 2026 Bonez565 talk contribs deleted page Module:Job Boards (content was: "local p = {} local json = mw.loadJsonData('Module:Job_Boards/Data') -- Load JSON data local yaml = mw.loadJsonData('Module:Job_Boards/YAML') -- Load YAML data local itemsModule = require('Module:Items') -- Load Module:Items -- Helper function to capitalize each word local function capitalizeWords(str) return (mw.ustring.gsub(str, "(%a)([%w_']*)", function(first, rest) return mw.ustring.upper(first) .. mw.ustring.lower(rest) end)) end -- Helper function to pars...")