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!
User contributions for Bonez565
From Walkscape Walkthrough
1 December 2025
- 01:3901:39, 1 December 2025 diff hist −42 m Staff:Templates/Test →Crafting Categories
- 01:3801:38, 1 December 2025 diff hist −37 m Staff:Templates →Crafting Categories
- 01:3501:35, 1 December 2025 diff hist +49 m Module:Cooldowns New No edit summary current
- 01:3501:35, 1 December 2025 diff hist +4,461 N Module:Cooldowns Test Created page with "local p = {} local thisModule = "Cooldowns_Test" local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") local RequirementsModule = require("Module:Requirements_Test") -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1) parseCooldown: Function to parse cooldowns information function p.parseCooldown(frameOrCooldownEntry, l..." current
- 01:3001:30, 1 December 2025 diff hist +42 m Module:Buildings Test No edit summary
- 01:3001:30, 1 December 2025 diff hist +87 m Module:Banned Keywords Test No edit summary current
- 01:3001:30, 1 December 2025 diff hist +86 m Module:Banned Keywords New No edit summary current
- 01:2901:29, 1 December 2025 diff hist +106 m Module:Attributes New No edit summary current
- 01:2801:28, 1 December 2025 diff hist +104 m Module:Attributes Test No edit summary current
- 01:2601:26, 1 December 2025 diff hist +265 m Module:Activities New No edit summary
- 01:2601:26, 1 December 2025 diff hist +266 m Module:Activities Test No edit summary
- 01:2301:23, 1 December 2025 diff hist +204 m Module:Achievements Test No edit summary current
- 01:2301:23, 1 December 2025 diff hist +203 m Module:Achievements New No edit summary current
- 01:1801:18, 1 December 2025 diff hist +35 m Module:Buildings New No edit summary
- 01:1701:17, 1 December 2025 diff hist +57 m Module:Abilities Test No edit summary
- 01:1701:17, 1 December 2025 diff hist +63 m Module:Abilities New No edit summary
- 01:1401:14, 1 December 2025 diff hist +4,044 N Module:Buildings Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") local thisModule = "Module:Buildings_Test" -- ========================= -- Helpers -- ========================= -- Loads Data for both normalized names and UUIDs local function loadData(buildingEntry) local buildingData = DataLoader.loadByUUID("Buildings", buildingEntry) or DataLoader.loadByName("Buildings", buildingEntry) if..."
- 01:1401:14, 1 December 2025 diff hist 0 Data:Abilities/Index Bonez565 changed the content model of the page Data:Abilities/Index from "wikitext" to "JSON" current Tag: content model change
- 01:1301:13, 1 December 2025 diff hist +4,079 N Data:Abilities/Index Created page with "{ "schema": 1, "family": "abilities", "group_field": "type", "shards": [ "Data:Abilities" ], "types": {}, "uuid_to_shard": { "takeMeHome": "Data:Abilities", "mermaidsNeedMe": "Data:Abilities", "downGoesTheTrees": "Data:Abilities", "rockAndRoll": "Data:Abilities", "needToGoFast": "Data:Abilities", "memosphereAgility": "Data:Abilities", "memosphereCooking": "Data:Abilities", "memosphereCarpentry": "Data:Abilities", "memosphereCrafting": "Data:Abi..."
- 01:1201:12, 1 December 2025 diff hist +3 m Module:Buildings New No edit summary
- 01:0801:08, 1 December 2025 diff hist +1,512 N Module:Banned Keywords Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") -- ========================= -- Helpers -- ========================= -- Helper: Function to extract data from metatables if necessary local function stripMetatables(tbl) local realTable = {} for k, v in pairs(tbl) do if type(v) == "table" then realTable[k] = stripMetatables(v) else realTable[k] = v end end return realTable end -- ==========..."
- 01:0701:07, 1 December 2025 diff hist −38 m Staff:Templates/Test →Banned Keywords
- 01:0701:07, 1 December 2025 diff hist −33 m Staff:Templates →Banned Keywords
- 01:0601:06, 1 December 2025 diff hist +17,665 N Module:Attributes Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") local StatsModule = require('Module:Stats_Test') local RequirementsModule = require('Module:Requirements_Test') -- ========================= -- Helpers -- ========================= -- Helper: is a table empty? hasData = true, noData = false local function hasData(t) if type(t) ~= "table" then return false end if next(t) ~= nil then return true..."
- 01:0501:05, 1 December 2025 diff hist +86,497 N Module:Activities Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") local SkillsModule = require("Module:Skills_Test") -- ========================= -- Helpers -- ========================= -- Loads Data for both normalized names and UUIDs local function loadData(activityEntry) local activityData = DataLoader.loadByUUID("Activities", activityEntry) or DataLoader.loadByName("Activities", activityEntr..."
- 01:0201:02, 1 December 2025 diff hist −51 m Staff:Templates/Test →Actions
- 01:0201:02, 1 December 2025 diff hist −75 m Staff:Templates →Actions
- 00:5900:59, 1 December 2025 diff hist +10 m Module:Abilities Test No edit summary
- 00:5900:59, 1 December 2025 diff hist +14,422 N Module:Achievements Test Created page with "local p = {} local DataLoader = require("Module:DataLoader_Test") local YAMLLookup = require("Module:YAMLLookup_Test") --Use YAMLLookup.getStringByPath(PATH) -- ========================= -- Helpers -- ========================= -- Function to calculate the total number of achievement points across all difficulties function p.getTotalPoints() -- Define point values per difficulty level local difficultyPoints = { easy = 1, normal = 3, hard..."
- 00:5700:57, 1 December 2025 diff hist −1,214 m Staff:Templates/Test No edit summary
- 00:5500:55, 1 December 2025 diff hist +12,449 N Module:Abilities Test Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") local LocationsModule = require('Module:Locations_Test') local ItemsModule = require('Module:Items_Test') local SkillsModule = require('Module:Skills_Test') local RequirementsModule = require("Module:Requirements_Test") local CooldownsModule = require("Module:Cooldowns_Test") -- ========================= -- Helpers -- ========================= -- Loads Data for..."
- 00:5400:54, 1 December 2025 diff hist +1,082 N Module:YAMLLookup Test/doc Created page with "Generic dotted-path resolver for nested tables (e.g., "items.singulars.foo.bar"). Only for calls from other modules. == Get YAML String From a Path == <pre>=p.getStringByPath(String Path, Language Code, {debug = true/false})</pre> Call in debug console: <code>=p.getStringByPath("items.singulars.materials.woodcutting.birchLogs.name", "DE")</code> Result: <code>"Birkenstämme"</code> === With Missing Pages and debug = true === Call in debug console: <code>=p.getStringB..." current
- 00:5300:53, 1 December 2025 diff hist +6,933 N Module:YAMLLookup Test Created page with "-- Module:YAMLLookup -- File-agnostic YAML string resolver with language fallback via Module:LangHelper. local p = {} local LangHelper = require("Module:LangHelper") -- ========================= -- Helpers (pure functions) -- ========================= -- Split dotted path into keys local function splitDots(path) if type(path) ~= "string" or path == "" then return nil end return mw.text.split(path, ".", true) end -- UpperCamelCase a simple file token (e.g., "items"..." current
- 00:4400:44, 1 December 2025 diff hist +6,844 N Module:DataLoader Test/doc Created page with "Documentation: Module:DataLoader Test/doc == Overview == Module name: <code>Module:DataLoader</code> Purpose: Load JSON data pages and sharded families, and resolve records by UUID or normalized name using family index files (<code>Data:Family/index</code> with fallback to <code>Data:Family/Index</code>). To use inside another module: <syntaxhighlight lang="lua"> local DataLoader = require("Module:DataLoader") </syntaxhighlight> == Functions == === <code>load(t..." current
- 00:4400:44, 1 December 2025 diff hist +42 m Module:DataLoader/doc No edit summary current
- 00:4300:43, 1 December 2025 diff hist +11,642 N Module:DataLoader Test Created page with "-- Module:DataLoader -- Additions: index autodetect (index/Index), UUID and name resolvers for any family. local p = {} -- Families that *might* be sharded. Only "Items" today, but future-proof this list. local SHARDED_FAMILIES = { Items = true, -- Buildings = true, -- Activities = true, -- Locations = true, -- Factions = true, } -- ------------- internals ------------- local function isSharded(family) return SHARDED_FAMILIES[family] == true end local function..." current
- 00:4100:41, 1 December 2025 diff hist +90 m Staff:Templates/Test No edit summary
- 00:3900:39, 1 December 2025 diff hist +59 m Module:Items New No edit summary
30 November 2025
- 12:0012:00, 30 November 2025 diff hist +728 m Module:Abilities New/Test No edit summary current Tag: Disambiguation links
- 11:0411:04, 30 November 2025 diff hist +244 N Data test:Items Created page with "The items.json has been split into individual files due to size limitations: * Index: Data:Items/Index * Item Sources: Data:Items/Item Sources * Item Uses: Data:Items/Item Uses == Pages == {{#invoke:Items_Test|listItemShards|All}}" current
- 10:5510:55, 30 November 2025 diff hist −2 m Template:Equipment No edit summary current
- 10:5310:53, 30 November 2025 diff hist +2 m Module:Abilities New No edit summary
- 10:5110:51, 30 November 2025 diff hist −15,270 m Data:Items/Loot/Split04 No edit summary current
- 10:5110:51, 30 November 2025 diff hist −2 m Data:Items/Loot/Split03 No edit summary current
- 10:5110:51, 30 November 2025 diff hist +5,016 m Data:Items/Loot/Split02 No edit summary current
- 10:5010:50, 30 November 2025 diff hist 0 m Data:Items/Index No edit summary current
- 10:4510:45, 30 November 2025 diff hist +120 m Module:Items New/doc No edit summary
- 10:4410:44, 30 November 2025 diff hist −2 m Template:Consumable No edit summary current
- 10:4310:43, 30 November 2025 diff hist +1,395 m Module:Items New No edit summary
- 10:4010:40, 30 November 2025 diff hist −7,068 m Data:Items/Consumable No edit summary
