Tip of the Day
If there's maintenance, don't worry, usually your steps will still count during the downtime. Check the Discord announcements to be sure!

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
  • 03:36, 20 November 2025 Bonez565 talk contribs deleted page Module:CamelCaseToTitle (content was: "local p = {} -- List of words to ignore for capitalization local ignoreWords = { ["of"] = true, ["and"] = true, ["the"] = true, ["in"] = true, ["on"] = true, ["at"] = true, ["to"] = true, ["for"] = true } -- Function to split camelCase and capitalize accordingly function p.main(frame) local s = frame.args[1] -- Get the camelCase string passed to the function -- Insert a space before each capital letter, except the first one local resul...")