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:19, 2 April 2026 Bonez565 talk contribs deleted page Module:PFP Options (content was: "local p = {} local data = mw.loadJsonData('Module:PFP_Options/Data') -- Load JSON data file local dataGroups = mw.loadJsonData('Module:PFP_Options/Data_Groups') -- Load Data Groups (if needed later) local yaml = mw.loadJsonData('Module:PFP_Options/YAML') -- Load YAML data file -- Helper function to capitalize the first letter of each word local function capitalizeEachWord(str) return str:gsub("(%a)([%w_']*)", function(first, rest) return first:upper() .. rest:lower...")