Tip of the day
Enjoying the game? It is thanks to all our supporters that have done so on Patreon and Buy Me A Coffee!

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:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords (content was: "-- Module:Keywords local p = {} -- Load the JSON data from the YAML and Data pages local keywordData = mw.loadJsonData('Module:Keywords/Data') local yamlData = mw.loadJsonData("Module:Keywords/YAML") local bannedKeywordData = mw.loadJsonData('Module:Keywords/DataBanned') -- Helper function to capitalize each word local function capitalizeWords(str) return (str:gsub("(%a)([%w_']*)", function(first, rest) return first:upper() .. rest:lower() end)) end -- Helper function to...")